SolidOS / solid-ui

User Interface widgets and utilities for Solid
https://solidos.github.io/solid-ui/dist/solid-ui.js
MIT License
147 stars 39 forks source link

public profile view broken #319

Closed michielbdejong closed 4 years ago

michielbdejong commented 4 years ago

Open a private browsing tab and compare https://michielbdejong.solid.community:8443/profile/card#me to https://michielbdejong.solid.community/profile/card#me. In the first one, none of the data is appearing.

bourgeoa commented 4 years ago

I also have this bug, the first time I click on edit your profile. image

When I go to https://alain.solid.community:8443/profile/card#me everything seems correct. Clicking to edit your profile the above error has disapeared.

michielbdejong commented 4 years ago

I see this (no data filled in):

Screenshot 2020-07-15 14 23 11
bourgeoa commented 4 years ago

There was no data. I filled some and you should see them. image

michielbdejong commented 4 years ago

Ah right, indeed! :) It's just the difference between vcard:name and foaf:name, see https://github.com/solid/solid-panes/pull/39.