Astro v4.15.4
Node v20.17.0
System windows
Package Manager pnpm
Output server
Adapter @astrojs/node
Integrations @astrojs/alpinejs
@astrojs/tailwind
If this issue only occurs in one browser, which browser is a problem?
No response
Describe the Bug
When I'm using Astro Actions with more than 3 fields with errors (Validation Errors, or regular Errors) the url-encoded cookie becomes way to big to store and exceeds the 4096 character limit.
Which then it returns undefined and does not return anything on the original form
I'm also getting the strange "deleted" cookies that issue #11675 is getting.
What's the expected result?
To my understanding, the client should be correctly redirected to the original page with the correct error message.
Astro Info
If this issue only occurs in one browser, which browser is a problem?
No response
Describe the Bug
When I'm using Astro Actions with more than 3 fields with errors (Validation Errors, or regular Errors) the url-encoded cookie becomes way to big to store and exceeds the 4096 character limit.
Which then it returns undefined and does not return anything on the original form
I'm also getting the strange "deleted" cookies that issue #11675 is getting.
What's the expected result?
To my understanding, the client should be correctly redirected to the original page with the correct error message.
Link to Minimal Reproducible Example
https://stackblitz.com/edit/withastro-astro-jcacve
Participation