You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am testing a scenario where the user deletes the app from the app store and visits the app website for a reinstall. There's this error I am getting, which I think has to do with session cookies.
Exception Location: | myvenv\lib\site-packages\pyactiveresource\connection.py in _handle_error, line 415
myvenv\Scripts\python.exe
My question is, what's a good way to resolve this, probably clear session cookies, and send the user back to the install/root_path page?
The text was updated successfully, but these errors were encountered:
ShahrukhAhmed89
changed the title
UnauthorizedAccess when the user uninstalls app and visits website
UnauthorizedAccess when the user uninstalls app and visits app website for reinstall
Jul 7, 2020
I am testing a scenario where the user deletes the app from the app store and visits the app website for a reinstall. There's this error I am getting, which I think has to do with session cookies.
My question is, what's a good way to resolve this, probably clear session cookies, and send the user back to the install/root_path page?
The text was updated successfully, but these errors were encountered: