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

Search page wont load in Vercel #14

Closed
stscoundrel opened this issue Nov 13, 2022 · 0 comments · Fixed by #16
Closed

Search page wont load in Vercel #14

stscoundrel opened this issue Nov 13, 2022 · 0 comments · Fixed by #16
Assignees

Comments

@stscoundrel
Copy link
Owner

Seems Vercel (at least in free tier) has some limitations as to how large dataset of single page can be. Next.js will happily build the page & work with it, but Vercel seems to block it.

Alter search page to:

  • Handle search service portion in api route
  • Only handle search & criteria selection in frontend

This should offload the json dataset to backend and keep Vercel happy. Frankly, it is also reasonable when the dictionary dataset is this large.

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

Successfully merging a pull request may close this issue.

1 participant