Hi, Not sure if this belongs here When trying resc...
# developers
d
Hi, Not sure if this belongs here When trying reschedule a meeting the following error message is created Also the meeting wont get rescheduled
current version is 2.1. (but this was also experienced before)
p
@Bailey @Udit Takkar
u
@Peer not able to reproduce this. rescheduling is working fine on production.
p
@Deniz Dalli can you email support@cal.com so we can impersonate your account?
d
Thanks. Sorry, I should mention that this is with a self hosted installation.
We tracked down things a little bit
Copy code
Oct 25 13:07:32 calcom-staging yarn[846]: #033[90m13:07:32.404 timeZoneName #033[39m#033[1m#033[93mWARN#033[39m#033[22m [[sync] sendgrid_service Couldn't instantiate sync service: Sendgrid Api Key not present
Oct 25 13:07:32 calcom-staging yarn[846]: TypeError: Cannot read properties of undefined (reading 'type')
Oct 25 13:07:32 calcom-staging yarn[846]:     at updateEvent (/opt/cal.com/apps/web/.next/server/chunks/402.js:361:26)
Oct 25 13:07:32 calcom-staging yarn[846]:     at EventManager.updateAllCalendarEvents (/opt/cal.com/apps/web/.next/server/chunks/402.js:729:100)
We are not using Sendgrid - and we are not using workflows But somehow sendgrid Key gets requested
Should we file an issue in github? @Peer
u
hey @Deniz Dalli are you facing issues related to avatar image ?
d
no, the issue we face is the one from the beginning of the thread
Users trying to reschedule a meeting get an Error Message in Frontend
The error seems to be thrown since calcom is looking for a sendgrid key (which is not configured in the .env file - since we dont use sendgrid)
The avatar problem might have the same root cause (as there is also a link to the missing sendgrid key)
The
docker logs
hav the following:
@calcom/webstart 134224.185 timeZoneName WARN [[sync] sendgrid_service Couldn’t instantiate sync service: Sendgrid Api Key not present
u
@Deniz Dalli are you still facing reschedule error ? it should be fixed by now
d
Hello @Udit Takkar I did some checks today morning (like 6 hours ago), there was no error on reschedule Will do another test. What has changed?
Either way, thanks for you help 🙂
Did another check (sample size 1) - works 👍
u
there was some bug in the last release which got fixed after few hours