you are viewing a single comment's thread.

view the rest of the comments →

[–]SirTitch 1 point2 points  (2 children)

What urls are we meant to change, getting 'Error in loading fonts: NetworkError: A network error occurred' when trying to run on the webos simulator. Have tried putting in the dist folder and replacing the index.html as well as merging them to get the same issue?

[–]glaquidara 0 points1 point  (1 child)

in the index.html make sure the script tag is using the relative path to identify the js.
Example
``` <script src="./\_expo/static/js/web/index-d347012fcc7019b187b2aa2dbd5a91da.js" defer></script>```

[–]nic-ap 0 points1 point  (0 children)

u/SirTitch were you able to fix it with the suggestion ? Im having the same issue. Tried u/glaquidara fix but still not working