Open
Description
I am trying to share a static website as per the instructions here, and I am running into a few issues.
- I originally tried to share a folder via following a symlink. This breaks with an error:
Error loading file
There was a problem loading this file in [Computers/Website/_build/output.](https://cocalc.com/share/public_paths/c3f1b95a30d46f521b02d9ee0e8bc0f5f1b2ba39)
Error: ENOENT: no such file or directory, lstat '/storage/shares/default/project-13fd6946-fdd9-474e-a824-5ba2b0d7efda/Computers/Website/_build/output'
Presumably the sharing link is being done through the symlink, but the server can't follow the symlink for some reason.
2. Sharing the actual folder kind of works in that the HTML files can be embeded, but they can't be served up raw.
- Opening the folder as raw gives an
Internal Server Error
. - Open the index.html triggers a download (at least on Chrome).
The best I can do is to embed it , but this leads to multiple nesting when navigating.
(I am trying to use Nikola to generate a draft version of our site for students to edit, and wanted to host a backup here for a bit because our main server is down due to electrical work.)