Invalid signature - new under review app

Meeting SDK Type and Version
Meetings sdk, version 3.8.5

Description
We have an existing app that we use for a customer and a new app we created for review. When trying to join a meeting with the new app sdk key and secret, using

ZoomMtg.generateSDKSignature({
sdkKey,
sdkSecret,
meetingNumber,
role,
})

The joining of our personal room meeting works with the old app credentials but not the new app credentials (sdk key and secret). We also have a backend signature generation api and the end result is the same.
We need to join a meeting with this new app too in order to proceed with the review.

Error?
“Joining meeting timeout or browser restriction”
“Signature is invalid”
image

Troubleshooting Routes
Like i mentioned above, i tried both with signature generated by the ZoomMtg sdk but also our own api. I also tried the (react sample app with both version 3.8.5 and an older one 3.5.2, all with the same result.

How To Reproduce
This is harder to explain as it needs our new app credentials which i cannot just post here.

@scrum can you share a sample of your token?

We ended up resolving it in a call with 2 of your colleagues. It was due to some changes in the settings that needed the authorize url regeneration after.
Thanks for your response anyway.