NateCross / comelec-system

0 stars 1 forks source link

Failed to fetch source map on android build #2

Open mikhail-panzo opened 1 year ago

mikhail-panzo commented 1 year ago

The Android client flagged an error saying

Failed to fetch source map http://:19000/index.map?platform=android&dev=true&hot=false: remote fetches not permitted

The development environment involves a LAN.

NateCross commented 1 year ago

This issue is noted. Researching a "failed to fetch source map" issue with respect to React Native and Expo have not proved very conclusive, besides this issue with Expo that seems to have been resolved and another issue with React Native Paper, the component and theming library this project uses, that seems to have been resolved as well.

As it stands, the effect of this error is unknown, likely inconsequential as the functionality of the project does not seem to have been affected in any noticeable way. Speaking from personal experience, it is likely that this is an error caused by the relatively unique architecture of this project operating in development mode.

Unless developments happen on the matter, this issue is seemingly harmless and as such, is not a current priority. But it will be left open in case something can be done about it.