This has been reworked for authenticated users. The login form (unauth'd users) uses a more basic mechanism, which might not work properly if two users are trying to login at the same time. May…
If i use the same compile command except i add --cc:clang i get:
/home/itwrx/.cache/nim/ez_bkup_r/@m..@s..@s..@s..@s..@s.choosenim@stoolchains@snim-2.2.0@slib@ssystem.nim.c:2405:3: runtime…
`nim c --threads:on -d:useMalloc -d:release --passC:"-fsanitize=address,undefined -fno-omit-frame-pointer" --passL:"-fsanitize=address,undefined -fno-omit-frame-pointer" -d:nosignalhandler…
-d:release
uses --opt:speed
which seems to be the actual compile option that causes/reveals this GUI bug.
actually it seems compiling with --d:release
causes this. that explains why it popped up after release last time... under investigation.
This has been fixed in a development branch by simply updating dependencies and recompiling. Will close this issue once a new release has been made/tagged.