Is there a way to redirect to a user's booking page when visiting NEXT_PUBLIC_WEBAPP_URL? #18554
Replies: 1 comment 2 replies
-
Cal.com does not have a built-in feature specifically for redirecting the root URL to a user's booking page. However, you can customize the middleware to achieve URL redirection. The middleware in Cal.com can handle various URL redirection scenarios, and you can modify it to redirect the root URL to a specific booking page based on your requirements [1]. If you have a reverse proxy, you might also consider configuring it to handle the redirection, but since you mentioned it's tricky, adjusting the middleware within Cal.com might be a more straightforward solution. To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other |
Beta Was this translation helpful? Give feedback.
-
I have a single user instance and it would be great for NEXT_PUBLIC_WEBAPP_URL (ie cal.domain.com) to go straight to my users booking page rather than the administrators login page.
I have a reverse proxy in front of the service currently which makes is slightly tricky to do a redirect there, as it is currently reverse proxying '/' to the app, hence asking if there is a way to do it within cal.com.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions