Error 4711, missing scopes but scopes are there

Endpoint: https://api.zoom.us/v2/users/me/webinars

Description
I have a published app with the scope “meeting:write”. I now want to add support for webinars.
In the new app building flow, I added the scope “webinar:write” to both the development app and the production app.

While testing locally using the dev app, everything works fine.
In my staging environment, using the production credentials (with the owner account), I’m getting an error when trying to create a webinar.

{
"code":4711,
"message":"Invalid access token, does not contain scopes:[webinar:write, webinar:write:admin]."
}

Can I not use the production app credentials for this new scope while it is not approved and published again? I think I should be able to use the production app when authorizing with the owner account.

Any chance someone from the Zoom team can help here?

Hi @5mins_engineering
If you made any changes to your app, you will need to submit your app for update review.