We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Start
Depending on the size of the array, I am observing either Access failed - CORS Error or 431 Header Too Large.
I tried wrapping with useServerFn - but I get same results.
useServerFn
This issue may be due to a bad configuration, bad code on my part, or legit bug.
https://github.com/uninstallit/tanstart-large-data
useLargeDataHook
generateLoremIpsumData
As a user, I expect at minimum a more helpful error message.
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Which project does this relate to?
Start
Describe the bug
Depending on the size of the array, I am observing either Access failed - CORS Error or 431 Header Too Large.
I tried wrapping with
useServerFn
- but I get same results.This issue may be due to a bad configuration, bad code on my part, or legit bug.
Your Example Website or App
https://github.com/uninstallit/tanstart-large-data
Steps to Reproduce the Bug or Issue
useLargeDataHook
>generateLoremIpsumData
> set count to 100, then refresh and see logs.useLargeDataHook
>generateLoremIpsumData
> set count to 3000, then refresh, and see logs again.Expected behavior
As a user, I expect at minimum a more helpful error message.
Screenshots or Videos
No response
Platform
Additional context
No response
The text was updated successfully, but these errors were encountered: