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!
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!
Can you send me the project name & URL in DM?
Can you send me the project name & URL in DM?
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
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
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?
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?
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
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
(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. >
(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. >
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. >>
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. >>
@ryansolid.bsky.social's ears! ✌️
@ryansolid.bsky.social's ears! ✌️
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.
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.
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.
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.
(Locally if I run a usual build, I do see it takes 2.5 minutes to optimize on an Mac M2 Pro).
(Locally if I run a usual build, I do see it takes 2.5 minutes to optimize on an Mac M2 Pro).
(I'm from Netlify)
(I'm from Netlify)