Spring security redirects to a 404 during OAuth2 flow #351
Labels
No labels
bug
dependencies
documentation
duplicate
enhancement
good first issue
help wanted
invalid
java
question
refactor
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
agony-forge/agonyforge#351
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When going from logged out to logged in via GitHub it redirects via a 304 to a
sw.jsthat does not exist. You can simply change the URL in your browser to go tohttp://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.
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.