Install seems good but can't open webpage

Everything installed but can't open webpage on http://0.0.0.0:3000/auth/signup

I am trying to access from the server itself (Ubuntu VM running on VMWARE)

Hi @rfabian - welcome to the community!

Based on the first screenshot you've shared above, it doesn't look like your api or workflows-backend containers are successfully running. The api container, in particular, is the one we want to connect to, so it makes sense that we'd run into problems if it didn't spin up correctly.

In order to figure out what the issue is, you'll want to look at the container logs with the command sudo docker compose logs -f api. That should give you a good indication of what is preventing the container from running! Feel free to share the logs here for any debugging assistance. :+1: