Leavii
CDCloudflare Developers
•Created by Leavii on 1/21/2024 in #pages-help
Deploy remix app
How do I deploy a built remix app to cloudflare pages? I know to create an app for pages I follow this https://developers.cloudflare.com/pages/framework-guides/deploy-a-remix-site/, but for an app that was built what do I need to add for it to run under Cloudflare pages?
I have tried
I have tried
npm install cloudflare@latest
, I created an app using the mentioned guide to compare the files, and add the @remix-run/cloudflare
dependencies along with updating the remix.config.js, adding the server.ts, etc... and I always ran npm install
after adding these, but nothing seems to work.
I saw the old post here, but when creating a remix app it doesn't ask for deployment target and I have my node as 18.0.0.
Here is the default config before adding any of this stuff:
Current:
18 replies