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

Debugging locally on MacOS can break due to port 5000 being used by AirPlay #1998

Closed
travis79 opened this issue Nov 7, 2023 · 1 comment · Fixed by #2044
Closed

Debugging locally on MacOS can break due to port 5000 being used by AirPlay #1998

travis79 opened this issue Nov 7, 2023 · 1 comment · Fixed by #2044

Comments

@travis79
Copy link
Member

travis79 commented Nov 7, 2023

The default port that node serves the Glean Dictionary on is port 5000, this is also the same port that AirPlay uses. The weird part of this is that port 5000 works just fine in Safari and Chrome, it's only Firefox that seems to break by getting a 403 Forbidden response from Server: AirTunes/745.13.4.

Changing the package.json file under the start command to add --port 8080 seems to resolve this for me by moving the port to a less contentious one.

@chutten
Copy link
Contributor

chutten commented Nov 7, 2023

See also lukeed/sirv#124 (fixed in sirv v2.0.0)

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 a pull request may close this issue.

2 participants