Connection reset by peer

Are you using our SaaS platform (Baserow.io) or self-hosting Baserow?

Self-hosted

If you are self-hosting, what version of Baserow are you running?

latest version

If you are self-hosting, which installation method do you use to run Baserow?

latest version

What are the exact steps to reproduce this issue?

Provision a new VPS from Datalix, running Ubuntu 22.04.Install Docker and Docker Compose. In a directory, create the following docker-compose.yml file:
services:
baserow-db:
image: postgres:15
container_name: baserow-db
restart: unless-stopped
environment:
POSTGRES_USER: baserow
POSTGRES_PASSWORD: 1234@
POSTGRES_DB: baserow
volumes:

  • ./baserow-db-data:/var/lib/postgresql/data
    ports:
  • “5433:5432”
    baserow:
    image: baserow/baserow:latest
    container_name: baserow
    restart: unless-stopped
    depends_on:
  • baserow-db
    environment:
    DATABASE_HOST: baserow-db
    DATABASE_NAME: baserow
    DATABASE_USER: baserow
    DATABASE_PASSWORD: 1234@
    BASEROW_PUBLIC_URL: http://datalix:3000
    ports:
  • “3000:3000”
    volumes:
  • ./baserow-data:/baserow/data
    Run docker compose up -d to start the containers. From the server’s command line, run curl http://localhost:3000.

Hi @MagicMover welcome to the community!

This could be a number of reasons:

The first could be that the Baserow instance is not yet fully initialised. Does this issue continue after 30 minutes?

The second is that it could be an issue with hostname resolving - could you try using your serverip/localhost for PUBLIC_URL instead of your local hostname datalix

You may be right. I ended up using Dockge host app and it loaded. It did help that Dockge gives you streaming log to show you when it’s completed its download. I also installed the SsL using the NPM app on a subdomain.

Now, i have to figure how to use Baserow with n8n, together. I’m a visual learner, any YouTube tutorials you recommend?

There is a webinar about using n8n and Baserow together in 10 days time! :slight_smile: Master your processes! Learn how to build SOPs & automate workflows with Baserow & n8n | Baserow

Yes! Thanks for sharing this good news. Would you kindly tag me, when it gets released? I want a front-row seat.

If you sign up for the webinar you can both attend it live and also receive a video recording of it after it’s finished.

1 Like

Please share the link. This site’s UI is too busy.

I already shared the link in the original reply :slight_smile: : https://app.livestorm.co/baserow/master-your-processes-learn-how-to-build-sops-and-automate-workflows-with-baserow-and-n8n?utm_source=website&utm_medium=banner&utm_campaign=sop+webinar+with+n8n

You need to register for the webinar using your email or one of the SSO options (Google for exmaple)