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

Offload search API route #70

Closed
grikomsn opened this issue Feb 13, 2022 · 3 comments · Fixed by #429
Closed

Offload search API route #70

grikomsn opened this issue Feb 13, 2022 · 3 comments · Fixed by #429
Assignees
Labels
enhancement New feature or request

Comments

@grikomsn
Copy link
Member

grikomsn commented Feb 13, 2022

Since we've moved to Cloudflare Pages, no need to work on this and wait for #429.

Current search API for the websites uses Next.js API routes, which cannot be used if deploy statically on Render static websites. Koding Ninja has Cloudflare Workers account ready. Offloading it there or even better, not using any external APIs would be great.

@grikomsn grikomsn added enhancement New feature or request help wanted Extra attention is needed labels Feb 13, 2022
@grikomsn grikomsn pinned this issue Feb 13, 2022
@r17x
Copy link
Contributor

r17x commented Feb 13, 2022

What it's Offloading ? Are you have any reference for me ? @grikomsn

@grikomsn
Copy link
Member Author

In simple terms:

  • if possible, move search API route to Cloudflare Workers, or
  • rework search API without using Next.js API routes

@r17x
Copy link
Contributor

r17x commented Feb 14, 2022

@grikomsn do you have any reference for Cloudflare Workers ?

@grikomsn grikomsn unpinned this issue Aug 28, 2023
@grikomsn grikomsn linked a pull request Aug 28, 2023 that will close this issue
@grikomsn grikomsn removed hacktoberfest help wanted Extra attention is needed labels Aug 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants