I am unable to deploy my portfolio site to netlify, I am trying to follow these instructions:
ON the netlify website here is the support thread that deals with this:
I am recieving the error page not found:
here are my deployment settings:
Ive also tried with the CLI as per the next set of instructions [here] (same link referenced earlier)(https://www.netlify.com/blog/2020/11/30/how-to-deploy-next.js-sites-to-netlify/) but it did not work
My version of next.js is
"next": "^7.0.3",
On the netlify website, the page that references this is:
someone commented that a common cause is not specifying the correct folder to publish to:
the next.js builds to the .next folder as per their website:
but that .next folder is specified in the .gitignore so its not in the github repositiory.
What are the settings I need to set in order to fix this?
thank you all help appreciated.