Hi Team,
Once the booking is confirmed, I see the confirmation page like this:
When I click on the Reschedule button, it takes me here:
The issue is the URL stays like this:
localhost:5173?slug={myslug}
instead of the actual reschedule url with the booking ref: localhost:5173/reschedule/:bookingref
How can I achieve a redirect to the reschduling URL from the booking confirmation page. Same is happening for the cancellation link as well.