Elad Roz's Avatar

Elad Roz

@rozrozelad.bsky.social

Find a partner that's smarter than you, and your kids would be smarter than you as well. Principal PM for web frameworks, platform primitives & co at netlify.com

124 Followers  |  289 Following  |  361 Posts  |  Joined: 27.10.2023  |  2.562

Latest posts by rozrozelad.bsky.social on Bluesky

Meanwhile, devs already have a PR ready for the next person that might stumble into it - our v5 runtime would be picked up automatically, no funny stuff needed πŸ™‚

05.09.2025 10:55 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

ah! ok... got it.
so the bottom line is we can probably improve in auto-detection or propagating the need to do anything manual. I'll pass that on!

04.09.2025 10:43 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

Thanks, we'd take a look (probably not as immediately as our conversation here though...)

04.09.2025 10:34 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

(and why automatic detection didn't work).
Can you send me the project name & URL in DM?

04.09.2025 10:18 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

I think I know what the issue then, based on the log - it's a monorepo and the Next.js project is not at the root.

We do try automatic support these cases, but with monorepos there's like infinite ways in which folks set up their workspace. I can ask the team to advise on any manual settings

04.09.2025 10:18 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

You don't need to install the plugin, it should automatically be used by builds for Next.js code.
Seems the problem is that Next.js was not detected as the framework for this site - see the line "Detected 0 framework(s)" in your log.
Did you create this project from the UI or CLI?

04.09.2025 09:55 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0
Post image Post image

What's the Next.js version? how do you know you're using v4, actually?
Please take a look at the deploy log.
* In the "Initializing" stage is shows you the Node version in use.
* Then in the "Building" stage it logs what the plugin version is

04.09.2025 09:41 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

I'd be glad to help figure out what the issue is, if you want.

04.09.2025 09:12 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Hey!
(I work at Netlify, including the Next.js domain)

v5 is the default for over a year for all sites with Next.js version 13.5+ (and sees a lot of usage) - unless (a) you're using an older version of Next.js, or (b) you're using Node.js < 18, or (c) you have an explicitly pinned plugin version. >

04.09.2025 09:12 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 3    πŸ“Œ 0

In fact, after disabling prerendering, you can try to lift the "bot embargo" in CloudFlare and see what happens - as you probably in general do want your sites indexed.

30.07.2025 11:20 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

I would recommend disabling Prerendering for your site (if it's on), because it's a static site. That would mean bots which don't run JS won't load it at all (while our built-in pre-renderer would attempt load all JS and run it, because its purpose is for client-side-rendered sites). >>

30.07.2025 11:20 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

Hey!
I work at Netlify.
From a quick glance at mektuplar.org, it loads a pretty hefty search index file (about 7mb). If there's a lot of bot activity (we'll release tooling for that soon), this is a likely culprit. >>

30.07.2025 11:20 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0
Post image Post image Post image Post image

How I'm coping with the situation in Israel:
building a Lego B-2 bomber as a weekend project based on a few pictures and available parts πŸ€·β€β™‚οΈ

Getting the canopy right (yeah, I know there is no canopy in the real thing...) took about as much time as all the rest of the superstructure.

23.06.2025 10:23 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

I haven't touched React in eight years and never will again, but if you use React and especially Next.js, this is a fantastic article.

Lots of alternatives available.

25.03.2025 19:26 β€” πŸ‘ 5    πŸ” 2    πŸ’¬ 1    πŸ“Œ 0

That's music to
@ryansolid.bsky.social's ears! ✌️

31.01.2025 18:17 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Χͺמצא Χ¨Χ§ Χ—ΧͺΧ•ΧœΧ™Χ

30.01.2025 21:34 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

We're also good friends with the Astro team, so I'd try to get to the bottom of it when I can :-)
Also noting to @mk.gg - the CPU usage for image optimization (without the adapter) is pretty intense on my local machine, perhaps there's a way to throttle that.

30.01.2025 20:24 β€” πŸ‘ 1    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0

Great.
I also agree that if this was automatic, it would have been great, but there are pros/cons there. Some frameworks like Next.js don't *yet* have a clear adapter interface, so we detect it automatically. Having to configure things gives you much more explicit control but is more manual.

30.01.2025 20:12 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 2    πŸ“Œ 0

Perhaps there were some later commits that you did there?

30.01.2025 20:06 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

I've deployed a fork of the current code, and everything works very quickly (it uses the Image CDN automatically, so no time is spent in the build on optimizing images at all).
(Locally if I run a usual build, I do see it takes 2.5 minutes to optimize on an Mac M2 Pro).

30.01.2025 20:04 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 2    πŸ“Œ 0

I'm curious how many and how big are the images in question... is the repo public?

30.01.2025 12:37 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0
Preview
@astrojs/netlify Learn how to use the @astrojs/netlify SSR adapter to deploy your Astro project.

Hey, if you're using the Netlify adapter (docs.astro.build/en/guides/in...), image optimization should by default be on-the-fly rather than at build time.
(I'm from Netlify)

30.01.2025 11:44 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

ΧœΧ—Χ™Χ–Χ‘ΧΧœΧœΧ” Χ”Χ™Χ” one job ΧΧ‘Χœ אני רואה Χ©Χ”Χ‘Χ Χ™Χ™ΧŸ Χ”Χ–Χ” Χ’Χ“Χ™Χ™ΧŸ Χ’Χ•ΧžΧ“...

24.01.2025 20:16 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

ΧΧ™ΧŸ שום Χ‘Χ’Χ™Χ” Χ‘Χ›ΧœΧœ.

22.01.2025 20:40 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Χ–Χ” Χ”Χ›Χœ ΧžΧ§Χ ΧΧ”, אנחנו אנשים Χ§Χ˜Χ Χ™Χ

22.01.2025 20:37 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Χ Χ§Χ•Χ“Χ” ΧžΧ’Χ Χ™Χ™Χ Χͺ אחרΧͺ Χ‘Χ§Χ˜Χ’ היא Χ”Χ˜Χ’Χ Χ” Χ©Χ”ΧžΧΧ‘Χ§ Χ‘Χ©Χ™Χ Χ•Χ™ Χ”ΧΧ§ΧœΧ™Χ Χ Χ”Χ™Χ” Χ€Χ•ΧœΧ™Χ˜Χ™ Χ•ΧžΧ€ΧœΧ’ Χ‘ΧΧ©ΧžΧͺ Χ”Χ‘ΧžΧ•Χœ - Χ•ΧœΧ Χ‘Χ’ΧœΧœ Χ©Χ™Χ© לא מגט Χ’Χ•Χ¨ΧžΧ™Χ Χ©Χ™Χ© ΧœΧ”Χ ΧΧ™Χ Χ˜Χ¨Χ‘ Χ›ΧœΧ›ΧœΧ™ ΧžΧΧ•Χ“ Χ‘Χ¨Χ•Χ¨ ΧœΧ”Χ›Χ—Χ™Χ© אΧͺ Χ”Χ‘Χ’Χ™Χ”, Χ•Χ™Χ“Χ’Χ• ΧœΧ”Χ€Χ•Χš אΧͺ Χ–Χ” ΧœΧ€Χ•ΧœΧ™Χ˜Χ™...
ΧžΧ•Χ’Χ© Χ‘Χ—Χ‘Χ•Χͺ "Χ‘Χ’ΧœΧœΧ›Χ Χ—Χ–Χ¨ΧͺΧ™ לΧͺΧžΧ•Χš Χ‘Χ‘Χ™Χ‘Χ™"

22.01.2025 20:32 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

Oh it's meant to be fed to a multi-modal LLM, of course

21.01.2025 22:41 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

Χ™Χ•ΧͺΧ¨ Χ›ΧžΧ• 2006 πŸ™‚

26.12.2024 20:55 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
What Year Is It GIF ALT: What Year Is It GIF
25.12.2024 20:26 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0
Preview
two rolls of dough are sitting on a silicone mat that says ' silicone ' on it ALT: two rolls of dough are sitting on a silicone mat that says ' silicone ' on it
18.12.2024 22:35 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

@rozrozelad is following 19 prominent accounts