I'm getting this error when trying to start the ap...
# caldav
j
I'm getting this error when trying to start the app with
yarn dx
command. everything was working fine till yesterday. can anyone help?
a
I am getting an error with it too! what platform you are using using? For me I am on windows with WSL2
p
@Hariom Balhara could this be the App Store migration?
have you tried yarn workspace @calcom/prisma db-migrate
got the error too, can confirm the above command does not help
investigating
h
@Peer I was just checking it. Can't replicate
Let's do screenshare?
p
yes
calling you
a
@Peer I am getting the same issue as well, it's on windows, This might help though; https://cal.com/docs/how-to-guides/how-to-troubleshoot-symbolic-link-issues-on-windows#enable-symbolic-links but I am still investigating with @abdallah alsamman
p
we found the issue
a broken app was merged
fixing
will be fixed in a couple minutes
remonving line 235 await createApp(“sylapsvideo”, “sylapsvideo”, [“video”], “sylaps_video”); from seed-app-store.ts will work
pushing a PR
a
That's great! Thank you for the information! For us we moved to manual setup
waiting to get merged, pushing a new tag afterwards too
h
Also, this made me realize that an app seed shouldn't affect any other apps, in fact the entire cal.com build/dev server. Will move createApp to try catch and just log in case of failure.
j
Yes it's working now Thanks
h
Raised a PR to improve the seeder and avoid a similar issue in future: https://github.com/calcom/cal.com/pull/8294