-
Notifications
You must be signed in to change notification settings - Fork 11
Description
step to reproduce
-
start a recipe instance with:
npx community-solid-server -c config-penny.json -f ~/Documents/
-p 3005 -
go to
localhost:3005/idp/register/
and create a new account, choose the option " Create a new WebID for my Pod." and fill up the form, choosebar
as a pod name -
after registration, the "You've been signed up" page shows a link to the Pod URL
localhost:3005/bar/
, click the URL -
Now you should be back on Penny UI, click the
Connect
button and enter your freshly created credential ( you might encounter Penny config: error 400 when trying to browser freshly created pod #3 but don't mind) -
clicking the "Your profile" button on the top right corner return an error:
expected
See some profile page
actual behaviour
redirect to http://localhost:3005/bar/profile/card/#http%3A%2F%2Flocalhost%3A3005%2Fbar%2Fprofile%2Fcard%23me
with "This Resource does not exist."
potential solution
Maybe the "Your profile" link should to http://localhost:3005/bar/profile/
instead ?
Is it penny that is built around solidcommunity.net's pod, which fills up profile/card/
with data contrary to SCS that leave profile/card/
empty that cause the bug?