-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SolidOS should create preferences file if missing #79
Comments
After poking around, I don't think this is a problem with NSS. A GET request to retrieve the turtle is valid. I believe this should be transferred to the data browser repository. |
I experience this issue too, but in a slightly different setting. I managed to get right of this issue on my setting. I registered a "new pod name" for my new solid server (pod). Say the server address is Therefore, when visiting
But, when visiting For me, But, same as you, my new user also doesn't have the
Maybe the root cause is incorrect initialization of new users? (But the error messages might worth be improving.) |
@renyuneyun the original issue should have been closed.
This is not a CSS error but a mashlib expectation. This should become a solid recommendation. There are on going discussions. See https://github.com/solid/webid-profile |
Actually, the recommendation will be that SolidOS (or any app depending on a preferences files) should create the preferences file if it doesn't exist. So, this is a needed feature in mashlib, |
@bourgeoa Thanks for the info. When posting the comment, I did not recognize that there is a difference (in the way it works) between CSS and the public solid servers (e.g. solidcommunity.net) (SolidOS?). I thought CSS is just the core module of SolidOS. p.s. I also have some questions when using mashlib on CSS -- they are all about missing or unexpected behaviours on the web UI (i.e. mashlib?), but I think the root cause is the underlying mechanism of incorrect/incomplete initialization (i.e. CSS?). Should I ask / report them to CSS or mashlib? |
@renyuneyun You should report them to solidos. |
Thank you very much! |
When moving to CSS this can be solved with "CSS supports this via a custom pod templates." (see this comment) and long-term SolidOS should create the file itself. |
Was done with: SolidOS/solid-logic#39 |
When I open the profile (
https://ash.runi.ilabt.imec.be/profile/card#me
) of a user (after logging in) I only see the following:In previous versions we were able to edit the profile details of the user here, no?
When checking the console I see that some data is missing and I get the same error when clicking the + button on the left.
Error: Can't find a preferences file pointer in profile <https://ash.runi.ilabt.imec.be/profile/card>
However,
https://ash.runi.ilabt.imec.be/profile/
works. I can see the Turtle file. So it might be more confusion on my part as what is expected to see at both locations. But when I try to save my changes I get the following error in the browser windowError saving back: Error: Web error: 403 (User Unauthorized) on PUT of <https://ash.runi.ilabt.imec.be/profile/card>
while the first error is also shown in the console.
The text was updated successfully, but these errors were encountered: