I have a web-app that is recently experiencing problems with users not being able to connect their Apple Music account. It was working perfectly up until now, it may be something with how my dependencies changed but I doubt that.
In any case, once I invoke requestUserToken()
, the tab is opened, and after authentication they get "Problem Connecting - There may be a network issue."
Upon hitting "Try Again" the same error message appears, but this time the URL bar shows something along the lines of "ERROR_FAILED_TO_VERIFY_JWT&pod=10".
What can be the reason for this?