[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
- Does anyone know default sender id and f...
Need it for otp verification in appwrite self hosted
- Appwrite SSL Certificate Failure
Hello, I need help releasing a stuck domain. My Domain: adilnaib.engineer My Project ID: 68fe0aee001e999b5d71 Error: Failed to add domain to Fastly: {"msg":"B...
- Sites: Old deployment gets requests even...
Hi team, I use Sites to host a Next.js web app and it serves from old deployment for many hours. Is this expected? I thought it would serve from new deployment ...