Sealious playground tests failing

Here are the steps I’ve taken:

git clone <sealious playground url>
cd sealious-playground
npm install
npx playwright install firefox
npx sealgen make-env
docker-compose up -d db mailcatcher meilisearch
npm run watch #worked fine
npm run test

After that all tests failed with this error:
Error: MongoDB was not found at the following address: mongodb://127.0.0.1:20747/sealious-app-test10cdc740-4cd3-40b1-8172-0c2ad522ea27. Please make sure database is running.
These errors also seem to affect my diff. Is anyone else also experiencing those issiues?

For some reason there was a mismatch between the port numbers in code and in docker configuration. I’ve pushed a fix to the master branch in sealious-playground that should address the problem :+1: