Bug Description
Users can hit a 1 MB request size limit for this type of save endpoint. When the combined prompts exceed that, the request gets rejected before it reaches our code, so no error surfaces.
Possible Solution
Switch to server actions to handle larger amounts of data.
Bug Description
Users can hit a 1 MB request size limit for this type of save endpoint. When the combined prompts exceed that, the request gets rejected before it reaches our code, so no error surfaces.
Possible Solution
Switch to server actions to handle larger amounts of data.