gitconnected / gitconnected-feedback

Share issues and features requests for gitconnected.com
https://gitconnected.com
9 stars 2 forks source link

Unable to sign up #66

Open axdyng opened 2 years ago

axdyng commented 2 years ago

Couldn't sign up via Github. Received internal server error: {"statusCode":500,"error":"Internal Server Error","message":"An internal server error occurred"}

Response Headers:

Connection | keep-alive
Content-Length | 96
Content-Type | application/json; charset=utf-8
Date | Sun, 20 Mar 2022 07:55:07 GMT
Server | nginx/1.18.0
cache-control | no-cache

Request Headers:

Accept | text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,*/*;q=0.8
Accept-Encoding | gzip, deflate, br
Accept-Language | en-US,en;q=0.5
Connection | keep-alive
Host | gitconnected.com
Sec-Fetch-Dest | document
Sec-Fetch-Mode | navigate
Sec-Fetch-Site | cross-site
Upgrade-Insecure-Requests | 1
image
jhilker98 commented 2 years ago

I've also been able to confirm this.

orbanbalage commented 1 year ago

I have the same issue

ishanvyas22 commented 1 year ago

Same issue. Any update on this please?

SimKennedy commented 1 year ago

Same 500 error trying to login to account which I setup 18 months ago. https://gitconnected.com/auth/github?code=7cfbace807764dd37b28&state=evaL7HUxoAuzIgQT7jlMaw&refresh=1 Error when using Firefox on Linux. Chrome seems to work.

treyhuffine commented 1 year ago

It looks to be an issue with the authentication package that we're using. It has been a bug on and off for years - https://github.com/hapijs/bell/issues/191

It seems like Chrome handles it the best and infrequently has the issue.

If you refresh the page immediately after receiving the error it should work. I'm looking for a solution that removes the need to do this.

SimKennedy commented 1 year ago

Can confirm the refresh method works in Firefox. Thanks for the quick response!