-
-
Notifications
You must be signed in to change notification settings - Fork 73
Description
Was messing around on https://eartensifier.net/ and things aren't looking too hot. Looks like there's some trouble talking to your API and it's kinda breaking the homepage vibe. Here's the lowdown:
CORS Policy:
Error's popping up saying something like, "Access to fetch at 'https://api.eartensifier.net/statistics' from origin 'https://eartensifier.net/' has been blocked by CORS policy." I think trying to tell us to go 'no-cors' or something to sneak around it.
502 Gateway:
Tried hitting up 'https://api.eartensifier.net/statistics' but got slapped with a "502 Bad Gateway". Sounds like the gateway's having a bad day.
Promise Rejection:
Got an uninvited "Failed to fetch" error throwing a TypeError in the console.
So yeah, that's pretty much it. The site's kinda limping without its stats and stuff.
