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
I've cloned all the files from github to the computer. The instructions state that to use the file protocol Firefox must be utilized. I've tried to reach it but whenever I give in the protocol plus the path to Nashi, the page stays blank and nothing happens. Is there a step that's missing?
The text was updated successfully, but these errors were encountered:
Hi, you're trying to just use the plain html file, not the flask server, right? As in: demo
I think it fails due to CORS issues, somehow Firefox also dropped the support for loading local files. As a quick workaround you could use your own web server:
cd to the nashi directory (or any directory containing nashi.html, some PAGE XML files and corresponding images)
I've cloned all the files from github to the computer. The instructions state that to use the file protocol Firefox must be utilized. I've tried to reach it but whenever I give in the protocol plus the path to Nashi, the page stays blank and nothing happens. Is there a step that's missing?
The text was updated successfully, but these errors were encountered: