
I am trying to get to my appwrite console but it's just showing spinning progress animation in the web and giving following errors in the console.
Failed to load module script: Expected a JavaScript module script but the server responded with a MIME type of "text/html". Strict MIME type checking is enforced for module scripts per HTML spec.
Uncaught (in promise) TypeError: Failed to fetch dynamically imported module: https://cloud.appwrite.io/console/_app/immutable/entry/app.BxB8Wp3c.js
service-worker.js:1 Uncaught (in promise) TypeError: Failed to execute 'put' on 'Cache': Request scheme 'chrome-extension' is unsupported
at o (service-worker.js:1:38578)
o @ service-worker.js:1
await in o
(anonymous) @ service-worker.js:1

I clearted all the cache, localstorage and session data for appwrite.io and used the direct login url to log back in https://cloud.appwrite.io/console/login now it's working
Recommended threads
- Struggling with Sessions
Understanding check: createAnonymousSession() registers the session with the backend setSession() creates a cookie on the user’s computer(?) getSession(‘curr...
- MCP and VSCode Docs
I like your tools, but would like to set up Copilot in VSCode, but these docs don't offer that guide. Did I miss something? https://appwrite.io/docs/tooling/mcp
- How to set wildcard at custom doamin
For OAuth2 redirect, I have set the appwrite api endpoint as appwrite.example.com, and added the CANME in cloudfare where I bought the domain name. And I hosted...
