Network requests of CRNA application don't work when published

I have created CRNA app, then opened it via XDE and clicked Publish.
I have got the link and opened the app via QR code. It has opened successfully but does not respond to button clicks.

How can I troubleshoot the published app?
What can be the reason of network requests (fetch) not being able to come through? They are OK when I do “yarn start” from PC and then open the app via local QR. I do not use DEV
So from the same phone in the same network published app works differently then locally built one.

I have done some more investigation. it is really wiered. When I open CRNA project locally eiher via XDE or “yarn start” it works with remote debuging on but does not work with remode debuging off.

I found the solution

1 Like