[BUG] I'm facing an issue while creating a new Web app in my self-hosted Appwrite setup.
- 0
- Self Hosted
- Web
Here’s what’s happening:
When I try to create a new Web app on my Appwrite console (backend.keplr.in), the browser console shows multiple errors:
Uncaught (in promise) SyntaxError: Unexpected non-whitespace character after JSON at position 4 (line 1 column 5) Uncaught Error: Extension context invalidated. Failed to load resource: net::ERR_BLOCKED_BY_CLIENT GET https://backend.keplr.in/versions 404 (Not Found)
The errors repeat several times and the app creation doesn’t complete properly.
Setup details: Appwrite: Self-hosted Platform: macOS Browser: Chrome
Using Appwrite Console to add new Web platform under project keplr-backend
The endpoint is accessible at: https://backend.keplr.in
If anyone has seen this before or knows what could cause this issue (maybe something wrong with the API route or CORS settings?), I’d really appreciate your help 🙏
Thanks in advance!
Recommended threads
- Error: Trying to install appwrite on sub...
``` [Error] Method: POST appwrite | [Error] URL: /v1/account appwrite | [Error] Type: Appwrite\Extend\Exce...
- Type 'Theme' does not satisfy the constr...
Type 'Theme' does not satisfy the constraint 'Row'. Type 'Theme' is missing the following properties from type 'Row': $id, $sequence, $tableId, $databaseId, a...
- JavaScript heap out of memory during bui...
I am running into heap out of memory when I am trying to build an Appwrite site. Usually this can be fixed by modifying the `max-old-space-size` configuration, ...