Issue with Server URL Secret Not Saving
# support
a
Hi, I’m trying to update the Server URL Secret, but when I save and refresh the page, the value disappears (as shown in the attached screenshot). Could you confirm if this is a bug? If so, do you have an estimated timeline for a fix? Also, if it’s possible to update this value via API, could you provide the correct endpoint for that? I couldn’t find any reference to it in the documentation. Thanks in advance for your help! Best regards, André https://cdn.discordapp.com/attachments/1349582248952987709/1349582249502179402/image.png?ex=67d39fea&is=67d24e6a&hm=38d818e8001200ccd3c30c8818e94d5175be61f482016fa236818cf6c0498b7d& https://cdn.discordapp.com/attachments/1349582248952987709/1349582250437640233/image.png?ex=67d39fea&is=67d24e6a&hm=29f1cccfe4be5123f735e572c14ca20a2e0abd32e7ca362224b61fde8b26220e&
w
Same problem, can confirm it's not saving caise I'm not receiving any headers on my endpoint
d
It happens to me all the time. So, whenever I make changes, I always enter the secret and click save button.
a
It’s the same with me, I confirmed that as well. It’s a big issue because I had to disable the secret key validation on my side.
@User
a
Hi, this is because our backend API does not return secrets (such as credentials and in this case, server url secret) to the client for security reasons, but rest assured, it's in the backend and we will pass that along in all the requests
w
But i’m not receiving it also on the backend so I had to disable validation for our webhook endpoint
s
@andmac can you share the call ID for which the secret isn't appearing?
a
I just tested it here, and even though the secret key is no longer appearing in the UI after saving, I’ve confirmed that it’s coming through in the header. So, the issue is less critical now. Thanks!
k
fyi
, the secret key won't be visible in the dashboard once it is saved for security concerns.