Error: Docker build failed (by default Dockerfile, I'm not using any custom Dockerfile)
I'm deploying a simple Next.js project. And this is the error I'm facing when the project gets built.
10 Replies
Project ID:
72f27e90-3cba-4b70-b242-52f65f49d0ec,72f27e90-3cba-4b70-b242-52f65f49d0ec
please send the full build logs, that does not tell us the cause of the error, it only states that there was an error
Understood, apologies, here you go.
I'm unable to copy the entire logs
I select everything, yet only half of it gets copied
yes you'd have to piece together the logs
but 10kb of logs probably contains the error
I'll look in a bit once on my computer
in the mean time, can you send you repo too?
ah, unfortunately it is not open-sourced. But it seems like it was my own error. Figured it out. Thanks for your help regardless
care to share the cause of the error?
Type error in compilation, weirdly didn't show up locally while compiling
probably because railway sets CI = true, thus some warnings turn into errors
ohh gotcha, that makes sense