You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running using npm start and opening in web browser it's seen that the site tries to fetch resources from /data/descriptors.json and /data/targets.json, these are available but contains HTML code of the main page.
Causing the following errors:
index.js:8 Error Message Cannot load data from /data/descriptors.json.
SyntaxError: Unexpected token < in JSON at position 0
16:32:44.927 index.js:8 Error Message Cannot load data from /data/targets.json.
SyntaxError: Unexpected token < in JSON at position 0
I gues this should not happen and some static resources should be server instead?
The text was updated successfully, but these errors were encountered:
skodapetr
changed the title
Can't show data
Can't load data on empty instance
Feb 20, 2019
Running using
npm start
and opening in web browser it's seen that the site tries to fetch resources from/data/descriptors.json
and/data/targets.json
, these are available but contains HTML code of the main page.Causing the following errors:
I gues this should not happen and some static resources should be server instead?
The text was updated successfully, but these errors were encountered: