Libre
Libre
i also have this problem on mainnet, docker image log is: then i run connect command: ``` docker run -p 9944:9944 -p 30333:30333 docknetwork/dock-substrate:mainnet --chain ./cspec/knox_raw.json --ws-external --enable-offchain-indexing=true ``` then...
@ottomorac Thanks for the review! I applied the suggested change and pushed a new commit. Please take another look when you have a moment.
> Also I might suggest that you indicate that the DELETE operation is not supported in your spec (at least that was my understanding from reading it). The DELETE method...
> > The DELETE method is not currently supported. You can achieve deletion by writing empty data (i.e., overwriting the item with an empty payload). > > Understood. 👍 Then...