Jens Erat

Results 55 comments of Jens Erat

Your proposal raises an error if something's broken (and nother otherwise) -- but sadlly when using the facebook compaibility layer, raising the error raises an error. > 30.03.2015 18:06:56 DEBUG...

> Error validating verification code. Please make sure your redirect_uri is identical to the one you used in the OAuth dialog request. Well, this was my original problem (and that's...

I will create a minimal example as soon as I get round to it, will take some days.

Too bad, the error is resolved in such that Facebook now prints an error message instead of redirecting anyway if the URI is different. I'm not able to trigger such...

I added a pull request (and the patch at least fixes the issue that the return code is not verified). But I'm still not sure if there's not _yet another_...

I further analyzed one of the halts: - compact uploaded a block successfully (at least no issues indicated in logs) on 2020-06-25 around noon - compact downloaded the block again...

Still an issue with us, and automatically restarting/not halting compactor make compaction continue pretty much immediately without any issues.

We also observed a massive increase in CPU load when going from traefik 2.1.6 to 2.2.1 or 2.2.7. CPU usage increased by a factor of ~5. We're running a kind...

We're stumbling over the same issue right now, and need to set refreshed access tokens from our forward-auth middleware backend. We're currently running a workaround with sending a 307 redirect...

Similar issue for me, I'd love to validate both keys and values of a `map[string]string` with different rules for keys and values. Achieved so far by building a custom validation...