Running locally not working

Hey all,
i’ve checked a lot of forum threads and github issues, but apparently nothing works.

I downloaded the compose file from your github and only changed the URI from localhost:9001 to 192.168.178.100:9001 since I try to run it on a local server.

When I try to register a new account, this happens in the console:

So I put in email and password, then the name and I click on “create account”, nothing happens, when I try to register with the same email penpot says “email already in use”, so the account gets created.

Trying to login with the registered email gives me this errors:

content.bundle.js:61  Uncaught (in promise) TypeError: Failed to construct 'URL': Invalid URL
    at Z (content.bundle.js:61:85288)

And from the docker logs:

penpot-frontend-1   | 192.168.178.71 - - [30/May/2024:11:38:16 +0000] "POST /api/rpc/command/login-with-password HTTP/1.1" 200 301 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36 Edg/125.0.0.0"
penpot-frontend-1   | 192.168.178.71 - - [30/May/2024:11:38:16 +0000] "GET /api/rpc/command/get-profile HTTP/1.1" 200 79 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36 Edg/125.0.0.0"

Here are the frontend flags:

- PENPOT_FLAGS=enable-registration enable-login-with-password disable-secure-session-cookie

and my backend flags:

- PENPOT_FLAGS=enable-registration enable-login-with-password disable-email-verification enable-smtp enable-prepl-server disable-secure-session-cookies

So, what is the process to get this running?

THanks!