-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
@kkuffour
If i remember well the actual situation for pivot on https://solidcommunity.net
- you are not in main
- production config do not use any default Pivot
- pivot use mashlib v1.11.1
1. to update to mashlib@2.1.3
solution 1 : need to check config
at each update of mashlib with node_modules/mashlib/dist
- in Pivot folder and if your are not on main
# git stash
# git checkout main
# git pull
- check that solidcommunity.net config contains these parameters
https://github.com/solid-contrib/pivot/blob/ea32cb87c60987eadf6fec3dce7cbe7c192dba65/config/customise-me.json#L60-L124
If not update
solution 2 : is more secure for long term (PR for CSS has been merged)
# git stash
# git checkout main
# git pull
# git checkout expandFolders
- check that solidcommunity.net config contains these parameters
https://github.com/solid-contrib/pivot/blob/2e36c73378bc304bdd136e7e5113485f0a21d313/config/customise-me.json#L70-L81
continue
- update mashlib to v2.1.3
# npm i mashlib@2.1.3
# npm run build
2. in the data folder :
- could you restore the broken
virginia/profile/card$.ttlwith this content
Error trying to parse webid (turtle) as Notation3 #91 (comment) - before: check the the actual content is json starting with :
{"turtle":"@prefix : <https://virginia.solidcommunity.net/profile/card#>
Which is wrong. It should be turtle not json content.
3. restart server with pm2 restart
4. Visual control on running pod :
we need to check that everything renders correctly.
- https://virginia.solidcommunity.net/profile/card#me
- https://bourgeoa.solidcommunity.net/
- click on README
- click on public and test some document : a .jsonld, a .md, dokieli
- click on settings : should error with a msg that do not need a screen resize
- and some more if logged in a pod
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels