You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're passing "Accept-Encoding: gzip, deflate, br" in our request headers, but hasura is returning gzip instead of brotli in the response. According to this post, hasura should default to brotli if both are passed: #2751.