nodeSolidServer / nodeSolidServer/node-solid-server
Consistent 500 on PUTs
Open
Nobody has claimed this yet.
bug
cannot-reproduce
- Dominant language
- JavaScript
- Stars
- 1.8k
- Forks
- 308
- PR merge metrics
- No merged PRs in 30d
Description
I'm trying to create various things on dev.inrupt.net, but it fails consistently on PUT:
Error: FAILED to save new tool at: https://kjetiltest1.dev.inrupt.net/public/test2/index.ttl : Web error: 500 (Internal Server Error) on PUT of <https://kjetiltest1.dev.inrupt.net/public/test2/index.ttl>
Error: FAILED to save new tool at: https://kjetiltest1.dev.inrupt.net/public/testchat1/index.ttl : Web error: 500 (Internal Server Error) on PUT of <https://kjetiltest1.dev.inrupt.net/public/testchat1/index.ttl>
Error: FAILED to save new chat channel at: https://kjetiltest1.dev.inrupt.net/public/longchat1/index.ttl : Web error: 500 (Internal Server Error) on PUT of <https://kjetiltest1.dev.inrupt.net/public/longchat1/index.ttl>
Error: Error writing meeting configuration: Web error: 500 (Internal Server Error) on PUT of <https://kjetiltest1.dev.inrupt.net/public/testmeeting1/index.ttl>
Error: FAILED to save new scheduler at: <https://kjetiltest1.dev.inrupt.net/public/event1/details.ttl> : Web error: 500 (Internal Server Error) on PUT of <https://kjetiltest1.dev.inrupt.net/public/event1/details.ttl>
I can't reproduce this on any of my installs.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The report names only PUT requests to the listed dev.inrupt.net URLs and no files or tests. Start by reproducing one failing PUT and comparing it with the reporter's working installs, then trace the server's PUT handling using its error output. Done means the affected resources can be created successfully without 500 responses and the failure has a regression check.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, nodejs
- Domain
- api, backend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100