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
Expressions with 5 or more variables seem to be crashing in Odyssey (no analyses come back) due to the request being too large. Maybe due to the "5 mb" size server request size limit set here:
Ok, just to clarify, I think the browser is sending too large a request, since it sends the whole pcontext in the request. It's not about receiving too large a response.
Not blocking for SC
Expressions with 5 or more variables seem to be crashing in Odyssey (no analyses come back) due to the request being too large. Maybe due to the "5 mb" size server request size limit set here:
herbie/src/api/demo.rkt
Line 569 in 1a83c9f
but the request is only 1.16 MB according to the networking tab?
Example expression in Odyssey:
x + y + z + x1 + y1
Causes herbie-fp/odyssey#183
The text was updated successfully, but these errors were encountered: