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
But, I've configured the guide-extension to host files. For development, I access guides locally (e.g. http://localhost:7474/guides/hetionet.html), while for deployment, I access guides externally (e.g. http://neo4j.het.io/guides/hetionet.html).
I wasn't able to use relative paths with the play command. I tried :play ../guides/hetionet.html (document relative) and :play /guides/hetionet.html (root relative), and both gave 404 errors.
Is there any workaround or easy-fix other than specifying the absolute URL, which would require a development/deployment bifurcation?
The text was updated successfully, but these errors were encountered:
One potential solution would be for me to add builtin guides. For example, where is the start guide from in :play start? Is it possible to add a guide that can be called by name rather than URL?
Not sure if this issue belongs here or in
neo4j/neo4j-browser
.But, I've configured the guide-extension to host files. For development, I access guides locally (e.g.
http://localhost:7474/guides/hetionet.html
), while for deployment, I access guides externally (e.g.http://neo4j.het.io/guides/hetionet.html
).I wasn't able to use relative paths with the play command. I tried
:play ../guides/hetionet.html
(document relative) and:play /guides/hetionet.html
(root relative), and both gave 404 errors.Is there any workaround or easy-fix other than specifying the absolute URL, which would require a development/deployment bifurcation?
The text was updated successfully, but these errors were encountered: