Development Server not getting Started #23274
Replies: 1 comment
-
Hi @SHAMIKH-ANWAR! I'm Dosu and I’m helping the cal.com team. This behavior is normal—after the seed command, Make sure your If everything is set up correctly, just let the process run—interrupting it can cause incomplete setup. More details: see this thread. To reply, just mention @dosu. How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
i cannot start the cal.com local dev server using yarn dx , it stucks after this line
@calcom/prisma:dx: The seed command has been executed.
@calcom/web:dx: cache bypass, force executing 35532254b00ba773
@calcom/web:dx: Duplicate value found in common.json keys: verify_email and verify_email_button
@calcom/web:dx: Duplicate value found in common.json keys: advanced and event_advanced_tab_title
@calcom/web:dx: Duplicate value found in common.json keys: pbac_resource_event_type and event_types_page_title
@calcom/web:dx: Duplicate value found in common.json keys: pbac_resource_team and teams
@calcom/web:dx: Duplicate value found in common.json keys: pbac_resource_organization and organization
@calcom/web:dx: Duplicate value found in common.json keys: pbac_resource_booking and bookings
@calcom/web:dx: Duplicate value found in common.json keys: pbac_resource_insights and insights
@calcom/web:dx: Duplicate value found in common.json keys: pbac_resource_workflow and workflows
@calcom/web:dx: Duplicate value found in common.json keys: pbac_action_create and create
@calcom/web:dx: Duplicate value found in common.json keys: pbac_action_update and edit
@calcom/web:dx: Duplicate value found in common.json keys: pbac_action_delete and delete
@calcom/web:dx: Duplicate value found in common.json keys: pbac_action_invite and invite
@calcom/web:dx: Duplicate value found in common.json keys: pbac_action_remove and remove
@calcom/web:dx: Duplicate value found in common.json keys: pbac_resource_attributes and attributes
@calcom/web:dx: Duplicate value found in common.json keys: pbac_desc_invite_organization_members and invite_organization_admins
@calcom/web:dx: Duplicate value found in common.json keys: enter_license_key_description and enter_your_license_key
@calcom/web:dx: Duplicate value found in common.json keys: webhook_title and event_name_info
@calcom/web:dx: Duplicate value found in common.json keys: webhook_cancellation_reason and cancellation_reason_host
@calcom/web:dx: Duplicate value found in common.json keys: webhook_people and people
@calcom/web:dx: Duplicate value found in common.json keys: webhook_teams and teams
@calcom/web:dx: [Phase: phase-development-server] Skipping rewrite config for organizations because ORGANIZATIONS_ENABLED is not set
i dont see any error in the logs i have correctly cloned the repo installed yarn and set up .env then doing yarn dx does not start the server at localhost:3000
Beta Was this translation helpful? Give feedback.
All reactions