404s on all pages
-
I installed and setup, and getting 404 on the public page and all event pages. Can't find any errors other that a ton of these in the logs:
Nov 20 12:26:02@calcom/web:start: error connecting to engine: sql, type: postgres db: Error: connect ECONNREFUSED ::1:5432
What am I missing?
-
check your services UI and make sure you have the DBs running and if needed bump their memory.
-
-
This post is deleted!
-
We're seeing the same problem after updating to v1.2.1. All user pages are blank.
@calcom/web:start: error connecting to engine: sql, type: postgres db: Error: connect ECONNREFUSED ::1:5432
Reverting to v1.2.0 now. -
@badmonky @sparkwise Can you give me more information about the setup? Fresh install or upgrading?
@badmonky it sounds like yours is a fresh install. So, you installed a fresh instance and everything is a 404?
-
Fresh install atleast works just fine here on my test instance and also on the demo.
-
There is something wrong. I left the app running for a while and I get non-stop:
Nov 21 11:42:37@calcom/web:start: error connecting to engine: sql, type: postgres db: Error: connect ECONNREFUSED ::1:5432
But the app itself curiously works!
-
I'm experiencing the same 404 problem here with an updated version
-
OK, I have revoked
com.cal.cloudronapp@1.2.1
. @chetbaker so 1.2.0 works, correct ? -
I am also experiencing the 404 problem with the latest version. While I can access the dashboard, all the booking links leads to 404s
-
@3699n ah, that's very good information! I thought it was the dashboard that was 404ing
-
I'm sorry, that's exactly what happen: dashboard works perfectly, but the link to book is the one giving 404
-
Confirmed, rolled back version seems to work
-
The new version set
NEXTAUTH_URL
to kill some warnings. Looks like we have to live with the warnings. -
-
3/21