You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: