Further investigating, the call that hangs is `vie...
# developers
t
Further investigating, the call that hangs is
viewer.connectedCalendars
p
@Udit Takkar @nafees nazik can you investigate this?
u
chcking
can you try running yarn db-studio and delete google calendar from credential table and destination calendar table.
and connect google calendar again
@tofran okay can you create an issue on github with this recording? We are investigating this bug
t
I will
z
Did the app got seeded correctly to your DB?
yarn prisma db seed
t
@zomars from what I can see the seeds are intended to add dummy data to the database, for testing. The app should work regardless of that If I were to deploy a production instance, I cannot run the seeds
u
@tofran actually we have mentioned this on the installation instruction of google calendar https://github.com/calcom/cal.com#adding-google-calendar-to-calcom-app-store to run the commands
Copy code
cd packages/prisma
yarn seed-app-store
this would update the credentials in the db
t
@zomars For debugging purposes I have just executed the
yarn prisma db seed
command and the issue persists. @Udit Takkar Yes I have
cd packages/prisma && run yarn seed-app-store
previously and it did not solve the issue
I have identified the problem, details in the issue TLDR: if
redirect_uris
missing in
GOOGLE_API_CREDENTIALS
the TRPC request
viewer.connectedCalendars
hangs