nodeSolidServer / nodeSolidServer/node-solid-server

Consistent 500 on PUTs

Open
#1,035 6 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.