I have created a zoom app on marketplace and copied the credentials into the .env file inside the cloned repository. I am using ngrok to access the app from the internet. I am using Ubuntu 20.04.
While opening the zoom client app, I am greeted with the Error code 122 inside the popup window from the Zoom Client.
So far, I have tried using in Incognito windows and relogging into my client window, but to no avail
mattfred
(Matthew)
June 4, 2024, 8:38pm
2
Did you ever find a resolution?
bump for interest, have the same issue. on ubuntu 22 lts
Error code 122 typically indicates a problem with the app’s authentication or setup. Here are steps to resolve this:
Check Credentials : Ensure the credentials in your .env file are correct and match the ones on your Zoom Marketplace app.
Verify Ngrok Setup : Ensure your Ngrok tunnel is correctly set up and the URL is correctly configured in the Zoom Marketplace app.
HTTPS Requirement : Make sure your Ngrok URL uses HTTPS, as Zoom requires secure URLs.
OAuth Redirect URL : Confirm that the OAuth redirect URL in the Zoom Marketplace settings matches your Ngrok URL.
Clear Cache : Clear your browser cache or try accessing in an incognito window again.
Restart Services : Restart your local server and Ngrok to ensure all services are running correctly.
If the issue persists, consider checking Zoom’s developer forum for more specific guidance or contacting Zoom support.
MaxM
(Max M.)
August 9, 2024, 5:16pm
5
Thanks for reporting this, I’ll test this out on Ubuntu and see if I can reproduce the issue.
mattfred
(Matthew)
August 29, 2024, 3:22pm
6
I’m also having this issue. Has there been any resolution?
Did you find a solution ?