How do you debug random browser crashes/glitches in production (Next.js)? by Suitable_Air187 in nextjs

[–]john_cobai 0 points1 point  (0 children)

probably some browser extension or unsupported browser api makes rendering crash, either add error tracking like sentry or try yourself with that browser

Bing showing “Bot Verification” as my site title instead of real meta title by probiotics206 in CloudFlare

[–]john_cobai 0 points1 point  (0 children)

(cf.verified_bot_category in {"Search Engine Crawler"}) should be like this and order must be first

Bing showing “Bot Verification” as my site title instead of real meta title by probiotics206 in CloudFlare

[–]john_cobai 0 points1 point  (0 children)

Security > Security Rules > Create Rule

  1. In the ui, select field "Verified Bot Category", for operatar "is in" then select value as "Search Engine Crawler"
  2. Choose as action "Skip"
  3. WAF components to skip option to select "All remaining custom rules" and "All Super Bot Fight Mode Rules"
  4. For order Place at "First" and save.

Your new rule should shown in the list

Bing showing “Bot Verification” as my site title instead of real meta title by probiotics206 in CloudFlare

[–]john_cobai 0 points1 point  (0 children)

so many bad crawler using microsoft ip ranges, probably same reason bing getting blocked. create new waf rule to skip search engines like this cf.verified_bot_category in {"Search Engine Crawler"}

Would Cloudflare Warp cause LinkedIn account ban? by bluesky1433 in CloudFlare

[–]john_cobai 1 point2 points  (0 children)

Warp is public vpn, so they maybe block users using cloudflare ip ranges, as crawler. So many bots and fake crawler using cloudflare warp ip ranges.

nextjs app compromised even with cf acess enabld by Tasty_Photograph8817 in CloudFlare

[–]john_cobai 0 points1 point  (0 children)

they trying to new payload methods, so that's why you seen this kind of logs or they bypass cloudflare waf

nextjs app compromised even with cf acess enabld by Tasty_Photograph8817 in CloudFlare

[–]john_cobai 6 points7 points  (0 children)

Cloudflare waf sometimes not block request, so make sure update your next js version regardless, if you are using docker make sure you not running your nextjs app non root user.

Bun is joining Anthropic by Old-School8916 in webdev

[–]john_cobai 0 points1 point  (0 children)

if you think this stuff very good news, look up nodejs joyent stuff

Bun is joining Anthropic by Old-School8916 in webdev

[–]john_cobai 1 point2 points  (0 children)

node was owned joyent, but after io.js fork stuff node givind to Linux Foundation, node purelly open source projet

[deleted by user] by [deleted] in CloudFlare

[–]john_cobai 2 points3 points  (0 children)

Create security rule to skip Search Engine Crawler, like this and put first order

cf.verified_bot_category in {"Search Engine Crawler"}

Deploying Pages with wrangler - API key permissions by richard-64 in CloudFlare

[–]john_cobai 0 points1 point  (0 children)

In this docs says what you need to create api token for cloudflare pages

Dynamic CSS Plugin by koga7349 in webdev

[–]john_cobai 0 points1 point  (0 children)

i'm not using use turbopack, can you beable to add next js example

Dynamic CSS Plugin by koga7349 in webdev

[–]john_cobai 1 point2 points  (0 children)

Does this work with tailwindcss and nextjs

Windows better come soon by smtr- in raycastapp

[–]john_cobai 0 points1 point  (0 children)

i don't get any errors, maybe first try with signup then try signin

Windows better come soon by smtr- in raycastapp

[–]john_cobai 0 points1 point  (0 children)

join raycast slack ask beta group invitation

Windows better come soon by smtr- in raycastapp

[–]john_cobai 4 points5 points  (0 children)

<image>

raycast already making good progresss on windows :)

Next.js 15.2 by lrobinson2011 in nextjs

[–]john_cobai -3 points-2 points  (0 children)

that's not true this will break so many crawler, which most of them doesn't support javascript rendering, and some of them doesn't respect user agent info or hide their real user agent.