Replies: 1 comment
-
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
Beta Was this translation helpful? Give feedback.
-
Select Topic Area
Question
Body
I fixed all build problems, but afterwards it resulted in a 404 page, which is not straightforward to debug.
Everything works fine locally, and the website was also deployed OK to Vercel, but the free plan was apparently not enough for some simple testing in production, so I'm trying to make the switch to Github Pages.
I've been trying to fix the deployment for hours, so I could definitely use some help. I'm likely just missing some small detail, but after already fixing dozens of small details I'm kinda lost as to what's left to fix... The relevant files are below.
Current
next.config.mjs
:Current
.github/workflows/nextjs.yml
:Current
scripts
in.package.json
:I think the problem could be that Github Actions doesn't correctly serve the application with
node .next/standalone/server.js
instead ofnext start
, but I'm not sure. I don't know how to check this and how to modify or configure it if it is the case.You can find the full github repo here: https://github.com/davidde/ethblox. In the Actions pane you can quickly check what dozens of combinations I've already tried ;)
Any help would be greatly appreciated!
Beta Was this translation helpful? Give feedback.
All reactions