
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
- How to delete secured files from bucket?
When deleting a user I want to delete all their data including files. How can I delete secured files in cloud/nodejs?
- How to get OTP code in SMTP email temp...
I don't know how to get the OTP code to show in my custom email template for email authentication using OTP. I have email authentication set up for iOS app, an...
- Expo-web session issue
In web I created a session using oauth. I run the app logged in but closed the terminal and ran again opened the app(I have now 2 running app in different...
