0

I have strapi deployed on cpanel with shared hosting environment.

  • Currently strapi is running successfully on cpanel using the build with the sub-domain setup.
  • I don't have access to root ssh but I can use ssh using source of nodejs setup app.
  • I have limited RAM about 1.2 GB left on cpanel.
  • I can add/edit data but not the schema with this setup of cpanel using build.
  • I tried to run the cpanel in ssh using npm run develop command but got this error:

WebAssembly.instantiate(): Out of memory: Cannot allocate Wasm memory for new instance

Is there anyway to run strapi on cpanel in dev mode without upgrading the cpanel resources?

1 Answer 1

0
  1. Run Strapi locally on your PC (npm run develop).

  2. Make schema/content-type changes.

  3. Run npm run build.

  4. Upload updated code to cPanel and restart Node app.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.