Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: set vite server port to 5000 #189

Merged
merged 1 commit into from
Aug 13, 2024

Conversation

WhisperingShadows
Copy link
Contributor

Fix port mismatch between expected webapp URL and actual URL.

By default, Craig expects the webapp URL to be served on port 5000. However, the webapp's Vite server serves on port 3001 instead (the default server port in Vite v2 is 3000, which is taken by Craig's dashboard, so Vite uses the next available port). Setting the Vite server port to 5000 resolves this mismatch and fixes invalid webapp URLs in Craig's recording DMs.

@Snazzah Snazzah merged commit 9bbf194 into CraigChat:master Aug 13, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants