elementary / website

The elementary.io website
https://elementary.io
MIT License
1.23k stars 704 forks source link

500 error when attempting to sign into builds.elementary.io using GitHub SSO #3537

Closed acerspyro closed 1 month ago

acerspyro commented 1 month ago

What Happened?

Nuxt crashes due to a 500 error from the backend on the auth/callback route

Steps to Reproduce

  1. Sponsored Elementary on GitHub
  2. Went to builds.elementary.io
  3. Clicked on "Get Early Access builds"
  4. Nuxt 500 error

image

Expected Behavior

Get signed in through GitHub

OS Version

Other Linux

Software Version

Latest release (I have run all updates)

Log Output

No response

Hardware Info

Firefox 125.0.3 Flatpak on Fedora 40

lewisgoddard commented 1 month ago

Looks like a graphql-request update broke logins, I've reverted the change and it seems to be working now.

acerspyro commented 1 month ago

Works, tysm :)