David Baird

Results 10 comments of David Baird

Did you end up getting traction or further info on this issue? I'm running into the exact same problem. In my case I can get it to happen consistently when...

Thanks for commenting. I've spent a couple of hours trying to create a test case that reproduces the problem without any luck. Not surprisingly, the code base in which the...

I now have a simple test case that reproduces the error https://github.com/davidbairdala/active-connection-required-grails-bug.git Because this bug is a bit old I might raise a new one

I am in the process of upgrading a grails 3.11 project to 4.0.4 and am facing the same issue. When creating a criteria on the UserRole class (created by the...

Some additional information - I can authenticate manually using Postman, so I am fairly confident that there is nothing wrong with the credentials I am using. Also, it is failing...

No, no timeout message or anything about a bad rest token. Just the message "Failed to get Authorization code", and a stacktrace that indicates that a Null Pointer Exception is...

Some more additional information. Like I said before, if I use postman to GET the authorize URL I get a 200-OK, and no Location header. If I hit the authorize...

Ok, I have had some success. I tried something different. I tried hitting the authorize URL in Chrome, but this time in a new incognito tab. Instead of redirecting to...

> Update: turns out it was implemented so that returning true from eventContent will use the default render :) Thanks guys! Sounds like this info should be in the docs.