I checked internally and see that we have a bug that was introduced between 3.331 and 3.52 where cookie based auth is not working as expected and resulting in internal server errors I can update this post when I hear about a fix
Please do not be confused by the different URLs. These only result from the different environments (productive/staging). The Problem occurs on each of them.
Thanks! I see the error in Retool is "TypeError: option expires is invalid"
It looks like this happens when the "Expires" attribute on the set cookie header is not a valid date object or expires.valueOf() is not a valid number Do you see an "Expires" attribute? If you run this query in Postman, what does it show in the Cookies section?
Hey @Hendrik - Just reproduced this error, seems like it specifically affects APIs that set session cookies by not setting an Expires value in the Set-Cookie header. Looking like it started on 3.42, I'm following up with the development team on fixing this.
The fix for the internal server error on rest and graphql queries that set session cookies is included in the 3.52.11-stable image we just pushed to DockerHub!