Closed spaenleh closed 1 month ago
Issues
2 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
@pyphilia I tried with the automatic redirection and I did not really like it. I think it is a bit nicer to have a welcome and click the button. This lets users know that they are logged in. Also this prevents any redirection loops that could be hard to debug if the url param is set to something that makes it look over itself.
This pull request was deployed and Sentry observed the following issues:
insertBefore([native code])
View IssueDid you find this useful? React with a 👍 or 👎
When the user comes from
graasp.org
theurl
query param is not set. When the user goes toauth.graasp.org
the backend does not provide a url to go to and the redirection screen does not know where to send the user.To fix this issue:
builder.graasp.org
in each environnement for when there is nothingCurrent Screen:
New Screen:
close #484