John Kiran
WWasp-lang
•Created by John Kiran on 7/11/2024 in #đŸ™‹questions
network error when I try to sign in or add a task when running locally on linux
Hi,
thanks for the awesome product!
when i run locally, i didn't use the built in command to start the database from wasp becuase the docker on my linux is broken and i'm using podman
so i started a postgres server and am running it locally:
I added this to the env.server file: DATABASE_URL=postgresql://user:password@localhost:5433/OpenSaaS
and I ran wasp db migrate-dev:
7 replies