sochrisp
CDCloudflare Developers
•Created by certified dirtiboi on 7/12/2024 in #next-on-pages
Hello Cloudflare community,
Awesome! Sounds like you’re having a similar experience as me - glad it’s working for you!
10 replies
CDCloudflare Developers
•Created by certified dirtiboi on 7/12/2024 in #next-on-pages
Hello Cloudflare community,
Unfortunately I’m not, but their docs (https://tanstack.com/table/latest/docs/installation) say it works with React 19 but may not work the new compiler.
I would try using
—force
or —legacy-peer-deps
, unlikely to cause an issue if you don’t enable the compiler to be on the safe side10 replies
CDCloudflare Developers
•Created by certified dirtiboi on 7/12/2024 in #next-on-pages
Hello Cloudflare community,
It was happening with a lot of regularity for me and since upgrading I haven’t ran into it at all!
Totally understand the hesitancy if you are live with user haha if you end up figuring out the problem please update here!
10 replies
CDCloudflare Developers
•Created by certified dirtiboi on 7/12/2024 in #next-on-pages
Hello Cloudflare community,
I upgraded to the v15 RC for nextjs and react 19 (with react-compiler enabled) and haven't seen the issue again - worth trying to see if it solves it for you too. Here's my versions:
Note that
@clerk/nextjs > 5.2
causes deploy errors with function being > 1MB10 replies
CDCloudflare Developers
•Created by certified dirtiboi on 7/12/2024 in #next-on-pages
Hello Cloudflare community,
10 replies
CDCloudflare Developers
•Created by Sticks on 7/24/2024 in #pages-help
Custom NPM Registry
@Sticks is your package scoped (i.e.
@organization/<name-of-package>
)? If so, the npm
way of doing this is to specify the registry in your .npmrc
file like:
More details on scoped packages here: https://docs.npmjs.com/cli/v10/using-npm/scope
Whichever package manager your are using will resolve the package when installing the dep based on this. Shouldn't have anything to do with cloudflare.8 replies
CDCloudflare Developers
•Created by certified dirtiboi on 7/12/2024 in #next-on-pages
Hello Cloudflare community,
I'm running into the same issue with the same key npm packages. Were you able to figure out the issue? It is intermittent and happens on any route.
10 replies