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
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, choose bar 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
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?
step to reproduce
start a recipe instance with:
npx community-solid-server -c config-penny.json -f ~/Documents/-p 3005go 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, choosebaras a pod nameafter registration, the "You've been signed up" page shows a link to the Pod URL
localhost:3005/bar/, click the URLNow you should be back on Penny UI, click the
Connectbutton 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%23mewith "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 leaveprofile/card/empty that cause the bug?