Description
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