Hi all, when saving avatar with a picture, I am getting "504 Gateway Time-out".
I seem to be getting this only when saving the user profile with a picture. Without a picture it works.
With picture, it sends the base64 in the avatar property. Without it, it sends the URL of the gravatar (default pic).
More info:
When I upload the picture, I can see the upload request to the backend, the picture shows up. The problems happen with the request "POST /api/trpc/viewer.updateProfile?batch=1 HTTP/1.1"
The backend is not responding this request.
The
docker logs
hav the following:
@calcom/web
start 13
4224.185 timeZoneName WARN [[sync] sendgrid_service Couldn't instantiate sync service: Sendgrid Api Key not present
I think this request is not answering properly without sendgrid api key.
What can I do?