I'm having issues deployment a Solid start site to cloudflare pages

The site is working on local and I already follow the steps on start-cloudflare-pages but then I use the command: CLOUDFLARE_ACCOUNT_ID=MY_ACCOUINT npx wrangler pages publish dist/public --project-name=PROJECT_Name I got this error
11 Replies
Mentasuave01
Mentasuave012y ago
after a lot of digging the issue was in a dependency
davedbase
davedbase2y ago
Did it eventually end up deploying with Cloudflare Pages? I was under the impression this was broken. Can you paste your configuration (I'm curious)? ie. deployment path.
ryansolid
ryansolid2y ago
Cloudflare pages is fine. I worked with the cloudflare team and realized it always worked but the instructions were unclear.
davedbase
davedbase2y ago
Aha awesome Are the instructions updated? I'll give it a shot
ryansolid
ryansolid2y ago
Yeah and they added them to their blog/site
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View
ryansolid
ryansolid2y ago
Maybe it was only in an article.. Pete Darwin wrote it let me look it up
ryansolid
ryansolid2y ago
The Cloudflare Blog
Server-side render full stack applications with Pages Functions
Page Functions are now out of beta, bringing the ability to add dynamic server-side rendering to your applications. Pages makes it easy to deploy applications built using all the major frameworks.
ryansolid
ryansolid2y ago
And our readme might be just as good or better
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View
ryansolid
ryansolid2y ago
For sure to our benefit cloudflare is one of our only adapters that has an integrated dev environment through using miniflare which can allow actually using those sort of features locally.