You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: Error fetching featured projects: TypeError: Failed to fetch
Fetching errors could be for several reasons:
Network Issues: The problem might be related to network issues either on the server or the client side.
Endpoint Availability: Sometimes, endpoints may be down or unresponsive, leading to such errors.
CORS Configuration: The error might be due to subtle misconfigurations, such as incorrect headers or not allowing specific methods.
Client-Side Issues: If users are running outdated browsers or have certain extensions that interfere with network requests, these could lead to such errors.
Server Configuration: Things like SSL/TLS configuration, firewalls, and rate limiting which might block or alter requests.
As I took a glance at our fetch requests, we have a correct setup of CORS and API URLs, and no issue determined at this moment.
So this might be due to other reason (user might have network issues, some browser extensions might cause it, etc). Let's improve our error handling with better user message so they know what's going on if this error occurs again.
Moving this issue to Archive on Sentry for now with a event count limit.
Description
We could give better feedback to the user when certain actions throw errors:
When
registerIdentity
throws an error, which is caught by Sentry:We can see the error in the console but no actions taken or feedback shown to the user.
Steps to reproduce
The text was updated successfully, but these errors were encountered: