Open gailloue opened 11 months ago
Hey, the free Heroku server we used is down since Heroku's free servers are no longer supported :/
Can you share a screenshot of your folder structure?
Their entire folder structure of the git project? It's rather large. I cloned the repo and modified only config.json
with the relevant changes above:
# ls
CONTRIBUTING.md LICENSE README.md build mocks.js node_modules npm-debug.log nsolid_setup_deb.sh package-lock.json package.json public screenshots src tsconfig.json tsconfig.lib.json
root@ip-172-31-52-158:~/RESTool# ls public
config-sample.js config-sample.json config.json favicon.ico index.html manifest.json restool.js robots.txt
What can cause the "load failed"? Is it any particular json field malformed or the base URL or both? Thanks.
Have you tried to run npm start
?
Yes, that's how I get the page to show up in my browser.
Maybe I wasn't clear... the "Load failed" is not the page not loading. It is the frame that normally would display the actual data that is not loading. The menu bar, title, etc, all show up but the middle of the page says "Load failed". I'm assuming that error comes from the internal parsing of the data returned by my server to the GET request.
Hi All,
This project is exactly what I need. However, the "DEMO" link fails to load data. I tried the same method from the command line:
And get this error:
Is there any data? The
no-such-app
seems to indicate some other issue.I then proceeded to create my own
public/config.json
with these relevant sections:I can get data from my own daemon:
Note: I shortened the path the
png
files in the output above but checked that it's valid.When I refresh the browser, the query is launched and data is returned but the main screen also says "load failed".
What am I missing?