nodeSolidServer / nodeSolidServer/node-solid-server

Link header for pod root index.html is null

Open
#1,387 5 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
JavaScript
Stars
1.8k
Forks
308
PR merge metrics
No merged PRs in 30d

Description

This script prints "null"

const auth = require('solid-auth-cli')
const root = "https://jeffz.solid.community/index.html"

auth.login().then(
    auth.fetch( root ).then( response =>
        console.log( response.headers.get("link") )
    )
)

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

Reproduce the issue with the JavaScript script in the report, using the pod-root URL https://jeffz.solid.community/index.html and inspecting the Link response header. Trace how node-solid-server serves the pod root index.html and how response headers are constructed. Done means the request returns the expected Link header instead of null.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript, node.js
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.