[BUG] Production ClientID, ClientSecret not displaying on Production Tab. Redirect URL not saving

I don’t know what happened, but my Zoom Apps production configuration is not showing the clientID and client secret. Also, it is not saving my OAuth Redirect URL.

Attached is a screenshot, note how there is no clientID or client Secret. Also, whenever I try and save the OAuth Redirect URL, it does not save. This is blocking my submission to the app store.

I’ve looked at the network calls, and it seems like because there is no clientID present on that page, it makes a call to undefined in the Request URL path.

Going one step further, I took a look at the GET request to

https://marketplace.zoom.us/api/v1/apps/xaNjj6TdTEe2o59GzN7WMw

I see that in my response, I’m getting a null value in my public client (which is my production credentials).

Screenshot 2024-05-31 at 10.35.56 AM

What can be done to fix this? This is blocking my submission to the App store.

I will say though, my app is still “working” as I’m able to use an install link to install it, but it seems like there is something buggy in the configuration on the zoom apps side.

As a follow up, I found another thread with a similar issue. However, there was no resolution: