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

The response body is in the Loading... state #73

Closed
1 of 2 tasks
FDiskas opened this issue Mar 9, 2023 · 7 comments · Fixed by #74
Closed
1 of 2 tasks

The response body is in the Loading... state #73

FDiskas opened this issue Mar 9, 2023 · 7 comments · Fixed by #74
Labels
bug Something isn't working

Comments

@FDiskas
Copy link

FDiskas commented Mar 9, 2023

Describe the bug
The response body is in the Loading... state

Expected behavior
I should see the body response

Screenshots
image

Platform:

  • iOS
  • Android (not tested)

Additional context
react-native-network-logger: v1.14.0
react-native: v0.71.3

was working on the previous react-native version v0.69.5

@FDiskas FDiskas added the bug Something isn't working label Mar 9, 2023
@FDiskas
Copy link
Author

FDiskas commented Mar 16, 2023

But the good news is that if we click to share - we have a body

@alexbrazier
Copy link
Owner

Hi @FDiskas, thanks for raising this issue. I've just upgraded react-native on the example app and I'm now getting the same issue. I'll try to take a look into this shortly to see what has changed and get a fix out.

@alexbrazier
Copy link
Owner

Should be fixed and released in 1.14.1.

https://github.com/alexbrazier/react-native-network-logger/releases/tag/v1.14.1

@FDiskas
Copy link
Author

FDiskas commented Mar 17, 2023

Thank you ❤️

@FDiskas
Copy link
Author

FDiskas commented Mar 17, 2023

By updating to the latest 1.14.1 I get white screen with only search input
image

@alexbrazier
Copy link
Owner

Were you using 1.14.0 before? The only thing that changed was how the request and response body renders on ios so I wouldn't expect it to affect the main screen. I also updated some dev/build deps which may have changed the build output but wouldn't expect to see that screen if it was broken.

Have you called startNetworkLogging https://github.com/alexbrazier/react-native-network-logger#start-logging somewhere in the app? Otherwise it will only enable it after you open the logger for the first time.

@FDiskas
Copy link
Author

FDiskas commented Mar 17, 2023

Looks like the core issue is disabled Hermes. So the problem is not on your end.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
2 participants