Booking URL conflict | TimeTuna Docs

Symptom

Why it happens

How to fix

  1. Pick a unique slug. Add a personal qualifier (book-with-jane,jane-30) to avoid generic collisions.
  2. Avoid reserved words. Slugs that match top-level app routes are blocked. Common reservations: signin, auth, api, blog,docs, booking-pages, internal.
  3. If you renamed a page, share the new URL. The old slug is now free for anyone else to claim; redirects are not added automatically.
  4. If your page is missing entirely, check Settings → Bookings. A deactivated page is recoverable; a deleted one is not.

Hyphens are fine; spaces are not

Slugs can contain lowercase letters, numbers, and hyphens. Uppercase letters and spaces are silently converted to lowercase and hyphens.

Still not working?

Open the chat in the bottom-right with the slug you want and the slug it conflicts with.