Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spring security redirects to a 404 during OAuth2 flow #351

Closed
scionaltera opened this issue Dec 15, 2024 · 1 comment
Closed

Spring security redirects to a 404 during OAuth2 flow #351

scionaltera opened this issue Dec 15, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@scionaltera
Copy link
Owner

When going from logged out to logged in via GitHub it redirects via a 304 to a sw.js that does not exist. You can simply change the URL in your browser to go to http://localhost:8080/ and it will take you into the game because you have successfully logged in at that point, but it's annoying and not very user friendly.

This is likely to be a bug in Spring or GitHub and not in Agony Forge, but I want to track it here in case someone else runs into it and can't figure out what to do.

@scionaltera scionaltera added the bug Something isn't working label Dec 15, 2024
@scionaltera
Copy link
Owner Author

Figured this out. It was an artifact stuck in my browser from a different project that also used the localhost:8080 URL and had a service worker.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant