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
{{ message }}
This repository has been archived by the owner on Feb 4, 2024. It is now read-only.
There are some known issues regarding SOLID APIs that - indeed - we faced during the development of this project. One example to that, is the page redirection on refresh. If you do so, you will notice that you are redirect to the login page as soon as you refresh the page. That is caused because SOLID login features work like that: they store in some kind of cookie the redirection page after performing the login. As handleIncomeRedirect calls login, it will perform the exact same behavior as the previous execution. They are dealing with this issue and information can be found: #1647 or #1473.
The text was updated successfully, but these errors were encountered:
There are some known issues regarding SOLID APIs that - indeed - we faced during the development of this project. One example to that, is the page redirection on refresh. If you do so, you will notice that you are redirect to the login page as soon as you refresh the page. That is caused because SOLID login features work like that: they store in some kind of cookie the redirection page after performing the login. As handleIncomeRedirect calls login, it will perform the exact same behavior as the previous execution. They are dealing with this issue and information can be found: #1647 or #1473.
The text was updated successfully, but these errors were encountered: