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

Update remaining localhost:5400 refs to 127.0.0.1:5400 #1509

Merged
merged 1 commit into from
Jun 12, 2024

Conversation

brandonpayton
Copy link
Member

Motivation for the change, related issues

There are some code and documentation references that still point to localhost:5400 for dev even though the correct address is now 127.0.0.1:5400.

Implementation details

This updates the plaintext references to 127.0.0.1:5400 and also updates the JSPI origintrial string to reference the correct address. I tested this update with the jspi branch, and the dev server running on the jspi branch loads in Chrome but only after this change.

Testing Instructions (or ideally a Blueprint)

  • CI

@brandonpayton brandonpayton added [Type] Bug An existing feature does not function as intended [Type] Developer Experience [Type] Developer Documentation Documentation for developers labels Jun 12, 2024
@brandonpayton brandonpayton requested a review from a team June 12, 2024 16:09
@brandonpayton brandonpayton self-assigned this Jun 12, 2024
@brandonpayton
Copy link
Member Author

As these are low-risk changes, I'll go ahead and merge.

@brandonpayton brandonpayton merged commit cd34e50 into trunk Jun 12, 2024
5 checks passed
@brandonpayton brandonpayton deleted the remove-dev-server-localhost-refs branch June 12, 2024 16:44
bgrgicak pushed a commit that referenced this pull request Jun 20, 2024
## Motivation for the change, related issues

There are some code and documentation references that still point to
`localhost:5400` for dev even though the correct address is now
`127.0.0.1:5400`.

## Implementation details

This updates the plaintext references to `127.0.0.1:5400` and also
updates the JSPI origintrial string to reference the correct address. I
tested this update with the `jspi` branch, and the dev server running on
the `jspi` branch loads in Chrome but only after this change.

## Testing Instructions (or ideally a Blueprint)

- CI
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Type] Bug An existing feature does not function as intended [Type] Developer Documentation Documentation for developers [Type] Developer Experience
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant