Skip to content
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

Closed
timbl opened this issue Feb 27, 2024 · 5 comments · Fixed by #643
Closed

Logging into inrupt.net gives "" alert and fails #639

timbl opened this issue Feb 27, 2024 · 5 comments · Fixed by #643

Comments

@timbl
Copy link
Member

timbl commented Feb 27, 2024

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)

suggesting `response` is nill 
@timbl
Copy link
Member Author

timbl commented Feb 27, 2024

Screenshot 2024-02-27 at 21 19 01

@timbl
Copy link
Member Author

timbl commented Feb 27, 2024

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

@angelo-v
Copy link
Contributor

angelo-v commented Mar 3, 2024

I am getting the same error when logging out

@angelo-v
Copy link
Contributor

angelo-v commented Mar 3, 2024

I am only experiencing it in Chrome, where I got some new CORS issues. The response might be null due to CORS blocking.

@bourgeoa
Copy link
Contributor

bourgeoa commented Mar 3, 2024

I only got this issue with webID URL with fragment. Is it your case ?

@bourgeoa bourgeoa mentioned this issue Mar 9, 2024
@bourgeoa bourgeoa linked a pull request Mar 23, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants