Production marketplace application is using the version url instead of the live url?

We recently launched a new app into the marketplace that runs on monday code and requires oauth2 redirect urls. The auth links work in development with the url we have configured. For production we have these configured for the Live Url. However when I install the live app from the marketplace I find that the app is running on the Version Url which is causing all of our oauth integrations to fail in production, where we can’t change the redirect urls.

Any help from the tech side would be much appreciated, I’ve double checked all the URLs and ENV variables are configured to use the live url.

1 Like

Same issue. Also I have to add redirect uri after all new mapps code:push command. Otherwise, it throws an error as you complained. Am I doing something wrong?

Do I have to keep changing the Redirect URL for Monday Code app I read this blog post but unfortuanetly I still couldn’t understand.