Zwifi

Results 100 comments of Zwifi

You're right, commenting out that exact substitution resolves the issue. I'll see what can be done to shim the required functions.

We can also add a `getWebID`, but that's a separate issue I think, we'll still want to be able to get both the WebID and all available extended profiles in...

Hi @thhck , thanks for reaching out, and thanks for linking to the upstream issue. Since it is likely the root cause is out of the scope of the library,...

Hi @timbl , sorry for the delayed response! We'll look into this soon.

I'm looking into this now, and I started a test to reproduce locally, but since it requires waiting it's going to be a while. I'd be interested in a bit...

Thanks for the quick response! > I am getting it against solidcommunity.net. Today I tried it with both chrome and firefox and simply trying to access my pod gives me...

After a screensharing session yesterday (thanks to @jeff-zucker for making himself available), we determined that the issue appears to come from the way SolidOS sometimes registers the redirect URL at...

> I would like to have some more understanding on how SolidOS is concerned when doing the migration. My current working hypothesis is that in some edge cases, SolidOS sets...

I can reproduce the issue by polluting local storage with an invalid redirect URL, and the issue is fixed by the changes introduced in #3103 , so when this change...

There is a non-regression test that covers the additional check on the redirect URL, and the offending URL is part of the error message, along with the validation criteria: https://github.com/inrupt/solid-client-authn-js/blob/ac6988c96ebfeaf67a76d59d8c15672c55407cab/packages/browser/src/ClientAuthentication.ts#L68