Deploy failed for cde89f5: update readme Exited with status 1

hi, i’m triying to deploy my api with adonis and I have an error, somebody can helpme please?

Hi there,

Did you click on that “deploy logs” link and look for any build errors? That’s always the first place to look.

Regards,
Mike


Render Support Engineer, MT (UTC-6)

hi, mike, thanks for your answer, this is:

Hi Manuel,

That is indeed a portion of the logs. Did you scroll through and/or search for any errors?

Regards,
Mike


Render Support Engineer, MT (UTC-6)


this is the new error, can u help me please

{
“name”: “backend-prueba-bettercommerce”,
“version”: “4.1.0”,
“adonis-version”: “4.1.0”,
“description”: “Adonisjs boilerplate for API server with pre-configured JWT”,
“main”: “index.js”,
“scripts”: {
“start”: “node server.js”,
“test”: “node ace test”
},
“keywords”: [
“adonisjs”,
“adonis-app”
],
“author”: “”,
“license”: “UNLICENSED”,
“private”: true,
“dependencies”: {
“@adonisjs/ace”: “^5.0.8”,
“@adonisjs/auth”: “^3.0.7”,
“@adonisjs/bodyparser”: “~2.0.9”,
“@adonisjs/cors”: “^1.0.7”,
“@adonisjs/fold”: “^4.0.9”,
“@adonisjs/framework”: “^5.0.9”,
“@adonisjs/ignitor”: “^2.0.8”,
“@adonisjs/lucid”: “^6.1.3”,
“@adonisjs/validator”: “^5.1.0”,
“mysql”: “^2.18.1”
},
“autoload”: {
“App”: “./app”
}
}
this is my package json

Hi there,

As these are application-level issues, we will be limited in our ability to help.

That being said, no such file or directory and Cannot find module in .../src/* are errors that often point to files that cannot be found in the root directory. I would check to ensure these files are present in the root of your Git repository, or to update the path of the root directory itself.

Regards,
Mike


Render Support Engineer, MT (UTC-7)

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.