cal.pub0.org/packages/features
Hariom Balhara c2996cd2f8
fix: 404 booking pages when org support is enabled locally
## What does this PR do?
Fix 404 booking pages when org support is enabled locally

## Type of change

<!-- Please delete bullets that are not relevant. -->

- Bug fix (non-breaking change which fixes an issue)

## How should this be tested?

<!-- Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration -->

-  Add localhost:3000 to ALLOWED_HOSTNAMES which is the default recommendation for enabling org support locally.
<img width="1035" alt="Screenshot 2023-07-10 at 11 04 35 AM" src="https://github.com/calcom/cal.com/assets/1780212/7272437b-afae-4073-905b-eafc39f9fafc">
- Simply restart the server and visit http://localhost:3000/pro. It will give 404. After this change it would work

## Mandatory Tasks

- [x] Make sure you have self-reviewed the code. A decent size PR without self-review might be rejected.
2023-07-10 12:19:33 -07:00
..
apps feat: Enable Apps for Teams & Orgs [CAL-1782] (#9337) 2023-07-06 16:48:39 +00:00
auth fix: update should be based on email only (#9977) 2023-07-06 23:55:00 +00:00
bookings fix: location icon (#9994) 2023-07-10 12:57:34 +02:00
calendars feat: Add divider and set spacing on modals with the type=creation prop (feat-add-divider) 2023-06-29 08:47:16 +01:00
conferencing
ee fix: 404 booking pages when org support is enabled locally 2023-07-10 12:19:33 -07:00
eventtypes fix: Creating team and preview URL fixes [CAL-1997] [CAL-1998] (#9648) 2023-07-03 08:06:12 +00:00
filters feat: booking filters [CAL-1801] (#9692) 2023-07-05 08:54:42 +05:30
flags chore: Sync packages mismatches (#9725) 2023-06-22 15:25:37 -07:00
form-builder fix: [CAL-1959] Removed duplicate value warnings on starting dev server(#1959) (#9596) 2023-06-30 04:06:01 +00:00
insights feat: insights orgs [CAL-1888] (#9551) 2023-06-29 19:03:44 +02:00
kbar
links
schedules fix: allow backtracking while adding new time slots in availability (#9789) 2023-06-30 18:46:38 +00:00
settings fix: Orgs/create child teams CAL-1986 (#9631) 2023-07-07 16:48:51 +00:00
shell fix: Spacing issues on "settings" Button navbar skeleton (fix-settings-skeleton) (#9663) 2023-07-04 23:41:29 +00:00
test fix: 404 booking pages when org support is enabled locally 2023-07-10 12:19:33 -07:00
tips chore: Sync packages mismatches (#9725) 2023-06-22 15:25:37 -07:00
users fix: update top banner (#9580) 2023-06-17 01:06:04 +00:00
webhooks feat: disable workflows and webhooks for orgs + UI changes [CAL-1873] (#9504) 2023-06-26 06:37:59 -04:00
index.ts
package.json test: Remove mockdate and replate with vitest system time (#9750) 2023-06-23 16:10:43 +00:00
tailwind.config.js
tsconfig.json