createMagicURLSession ---> email recieved by the user ---> user redirected to the app when he clicks the link
---> but accounts.get() is throwing general_unauthorized_scope error.
But the same flow with google oAuth is working properly. Here when the user is redirected accounts.get() is returning the User.
Summary
The user was having an issue with the Magic URL flow in Flutter mobile. They were able to solve it by implementing deep links. The issue was that after redirecting to the app, the `accounts.get()` method was throwing a `general_unauthorized_scope` error. The user mentioned that the same flow with Google OAuth was working fine. No specific solution was provided in the thread.