calcom/cal.com

Tooltip must be used within TooltipProvider

Closed this issue · 11 comments

I have this problem when I deployed cal using docker
image

@mohamedosama113 can you share the screen recording so that we can clearly see, what is happening here. And I am not able to reproduce this error!

can confirm, freshly installed and happening on startup.

Me too!
Had to build the image myself as there are no aarch64 images available and followed the instroctions on
https://github.com/calcom/docker?tab=readme-ov-file#advanced-users-build-and-run-calcom
Containers are running on a raspberry pi 4 (8GB) w/ debian 12
The error shows up in the logs even without any access to the web ui.

Web UI is displaying this error for - maybe - half a second
grafik
which then turns into a blank page.
Further interaction with the UI is not possible.

No further errors in the calcom container logs

Can confirm the same issue here, fresh install and this occurs on first start of Docker container.

did a little bit of research. Docker Image Version v4.5.1 seems to be the latest working image. Not a fix but a workaround for those who need the service as fast as possible back.

@canameti how do you change the Docker Image Version?

Im having the same issue on render deploying, is there any fix yet?

@Aldian1 Adding the version tag at the end of the image variable in the docker-compose.yaml.
For example "image: canameti/project:v1.2"
V1.2 ist the version tag

@mohamedosama113 Im having the same issue on render deploying, is there any fix yet?

did a little bit of research. Docker Image Version v4.5.1 seems to be the latest working image. Not a fix but a workaround for those who need the service as fast as possible back.

Can confirm that v4.5.1 is working when using the provided images (on arch amd64).
No luck with building my own image on aarch64 (Raspberry Pi) - possibly due to wrong building procedure :-(

Thanks for your help so far!

Also got this issue today: Error: Tooltip must be used within TooltipProvider