Forum Discussion
elizabethvelder
Jul 09, 2024Copper Contributor
Unable to create shared bookings page
Attempting to create a shared bookings page results in the above error.
I've ensured Bookings is turned on, turned access on and off in the admin back-end, I've tried Safari and Chrome and incognito browser in Chrome. Absolutely nothing is working to fix this. 😞
2 Replies
Sort By
- amir-aminzadehCopper Contributor
Hi
One of the users has same issue when she try to create a Shared booking page on the Booking Software (Microsoft). It's showing the same error and just one of our users has this issue, Booking page is working fine for others.
Also, I realized the first page after clicking the "create booking page" should be "Create from Scratch " Or .... But this page is not coming up at all and it's going to the next page automatically (name, Business type , business hours).
What is your advice how I can fix it.
- Jaxin818Copper ContributorHello elizabethvelder, did you figure this one out? This error usually means that you don't have it enabled. If you run the following command: Get-Organizationconfig | Select BookingsEnabled Does this output $true? If it doesn't then you will need to enable it with the following command: Set-OrganizationConfig -BookingsEnabled $true