React Instantsearch SSR on Cloudflare Workers #5325
Unanswered
matheusgrieger
asked this question in
Q&A
Replies: 0 comments 4 replies
-
It should work with |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
We are trying to migrate our current PHP website to React using Shopify Hydrogen, and we're hosting it on Cloudflare Workers. While it was possible to get SSR working with
react-instantsearch-hooks-server
following the guide on the website when running the development server (Node.js), it is crashing on Cloudflare Workers and Miniflare used for testing.I know the current implementation uses Node HTTP to get the initial results, but is it at all possible to switch to using fetch, which is available on edge like Workers?
Beta Was this translation helpful? Give feedback.
All reactions