birdofpreyru / react-native-static-server

Embedded HTTP server for React Native
https://dr.pogodin.studio/docs/react-native-static-server
Other
142 stars 22 forks source link

Access Denied error shown before page loads local HTML #54

Closed qwertynik closed 1 year ago

qwertynik commented 1 year ago

Before the local HTML is loaded, the below error is shown for a few seconds:

image

Doesn't look usual. Any ideas what could be wrong and how to resolve it?

birdofpreyru commented 1 year ago

Seems like you are access the resource before it is ready to be accessed.

qwertynik commented 1 year ago

🎯 🙏