
I've been working in a project for last few months. it was working enough fine till now. but last night when i tried visiting localhost
from chrome, after starting the docker container, it only shows a blank white screen. nothing else. the console is attached below. if i tryna open it from incognito mode or from any other browser, it works fine. it redirects me to the login page. now I've forgot my console password. so i can't login from any other browser. i wonder what's really happening

why i can't see my appwrite console on localhost:80

Weird...maybe you can try clearing your cache?

Seems like one of your chrome extensions is causing the issue. That explains why it works fine on incognito, where extensions are disabled by default.
Try disabling some of your chrome extensions to figure out who the culprit is!

@safwan 's suggestion solved the issue. one of my extensions got broken some broken code

Ooh which 🧐

aaaah im glad it helped!

wordtune🤦♂️

[SOLVED] why i can't see my appwrite console on localhost:80
Recommended threads
- Vite build permission failed
im trying to deploy a react site using appwrite sites and it keeps failing to build ```2025-08-10T20:20:15.168371867Z [20:20:15] [open-runtimes] Environment pr...
- How to proper delete a serverless functi...
I tried `appwrite functions delete --function-id 12345`, it deletes the online one, but even after trying `appwrite pull functions`, the local one in the appwri...
- Do I have to manually change the endpoin...
The CLI never changes the json file, for example: ```bash appwrite client --endpoint https://url --project-id my-project --key standard_12345 ```` I do not k...
