-
-
Notifications
You must be signed in to change notification settings - Fork 725
Description
Description
[Description of the bug, When Issue Happens]
In latest build after fixing a bug with sharp library it's not possible to open more than 1 session in docker container.
Environment
latest docker image of main branch.
Steps to Reproduce
- docker compose build --no-cache
- docker compose up (without -d to see errors)
- login into first session
- try to start second session
Log Output
wpp-server | [3118:3118:1106/062600.249648:ERROR:chrome/browser/ui/views/message_box_dialog.cc:199] Unable to show message box: Chromium - The profile appears to be in use by another Chromium process (2734494) on another computer. Chromium has locked the profile so that it doesn't get corrupted. If you are sure no other processes are using this profile, you can unlock the profile and relaunch Chromium.
If relevant, paste all of your Log Output
Your Code
If relevant, paste all of your challenge code in here
Additional context / Screenshot
Version of sharp library is 0.34.3 due to another bug of latest build. It's possible to run multiple sessions without docker with command yarn dev, this error happens only inside docker container.
Add any other context about the problem here. If applicable, add screenshots to help explain.