No app in App Store caused by empty table "App" #3622
Replies: 5 comments 19 replies
-
hey @yodahuang have you followed the instructions and added the google calendar credentials to the Apps table? @zomars can help, too |
Beta Was this translation helpful? Give feedback.
-
I got the keys in .env, tried deploying via railway and docker but even after seeding the database, there are no apps other than daily video. |
Beta Was this translation helpful? Give feedback.
-
Its related to #3623 |
Beta Was this translation helpful? Give feedback.
-
This should be fixed in latest main. Please check. |
Beta Was this translation helpful? Give feedback.
-
Can confirm it is fixed @hariombalhara |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Issue Summary
When self-hosting the app, it has the following behavior:
In "getting started" page:
After skipping the "get started" page, in "App Store", all I can see is "Cal Video". This is the same behavior as #3431.
Going to postgres "App" table, I can see only
daily-video
is there.Steps to Reproduce
How I resolve this
I ran
yarn workspace @calcom/prisma db-seed
to seed the db with dummy user and app store. Note that this is not mentioned in README anywhere.Beta Was this translation helpful? Give feedback.
All reactions