-
Notifications
You must be signed in to change notification settings - Fork 146
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
Logging into inrupt.net gives "" alert and fails #639
Comments
Looks like the test for undefined should (also?) test for null at https://github.com/linkeddata/rdflib.js/blob/main/src/update-manager.ts#L98 |
I am getting the same error when logging out |
I am only experiencing it in Chrome, where I got some new CORS issues. The response might be null due to CORS blocking. |
I only got this issue with webID URL with fragment. Is it your case ? |
Merged
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I try to log into inrupt.net with my inrupt.net id and I get an alert
Subject is not a subject type
Looking at the code which throws it it it seems to be the code which adds and "outOfDate triple to the store,
``
kb.add(response, this.ns.link('outOfDate'), true as any, meta)
The text was updated successfully, but these errors were encountered: