How to deploy Shopify App (remix) on cloudflare?

How to deploy Shopify App (remix) on cloudflare?

wayforward
Shopify Partner
43 4 6

Hi,

 

Is it possible to deploy a Shopify app with a remix template (jsx) on Cloudflare?

I came across this article but he is using typescript. I got stuck at being unable to set the context.

 

Has anyone been able to host a Shopify app on Cloudflare?

 

Thanks

Replies 3 (3)

muke5hy
Shopify Partner
7 1 2

I think, you can just remove the types from .ts files and it will work. 

Let me know if you need any help here. 

If this fixed your issue Likes and Accept as Solution is highly appreciated.
Get EXPERIENCED Shopify developers at affordable rates visit capaxe.com for quick quote!
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.

Iliasshad
Shopify Partner
40 0 10

Yes, it's possible to deploy the remix app over Cloudflare workers. I made it work in this tutorial (https://iliashaddad.com/blog/deploy-the-shopify-remix-official-template-to-cloudflare-workers/) or you can check directly the GitHub repo (https://github.com/IliasHad/shopify-app-template-remix-cloudflare-workers)

mejsterchleb
Visitor
1 0 0

Hi, do you know how to make it work with additional pages?

mejsterchleb