skip to Main Content

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

Answers


  1. 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.

    Login or Signup to reply.
  2. 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 .demoserverpoddemoserverpod_server (your server path)
    .setup-tables.cmd
    docker compose up --build --detach
    dart .binmain.dart
    
    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search