Hey there, fellow devs! If you’re struggling to get n8n to recognize Baserow, you’re not alone. I’ve been there too, and I’m here to help you troubleshoot the issue.
First, let’s take a look at the docker-compose.yml file. Are you using the correct credentials for Baserow? Make sure your host, user, and password are all set up correctly. In this case, the credentials are:
host: http://baserow:80
user: email(baserow)
pass: my password(baserow)
If you’ve double-checked your credentials and you’re still having trouble, try checking the n8n documentation for any specific setup requirements for Baserow. Sometimes, it’s the little things that can cause the biggest headaches.
If you’re still stuck, feel free to share your docker-compose.yml file and I can take a closer look. Happy troubleshooting!