supabase icon indicating copy to clipboard operation
supabase copied to clipboard

Supabase on localhost steals focus from active Window on Windows 11

Open hinst opened this issue 3 years ago • 0 comments

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:

  1. Use Windows 11
  2. Start Docker (WSL2
  3. Run supabase start in your project folder 4. Observe the successful start
  4. 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 screenshot

hinst avatar Nov 10 '22 19:11 hinst