You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 23, 2025. It is now read-only.
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
git clone the repo, npm install
npm run build
cd out/
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:
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)
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
npm installnpm run buildcd out/python3 -m http.server 8001Now 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:3000so I enter this address in the correct input and clickGOExpected behaviour
Login to CSS
Acutal behaviour
Stay on the index page and got two errors in the console:
