Problem with accessing Baserow’s API from within a docker container

What output/errors do you get?

I tested your compose file on a VM and it it working:

  • Baserow Frontend :white_check_mark:
  • N8N Frontend :white_check_mark:
  • Get Data from Baserow in N8N :white_check_mark:

Three things to note here:

  1. Baserow Frontend can be reached on port 80. So your URL would be http://localhost
  2. In N8N when setting up credentials you would also set the host for Baserow to http://localhost
  3. You need to make sure that all of the ports the the docker images needs are available on the host: 80, 5432, 6379, 8000, 3000 for Baserow + 5678 for n8n