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.
I deployed my website with Vercel, with a custom domain from Ionos. That was that easy! Thanks !