Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Nextjs plugin not detected when using sites:create-template #5309

Closed
taty2010 opened this issue Dec 13, 2022 · 2 comments
Closed

[Bug] Nextjs plugin not detected when using sites:create-template #5309

taty2010 opened this issue Dec 13, 2022 · 2 comments

Comments

@taty2010
Copy link

Used the sites:create-template to clone & deploy the next-toolbox template, Netlify did not detect that I was using Nextjs and never installed the plugin which ended up producing a 404 error.

I initially thought it might be related to the git clone error we've been experiencing here but you will still run into the same issue whether you try to clone it or not. I also tested it out with the Gatsby template and the Gatsby plugin was installed successfully.

@tinfoil-knight
Copy link
Contributor

The @netlify/plugin-nextjs plugin isn't getting installed for production builds (through ntl deploy --build) as reported but the plugin is getting installed by Netlify Build when the development environment runs (through ntl dev)

@serhalp
Copy link
Contributor

serhalp commented Jul 16, 2024

Closed by #6729

@serhalp serhalp closed this as completed Jul 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants