Deploying to Cloudflare Workers or Pages #748
-
Is there any info on deploying to Cloudflare Workers or Pages? I see what is in the docs and it is not very helpful, there is a lot of info missing. I am able to deploy to Cloudflare but am not able to pass the storefront context in the server.js file. This is my server file, I got some info from the remix docs but it's not super helpful with Hydrogen specifically.
I was wondering if anyone has successfully done this? |
Beta Was this translation helpful? Give feedback.
Answered by
guillaumelachaud
Jul 4, 2023
Replies: 1 comment 6 replies
-
See here for some examples: |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have published the template here. Do not hesitate to ask questions if it doesn't work as expected.
They key things that were missing from the official Shopify Documentation:
and replace it with
The documentation is misleading on that topic. The last point of the tutorial tell…