I’m having this error while trying to deploy my strapi app. Please help
Hi there,
A couple quick initial things to check:
- Is
strapi
properly specified in apackage.json
file or equivalent? - Is it getting installed via a properly configured build command (e.g. for Node, is
npm install
specified)?
If it’s not either of those issues, we can then look further.
Regards,
Mike
Render Support Engineer, MT (UTC-7)
Hi, yes strapi is in the package.json
and I installed it with npm intsall
. You can check my repo here https://github.com/leodev9911/e-commerce-strapi-database.git. Thanks for answer me.
Hi Leonardo,
In order to look at your service in more detail you will need to reach out to us privately via the “Help” link in the Render Dashboard. Be sure to specify the service you are referring to.
Regards,
Mike
Render Support Engineer, MT (UTC-7)
did you get the answer?
Did you make sure the node version is compatible?
You can specify the Node versions in the environment variables
NODE_VERSION=18.18.0 for instance.
That fixed mine anyway. I’m using latest Strapi version 4.15.5
Hi Max,
The most common reasons for this particular error are:
strapi
is not listed in thepackage.json
file dependenciesnpm install
is not specified within the build command that gets run on the service
If anyone encountering this error is confident they’ve ruled out those causes, it would be best to reach out to Render Support privately via the “Help” link in the Dashboard and we will be happy to take a closer look at the problem.
Regards,
Mike
Render Support Engineer, MT (UTC-7)
I’ve just came up with the solution:
Build Command as :
yarn; yarn build
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.