When accessing my website I'm getting: (index):1 Access to font at 'https://assets.appwrite.io/fonts/inter/Inter-Regular.woff2' from origin 'https://mvp-site-razumly.appwrite.network' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.
Not really sure what's going on here since it was working a few weeks back. I just tried creating a new site from a template and I'm getting the same error.
I am also hitting this error. I've got a tanstack start web app and am trying to get it deployed. I first tried letting appwrite auto-config the tanstack deploy and got the 502 bad gateway, and then tried configuring tanstack with nitro v3 and got the same issue. Fwiw my region is new york.
I had Frankfurt and switched to San Francisco, both gave me the same error.
Hey guys π While this is a valid issue, and I will look into it next week, I am pretty sure it just causes fonts to not look as nice on Appwrite's error pge.
There might be bigger problem why you see this - your site probably didnt deploy well.
First thing I would check is site's settings - is framework and build configuration all configured well? Primarly, is SSR / Static site set correctly?
the primary problem is probably the 502 hitting your site. not CORS. What do the logs for your site show?
I don't want to hijack Camka's thread, but since I imagine we're both hitting the same 502 gateway, here are my logs.
I've also ensured that it is configured to use TanStack Start + SSR, and that nitro v3 is configured to output to the /dist directory.
I also get a valid deploy and even a screenshot of my website, but upon navigating to it myself I get the 502.
I'm not getting any new logs. These logs are from the template that isn't working. I tried visiting the site multiple times but I'm only seeing logs from the initial deployment.
weird...i don't see the runtime for this site
Do you need my project ID and site ID?
it's the site for this URL, right? is it a static site?
That's weird, the template site started working.
However, my main project site is now timing out instead of throwing the error I was seeing: https://mvp-site-razumly.appwrite.network/
you might need to increase the resource limits for your site. what's it set at currently?
It's at 0.5 CPU with 512 MB.
ya probably too low
If I change the resource limits how long does it normally take to take effect?
Looks like that fixed it, I'm a little worried about what was happening earlier since it kind of just stopped and started working randomly.
we had some issue with cross-region communication recently that made it stop working
Recommended threads
- Scheduled functions (CRON) not firing β ...
Hi team β same symptom as a recent thread here where switching from a round cron expression to an offset-minute one fixed it. Project ID: 69fa56560037c7843a85 ...
- SITE QR CODE
THERE WAS NO SITE QR CODE AVALABEL : {"message":"The requested service is disabled. You can enable the service from the Appwrite console.","code":403,"type":"ge...
- Functions in cloud console not works
please advise as all of my runing functions on Appwrite console was working before , but now it give this error [Invalid `headers` param: Value must be a valid...