Skip to content
This repository was archived by the owner on Sep 23, 2025. It is now read-only.
This repository was archived by the owner on Sep 23, 2025. It is now read-only.

Inrupt doesn't work with Community Solid Server #449

@joeitu

Description

@joeitu

context

I'm trying to create a CSS recipe that uses PodBrowser as a CSS UI, I'm trying to run PodBrowser as a client-side app by exporting it in static HTML files.

step to reproduce

  1. git clone the repo, npm install
  2. npm run build
  3. cd out/
  4. python3 -m http.server 8001

Now on a browser go to http://localhost:8001, the PodBrowser index page should display normally.

I'll try to login to with my CSS instance host on localhost:3000 so I enter this address in the correct input and click GO

Expected behaviour

Login to CSS

Acutal behaviour

Stay on the index page and got two errors in the console:
image

    at new e (oidc-client.min.js:1:20295)
    at oidc-client.min.js:1:25906
    at async t.default.handle (AuthorizationCodeWithPkceOidcHandler.js:32:19)
    at async t.default.login (ClientAuthentication.js:16:153)
    at async login (Session.js:47:13)
    at async login (index.js:246:9)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions