SevenTV / Website

The 7TV Web App with the Vue framework
https://7tv.app
Other
38 stars 30 forks source link

Hidden error when searching users while signed out #923

Closed zoogies closed 8 months ago

zoogies commented 1 year ago

When not signed in and attempting to search users, nothing will happen. Inspecting the console you can find a graphql response error "70401 sign-in required"

image

However, when signed in this search works as expected:

image

It would be best to handle such errors in a manner that gives the user feedback, especially for a sign-in error.

I was going to open a PR for this, but it appears that even after creating a Font awesome API key, it does not have the same permissions for the FA NPM repositories you guys use which are required in order to build the app.

zoogies commented 8 months ago

Appears fixed as of 2/26/24.

image