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 am trying to deploy ldf-server in my shared hosting using the latest version of the package. After executed ldf-server config.json everything is ok, but after the first request to the server, the process exit and throw the following error:
@ldf/core/lib/datasources/Datasource.js:150
quad.graph = quad.graph && quad.graph.termType !== 'DefaultGraph' ? quad.graph : (graph || quad.graph);
^
TypeError: Cannot set property graph of #<Quad> which has only a getter
at SimpleTransformIterator._map
To reproduce the error:
You can reproduce the problem by trying the following.
Note: I downloaded the source code from github.com and installed it. Everything works as expected. Same HDT file and config file. For some reason, compiling from source code works fine, but from the npm registry doesn't.
The text was updated successfully, but these errors were encountered:
I am trying to deploy ldf-server in my shared hosting using the latest version of the package. After executed ldf-server config.json everything is ok, but after the first request to the server, the process exit and throw the following error:
To reproduce the error:
You can reproduce the problem by trying the following.
npm install -g @ldf/server
ldf-server config.json
Here my config.json file:
Note: I downloaded the source code from github.com and installed it. Everything works as expected. Same HDT file and config file. For some reason, compiling from source code works fine, but from the npm registry doesn't.
The text was updated successfully, but these errors were encountered: