Hey so I have a NextJS website I am trying to deploy. When I follow the NextJS Deployment docs and I do fly launch it is detecting my project as a NodeJS app instead of a NextJS app. Will this cause issue to my deployment and be treated different? Is there a way to specify that my application is indeed a NextJS application?
I believe it’s choosing this option because I have some env files for dev and production and some sample files for the folks using the repo.
It appears Fly detecting this as a NodeJS application is causing issues. It seems to not be properly compiling my TailwindCSS styles. When running locally vs production my site is not behaving similarly.
I don’t know if you’ve since resolved it but I’d think it being detected as Node would be correct, since the backend would use Node . Of course if your site is static and doesn’t actually need any backend logic, it would be a slightly different question.
Next.js can be deployed to any hosting provider that supports Node.js.