Hi , have an issue with tailwind css styles not showing in a deployed CloudflarePages project. This is the repo being deployed: https://github.com/ThisIsRahmat/race-stack. The tech stack is remix.run and I have no idea really how to go about this.
I doubt they would put extra time, money, and resources into a feature that would actively hinder their methods of making money (it would make people more cautious, which means they wouldn’t reach the limit as fast and/or wouldn’t hit it at a vital time).
Domain Status: clientHold https://icann.org/epp#clientHold Your domain has been suspended by your registrar, who seems to be Amazon. You'll have to reach out to them to fix the issue. Usually client holds are used for disputes, lack of payment, etc
slowly DNS Caches will expire and your site will stop being resolvable by all the DNS Resolvers, may take a bit though, some ISPs cache really aggressively, regardless gotta contact aws
Hey guys, I facing the issues all my pages and workers throwing Error 1101 Worker threw exception all of a sudden, anyone facing this or know why this happen?
At the bottom of https://pages.cloudflare.com I see Free/Pro/Business plans. When I log in to my dashboard I only see Workers Paid plan. Am I missing something?
Today, we’re launching four improvements to Pages that bring functionality previously restricted to Workers, with the goal of unifying the development experience between the two. Support for monorepos, wrangler.toml, new additions to Next.js support and database integrations!
Which Cloudflare product(s) does this pertain to? Pages, R2 What version(s) of the tool(s) are you using? 3.47.0 [Wrangler] What version of Node are you using? 20.12.1 What operating system and ver...
hi, trying to follow same method as an existing Pages deployment but having a build error during the build/deploy. i use GitLab and connected my repo (just like my other Pages site). it clones the repo and starts the build but then errors out with "No user identity"...
i removed "npm version patch" from my build command.... and now CF Pages CI/CD can successfully build the app.... anyone know how i can use "npm version patch" without breaking the CF build?
Why are you trying to run npm version patch? That’s going to try and bump the version in your package.json, create a git tag, etc. which doesn’t really make sense in Pages CI
In contrast to something like Github Actions which might release a new tag (and use that command), the Pages CI is just meant to build the Pages site and not do any actions back on your repo (like a release).