Blank page after installation

I just installed a single image sql lite with docker, using instructions here: Single Image SQLite in Memory :: Corteza Docs

The instance keeps redirecting to local.cortezaproject.org:18080, but I managed to create an account by manually changing the url in the browser to localhost:18080. However, when trying to access any features, a blank page is displayed, probably due to an authentication error in one of the .js files (see attached screenshot).

Any advice on how to fix this?

@oana you probably left the “DOMAIN” value as it is in docker-compose.yaml. In your case it should read:
DOMAIN: “localhost:18080”