skip to Main Content

I’m using Next.js for the first time, after using CRA for a long time. I exported the project with npm run build but it sounds more complicated to send to my server.

My Apache server and domains are managed on Ionos (ex One&One). I have no skills in Node.js, and I thought I had to send the build folder to my server as I did with CRA apps. I also tried to see if I could send my Next.js app to my server with the help of Vercel, but I didn’t see anything about it.

I found this question, but there’s no answer yet.

2

Answers


  1. Chosen as BEST ANSWER

    I deployed my website with Vercel, with a custom domain from Ionos. That was that easy! Thanks !


  2. IONOS offers a similar approach to Vercel and Netlify named Deploy Now that offers static hosting for NextJS as well.
    Maybe that meets your requirements already. But it doesn’t offer a NodeJS runtime for using NextJS in a SSR or hybrid variant.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search