Where to report service interuptions #173
-
We started getting this message a bit after midnight last night (10 hours prior to this message) and no notifications.
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hey There! I believe we received your email too, but for anyone else reading, we are always available at hello@ our domain. Onto the issue, for which, I am very sorry. It looks like the upgrade deployed to our Auth service is affecting your API call. You are sending API secret for a user-auth call (you are also sending X-MagicBell-User-External-ID). Please change the headers to add a HMAC key and remove the secret key - https://www.magicbell.com/docs/channels/notification-inbox/hmac-authentication I am very sorry we missed this in our testing. We never official supported this configuration, and we can try to work around it, but it will take us some time to get the patch out. |
Beta Was this translation helpful? Give feedback.
-
We're also seeing a strange behavior. Our API calls to Magicbell started returning HTTP/500. We reached out to support and were told that we needed to switch to HMAC auth. We switched our calls to use HMAC and our API calls to Magicbell started working even without turning on HMAC authentication in the workspace. When we tried turning HMAC on, these calls started returning HTTP/500 again. So it appears that the HMAC switch somehow works in reverse. Also, when we tried to turn HMAC off, we get "Missing KID" error and the save doesn't work. All-in-all, looks like half of the API is inaccessible now. |
Beta Was this translation helpful? Give feedback.
Hey There!
I believe we received your email too, but for anyone else reading, we are always available at hello@ our domain. Onto the issue, for which, I am very sorry.
It looks like the upgrade deployed to our Auth service is affecting your API call. You are sending API secret for a user-auth call (you are also sending X-MagicBell-User-External-ID). Please change the headers to add a HMAC key and remove the secret key - https://www.magicbell.com/docs/channels/notification-inbox/hmac-authentication
I am very sorry we missed this in our testing. We never official supported this configuration, and we can try to work around it, but it will take us some time to get the patch out.