To anyone, who was following my previous post, I wanted to announce that the
initial v1.0 release of our LinkedData visualisation platform is ready.
The current limitation is the version of the node-solid-server that we support. Any provider with >5.x.x server version is not supported, therefore we host our own demo instance of node-solid-server running on older version v4 available here.
More details about the platform and the project is available at GitHub.
@megoth there is a certain set of issues causing problems in managing .acl files and creating files/folders at the root folder of user’s pod. None of those were occurring on 4.x versions, therefore, we are currently awaiting for fixes on v5.x.
I am also tracking the status on the following issues to be resolved:
The two of those I submitted (1245 & 1246) can be temporarily solved by doing all writes using a defined content-type and PUT. This avoids the file-extension naming problems with POST (which should be fixed soonish) and doesn’t trigger the error for lack of content-type (which is going to remain an error, so always use a content-type).