Skip to content
New issue

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

Frontend: Can't submit application if request body is greater than 1 MB #107

Open
SheepTester opened this issue Mar 10, 2025 · 0 comments
Open

Comments

@SheepTester
Copy link
Member

There's a bodySizeLimit for server actions that defaults to 1 MB. But if your resume is big enough, it'll fail to submit the application, and the error is from outside the server action so it doesn't get properly reported to the user.

  • Find a better way to submit the application (maybe using API routes like before) that doesn't have the same restriction
  • If the server action call fails, show an error to the user
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant