This repository was archived by the owner on Feb 12, 2024. It is now read-only.
This repository was archived by the owner on Feb 12, 2024. It is now read-only.
Not clear how to leave an IPFS node ready for new requests #1024
Closed
Description
- Code:
- Repo: https://github.com/DNAvid/DNA-IDstorage/blob/master/storageServer.js
- Hash with implementation
03157b4 - Version:
"ipfs": "^0.25.4" - Platform:
Linux dnacoinstorage 4.10.0-32-generic IPFS Repo JavaScript Implementation #36-Ubuntu SMP Tue Aug 8 12:10:06 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux - Subsystem: unknown
Type: Question
Severity: Critical
Description:
I am working out of the example 1.js to provide a hosted service to encrypt upload files to ipfs. I removed the part in async/series where the process is exited.
I want the node to keep processing future requests.
The upload works great for the first upload but then hangs when a new request is received.
I've tried to stop the node then start it again, but there is something I must be missing because it doesn't work. Or this is not the way it is supposed to be used? Thanks for any insight as I've run out of ideas besides going deep in the source.
Steps to reproduce the error:
Upload one file, then try once again. Server hangs indefinitely.
It's on my hosted server: https://dnacoinstorage.com, please contact me if you'd like me to demo the issue.
Metadata
Metadata
Assignees
Labels
No labels