Skip to content

Chapter 6 - localhost:300/seed won't load #1037

Closed
@ChristiannYa

Description

@ChristiannYa

I am trying to access the seed url http://localhost:3000/seed, but it does not load, and when it loads, the browser shows:

{
"error": {
"name": "PostgresError",
"severity_local": "ERROR",
"severity": "ERROR",
"code": "26000",
"file": "prepare.c",
"line": "451",
"routine": "FetchPreparedStatement"
}
}

Also, i get the following information in the terminal

{
severity_local: 'NOTICE',
severity: 'NOTICE',
code: '42710',
message: 'extension "uuid-ossp" already exists, skipping',
file: 'extension.c',
line: '1740',
routine: 'CreateExtension'
}
{
severity_local: 'NOTICE',
severity: 'NOTICE',
code: '42P07',
message: 'relation "users" already exists, skipping',
file: 'parse_utilcmd.c',
line: '207',
routine: 'transformCreateStmt'
}
{
severity_local: 'NOTICE',
severity: 'NOTICE',
code: '42P07',
message: 'relation "customers" already exists, skipping',
file: 'parse_utilcmd.c',
line: '207',
routine: 'transformCreateStmt'
}
{
severity_local: 'NOTICE',
severity: 'NOTICE',
code: '42P07',
message: 'relation "invoices" already exists, skipping',
file: 'parse_utilcmd.c',
line: '207',
routine: 'transformCreateStmt'
}

I did follow the steps

  • rename the .env.example file to .env
  • pasted in the copied contents from Vercel

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions