supabase
supabase copied to clipboard
Supabase on localhost steals focus from active Window on Windows 11
Bug report
Describe the bug
Supabase on localhost steals focus from active window on Windows OS approx. every 30 seconds.
To Reproduce
Steps to reproduce the behavior:
- Use Windows 11
- Start Docker (WSL2
- Run
supabase startin your project folder 4. Observe the successful start - Wait for a few hours
Expected behavior
It is possible to work without interruptions, for example: type code into the active window
Actual behavior:
Some regular task auto-starts from one of the docker containers belonging to supabase and triggers GUI subsystem. As a result, mstsc.exe (Windows Remote Desktop) starts and steals focus from active window, although there will be no actual visible window. The system becomes unusable for the end user: cannot type text longer than 30 seconds
System information
- OS: Windows 11 version 22H2 build 22621.819
- Version of supabase-js: 1.11.4 (CLI)
- Version of Node.js: 18
Screenshot
See the mstsc.exe processes; they're causing the problem
