We're currently having problems retrieving the information from PODs hosted by Inrupt. We can't seem to access basic information such as the friend list or the name of the user using LDFlex queries, and we get "TypeError: resource is undefined" when trying to access or create the location list in the POD file system. The only information that can be retrieved after the login with Inrupt is the webId of the user.
On the other hand, everything works correctly on the PODs hosted by SolidCommunity, and we're using in both cases the solid-client-authn-browser library in order to manage the sessions and login, so we have to investigate and try to solve the problem if possible.
The problem was caused by the wrong permissions on the Inrupt POD used for the later part of the development, and it is now solved, with the ability to access the data on the POD again.
We're currently having problems retrieving the information from PODs hosted by Inrupt. We can't seem to access basic information such as the friend list or the name of the user using LDFlex queries, and we get "TypeError: resource is undefined" when trying to access or create the location list in the POD file system. The only information that can be retrieved after the login with Inrupt is the webId of the user. On the other hand, everything works correctly on the PODs hosted by SolidCommunity, and we're using in both cases the solid-client-authn-browser library in order to manage the sessions and login, so we have to investigate and try to solve the problem if possible.