fgtham

Results 6 comments of fgtham

I modified the exception message to output the URI: ```php throw new CircularRedirectionException('Circular redirection detected ' . (string) $redirectRequest->getUri(), $request, $response); ``` The log says: ``` [2021-07-26 10:53:54] graby.WARNING: Request...

It appears to be guzzlehttp/psr7 v1.7.0, at least I can find the project in the `vendor` directory.

I don't understand. The problem seems to originate in `$request->getUri()` above. How does this relate to GuzzleHttp's `Uri()`? I dumped the redirect locations in the report above, the final redirect...

I'm sorry, but this is beyond my php-fu :(

With Math/KaTeX unchecked, I have no idea why the dollar signs are not displayed. With Math/Katex checked, this is expected KaTeX behaviour. It interprets everything between two dollar signs as...

Same here. Any chance that this will be fixed?