deploy build failed #7
-
1716409843151 Creating deploy ✔ Checking for nokkio account x Build failed! I got this error. app is working in dev enviroment but could not deploy. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
@termoraq2 when looking at your account, it looks like you have 3 deleted projects. So I suspect what is happening here is that you are trying to deploy a project that you have deleted in the Nokkio dashboard (if so, we can do a better job at error messaging here!). The easiest way to fix this would be to open the
Then when you deploy again, it will create a new project and should then work. Let me know if that helps! |
Beta Was this translation helpful? Give feedback.
@termoraq2 when looking at your account, it looks like you have 3 deleted projects. So I suspect what is happening here is that you are trying to deploy a project that you have deleted in the Nokkio dashboard (if so, we can do a better job at error messaging here!).
The easiest way to fix this would be to open the
package.json
file and in thenokkio
object, change the id to:Then when you deploy again, it will create a new project and should then work.
Let me know if that helps!