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
after a lot of digging the issue was in a dependency
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.
Cloudflare pages is fine.
I worked with the cloudflare team and realized it always worked but the instructions were unclear.
Aha awesome
Are the instructions updated? I'll give it a shot
Yeah and they added them to their blog/site
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
Maybe it was only in an article.. Pete Darwin wrote it let me look it up
Yeah only an article it seems.. https://blog.cloudflare.com/pages-full-stack-frameworks/
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.
And our readme might be just as good or better
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
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.