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
In short, I need to pass an array of updated products up on filter success because the component that renders the data to get the products is not w=inside the productgrid so I need to pass it up the chain using serverProps.
However, if I save an array of products that are larger than 8, the throws a 431 error:
Failed to load resource: the server responded with a status of 431 (Request Header Fields Too Large)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
In short, I need to pass an array of updated products up on filter success because the component that renders the data to get the products is not w=inside the productgrid so I need to pass it up the chain using serverProps.
However, if I save an array of products that are larger than 8, the throws a 431 error:
Has anyone got a better solution to this?
Beta Was this translation helpful? Give feedback.
All reactions