[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
- Added Custom Domain - API requests with ...
I've added in a custom domain to Appwrite my domain itself is on cloudflare but has Appwrite name servers added and confirmed they work, I added the CAA in clou...
- Custom Email Templates Not Updating for ...
I have 4 custom email templates on my self-hosted Appwrite instance: - email verification - reset password - security alert - 2FA verification. email verifica...
- Docker compose down command is deleting ...
I just followed the steps in the website...but docker compose down seems to delete whole data...it is like fresh installation. Please check if i am missing anyt...