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

Adds check for first query param for deltaBundleId #277

Merged
merged 2 commits into from
Oct 13, 2018

Conversation

rorydbain
Copy link
Contributor

@rorydbain rorydbain commented Oct 9, 2018

I've an issue where requests would be made to http://127.0.0.1:8081/index.ios.delta&deltaBundleId=f629f67b2d9863a7 (using & instead of ? for the first query param) resulting in a 404 and then a red screen whenever you reload the app after connecting to React Native Debugger.

This PR checks if a query param already exists and instead appends a second param to bypass this issue.

@rorydbain rorydbain closed this Oct 11, 2018
@rorydbain rorydbain reopened this Oct 11, 2018
@jhen0409 jhen0409 merged commit 90154f9 into jhen0409:master Oct 13, 2018
@jhen0409
Copy link
Owner

Thank you!

@mlostekk
Copy link

mlostekk commented Feb 8, 2019

unfortunately this breaks persisting breakpoints

#239

cryptodev523 pushed a commit to cryptodev523/react-native-debugger that referenced this pull request Jan 27, 2022
* Adds check for first query param for deltaBundleId

* Fix lint error
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.

None yet

3 participants