
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
- Auth Error
"use client"; import { useEffect } from "react"; import { getSessionCookie } from "@/actions/auth"; import { createBrowserSessionClient } from "@/lib/appwrite-...
- Prevent modifying specific attributes
How do I prevent user to only to be able to modify some of the attributes. Document level security gives full access to update whole document, what are the wor...
- Bypass Error When Creating Account With ...
Suppose user first uses email/pass for log in using xyz@gmail.com, few month later on decides to use google oauth2 with same xyz@gmail.com (or in reverse orde...
