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.
Recommended threads
- TablesDB `updateRows` returns `database_...
Hi Appwrite team! I’m seeing a strange issue with TablesDB bulk row updates on a self-hosted Appwrite instance. **Environment** - Appwrite self-hosted `1.9.0` ...
- [SOLVED] Realtime Missing Channels
```js useEffect(() => { let subscription: RealtimeSubscription; async function loadChips() { try { const {rows: chi...
- Updating GitHub App access throws error
Steps to reproduce - 1. Have some private repos allowed on the install access 2. New Site/Func > Connect GitHub > see the side card saying `Missing a repo` > cl...