Hey everyone,
We're experiencing an odd behavior of a Mobile App distributed as a PWA, on iOS 14.
Randomly, from time to time, we're getting a 403 Error when navigating through the Application Screens. So far, we were unable to figure out a behavior pattern on which this exception occurs.
The exception details on Service Center are as follows:
1st Error
2nd Error
Has anyone ever experienced this behavior? Is there any workaround we can implement to solve this issue?
Thank you very much in advance.
Best regards,
Paulo Moreira
We came up with a workaround for this issue, on the Global Exception Handler.
When a Communication Exception is raised, we always check for a 403 error, and in that particular case, we raise a Not Registered Exception, redirecting the user to the Login page.
Not pretty, I know, but for now it's solved.