Description
I created an app to use with JWT authentication. I was getting an error code of 124 “Empty Key”, when using said code. so i created another role and gave my user dev access instead of “admin”. now i can’t delete the previously created application. I get this:
Error {"status":500,"error":"Internal Server Error","message":"api_credentials_not_found","tid":"08f68f04fc744b10","sid":"08f68f04fc744b10","timestamp":1578336700111}
Which App Type (OAuth / Chatbot / JWT / Webhook)?
JWT
Which Endpoint/s?
App management in the zoom marketplace dashboard
How To Reproduce (If applicable)
Steps to reproduce the behavior:
yes, i am trying to delete a JWT app. but i did not realize that only one can be created…
So after hitting delete, the app is stuck, it “exists”, meaning i see it in my dashboard, but when i click into it i get errors in the zoom UI (see previous screenshot). and there is no information for the app.
Basically, i was getting token errors using the JWT so i wanted to start over since i was changing roles for users. please advise on how to resolve this. I just need a JWT token that works…