appointment confirmation link misredirection?
-
Hi,
Within cal.com, there is a possibility to define event-types.
One of the event-types parameters is to setup whether a booking derivated from this event-type requires confirmation from the user or not.In the case when the parameter is set to requiring confirmation and a booking is being made, the cal.com user receives an email with a couple of buttons to confirm or reject the booking.

The links to confirm / reject the booking within the email body are correct (pointing to the right cal.com cloudron server) and send the user initially back to the server where the cal.com application instance is running - so Clicking on a confirm/reject button from the email opens a browser page which initially seems to call resources on the related server via the application api with a URL one would expect:
https://cal.mycloudronserver.com/api/link/?token=xxxxxxxxxxxxxxYet upon the server response from the api link, the browser then redirects to a URL referring to "localhost:3000"
https://localhost:3000/booking/xxxxxxxxxxx
which in turns results in an error from the browser which cannot load the related ressources, as one can imagine.Interestingly, manually replacing the "localhost:3000" url/domain part with the the domain where the instance of cal.com is running result in the expected page properly loading.
I have to confess that at this stage, I have not dug much further.
But maybe someone here already has come accross this already?Would this be a app config error? or potentially a app package one? or something to relay upstream?
Many thanks,