Feature Requests
Closed

ERR_INVALID_URL

i am always receiving this error. i saw the following error:
quackback-db | 2026-08-07 09:08:37.831 UTC [70] ERROR: syntax error at or near "user" at character 25

quackback-db | 2026-08-07 09:08:37.831 UTC [70] STATEMENT: Grant usage to postgres user

quackback-db | GRANT USAGE ON SCHEMA cron TO postgres;

quackback-db | psql:/docker-entrypoint-initdb.d/init-pgcron.sql:8: ERROR: syntax error at or near "user"

quackback-db | LINE 1: Grant usage to postgres user

2 Comments

Sign in to comment

T
thomas.warnick·30 days ago

sorry, my error.
This is the error message:
quackback-db | 2026-08-07 09:11:12.756 UTC [70] ERROR: role "postgres" does not exist

quackback-db | 2026-08-07 09:11:12.756 UTC [70] STATEMENT: GRANT USAGE ON SCHEMA cron TO postgres;

quackback-db | psql:/docker-entrypoint-initdb.d/init-pgcron.sql:8: ERROR: role "postgres" does not exist

Posting anonymously

JM
James Morton
James Morton·17 days ago(edited)

I've never seen this error before so I suspect this is an environment-specific issue. You've tried to use default postgres user which doesn't exist at looks of it. Consider hosting Quackback on Railway if you wish to remain self-hosted (retain full control of data etc) but gain some of the convenience of an easier setup experience.

Posting anonymously