Error while starting the server by using serverpod

573 Views Asked by At

enter image description hereInternal server error. Failed to connect to database in future call manager. PostgreSQLSeverity.error 42P01: relation "serverpod_future_call" does not exist

I want to start the server at localhost port 8080 but it shows me this error.

2

There are 2 best solutions below

0
On

Please have a look at this question. I think it's the exact same problem you run into.

I think my answer from over there will help you:

For now, you have to run setup-tables.cmd manually on Windows.

0
On

You have to run the table creation manually in windows See this video it will greatly describe step by step.

https://youtu.be/BQ6JQbp2Xy0

cd .\demoserverpod\demoserverpod_server\ (your server path)
.\setup-tables.cmd
docker compose up --build --detach
dart .\bin\main.dart