Hi,
For some reason my netlify page is throwing “Internal Server Error” since my last two commits. This is on any page, with no other information. I can’t see any more info in function logs either. There is no extra info like request id as I have seen elsewhere. any idea how I can debug this?
The project is next.js and builds and runs fine locally. New commits were just adding two new pages and
last working commit / deploy https://6363b8a42bd52000077d638f--dev-sketchbook.netlify.app/
I’ve reverted the site back to this working commit for now.
but deploys since throw error, see
- https://636edb4512c768000860ab83--dev-sketchbook.netlify.app/
- https://636f95de7bce1800092b76b3--dev-sketchbook.netlify.app/
This is git repo & commit history, Commits · Britnell/sketchbook · GitHub
only last two commits throw this error, 3rd Nov “hidden expand buttons example” works fine, thats what I rolled back to.
=>UPDATE
Ok now i actually reverted the changes in main back to the last commit that was working, but the new build of this throws the same error, (while the old deploy of the same code is still working) so that tells me its probably a netlify problem, right?
Thanks,
Tommy