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
After a quick investigation, it turned out that middleware.Gzip() is the one causing the issue. Apparently, there is something wrong with the Content-Length header set by the middleware which causes the browser to process js/css files of invalid length.
Summary:
Implement the Echo middleware as in 3bf5834, but without breaking the login flow as reported in #82.
Why do we need this?
Need request body limit, need compression, need some security headers and recovery from panics.
What is already there? What do you see now?
Reverted the functionality described above because it broke the login flow as described in #82.
What is missing? What do you want to see?
Gzip compressionAdditionally, it adds CORS headers to all
/api/v3
endpoints, as those may be called by external consoles.The text was updated successfully, but these errors were encountered: