sochrisp
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 side
10 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:
@clerk/nextjs: ^5.1.7
@Cloudflare/next-on-pages: ^0.0.0-f2e7bc0
@Cloudflare/workers-types: ^4.20240725.0
next: ^15.0.0-rc.0
react: ^19.0.0-rc-ab7c1663-20240730
react-dom: ^19.0.0-rc-ab7c1663-20240730
typescript: ^5.5.3
wrangler: ^3.53.1
@clerk/nextjs: ^5.1.7
@Cloudflare/next-on-pages: ^0.0.0-f2e7bc0
@Cloudflare/workers-types: ^4.20240725.0
next: ^15.0.0-rc.0
react: ^19.0.0-rc-ab7c1663-20240730
react-dom: ^19.0.0-rc-ab7c1663-20240730
typescript: ^5.5.3
wrangler: ^3.53.1
Note that @clerk/nextjs > 5.2 causes deploy errors with function being > 1MB
10 replies
CDCloudflare Developers
Created by certified dirtiboi on 7/12/2024 in #next-on-pages
Hello Cloudflare community,
My best is that prefetch on links is the cause nevermind - it is just something with react server component rendering. Struggling to find the root cause...
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:
@your-company:registry=https://registry.your-company-registry.npme.io/
registry=https://registry.npmjs.org/
@your-company:registry=https://registry.your-company-registry.npme.io/
registry=https://registry.npmjs.org/
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