-
Notifications
You must be signed in to change notification settings - Fork 2
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
404 Error after attempting to authenticate through Github #174
Comments
@LuchoTurtle thank you very much for opening this issue. 🔥 |
Spot on, you're right. It seems that some of my extensions were the cause of it. It appears to be working on an incognito tab. Closing this issue as not relevant anymore. |
We've had issues with random Chrome Plugins in places I've worked in the past including with Glad you got it working. Your feedback on the MVP is very valuable/valued to us! 🙏 |
@LuchoTurtle thank you for updating the title and re-opening the issue. ♻️ |
Turns out it's not plugin-related. You can replicate my issue by:
This happens in Safari as well. You can replicate this with an incognito window on Chrome. |
Sure let's do it @nelsonic |
Noted. Just opening an issue for Stephany to work on in the next hour. will be right with you. Hopefully you have something else e.g: dwyl/phoenix-chat-example#54 you can look at in the mean time. 🤞 |
Let's take a look at this now. 🧑💻 ⏳ 🔥 |
That's super lame. I cannot replicate it in any browser on my machine.
@LuchoTurtle if you have time now, I could open the Fly.io Logs for both the |
According to the logs for the The failure is: SELECT p0."person_id", p0."name", p0."inserted_at", p0."updated_at" FROM "people" AS p0 WHERE (p0."person_id" = $1) [142]
14:52:59.996 request_id=Fx1Z_OpPI33afeIAACRx [debug] Converted error Ecto.NoResultsError to 404 response Looking up the Let's fix this. 🛠️ |
It looks like #174 (comment) is also the issue I've spotted #168 |
Allow anyone to access the application related to: #174
Github sign-in appears to be working now. Thank you! |
@LuchoTurtle thank you for confirming you are able to login using GitHub. 🎉 |
I was trying to authenticate with Github this morning so I could add a task to myself and I got a 404 Not Found error.
After refreshing the website, it now seems the WHOLE web app is down. No URL paths apparently work 😦
The text was updated successfully, but these errors were encountered: