Fix: no apps visible in com.cal.cloudronapp@1.16.3
-
Hi there,
just playing around with Cloudron & trying to evaluate if this is could be a possible solution for my customers.
I've already setup Calcom manually & know that the setup process could be a pitaI've encountered the case that after installing the package from your appstore there a no apps inside of Calcom.
It seems that the database seeding after install is missing. I've done the following steps manually & hope that you can fix this in your package?- Install Cal.com
- Open terminal
- cat .env file & copy the whole string DATABASE_URL=xxxxxx
- cd apps/web
- DATABASE_URL="your_database_url_here" yarn workspace @calcom/prisma db-seed
This fixes the issue for me & all apps are visible inside of Calcom.
-
Thank you for your hint! Did another test & reinstalled the container: You're right, I've skipped enabling of apps during setup, so I had my chance, fair enough. It is little bit like during Microsoft setups
So what I did now was enabling the apps but not setting them up.
Now you will only see these enabled apps in the appstore but not under installed apps?!?! This can be fixed with my workaround above. You cannot activate/install any app which is not chosen during the setup wizard.
Will try another install tomorrow & see what will happen/change if I setup my e.g. calendar right during the setup wizard.
-
OK, checked again & setup my calendar within the setup wizard. You will only see the apps in the appstore, which you selected during the first login. You cannot add other apps through the web gui.