Error Deploying Docker to DigitalOcean "Apps"

Having issues with the error below when trying to deploy via docker image to DigitalOcean “Apps”. I know there was a pretty good thread over here about Docker and DigitalOcean Apps…

Any thoughts on debugging the error for module missing when trying to deploy on Digitalocean?

Can you please share the package.jon file? Check ‘./lib/server’ is exist or not?

Yeah no prob See attached.

Looks like it DOES NOT from what I can see…

I’m unable to upload the file here on the forum as it does not allow .JSON file type for upload.

{
“name”: “argon_dashboard_wappler”,
“version”: “1.1.0”,
“private”: true,
“description”: “”,
“main”: “index.js”,
“engines”: {
“node”: “>=12.13.0”
},
“scripts”: {
“start”: “node ./index.js”
},
“author”: “Wappler”,
“license”: “ISC”,
“dependencies”: {
@aws-sdk/client-s3”: “^3.41.0”,
@aws-sdk/s3-request-presigner”: “^3.41.0”,
@shopify/shopify-api”: “^2.0.0”,
“archiver”: “^5.3.0”,
“compression”: “^1.7.4”,
“connect-session-knex”: “^2.1.1”,
“cookie-parser”: “^1.4.6”,
“cors”: “^2.8.5”,
“debug”: “^4.3.2”,
“dotenv”: “^10.0.0”,
“ejs”: “^3.1.6”,
“express”: “^4.17.1”,
“express-end”: “0.0.8”,
“express-fileupload”: “^1.2.1”,
“express-session”: “^1.17.2”,
“follow-redirects”: “^1.14.5”,
“form-data”: “^4.0.0”,
“fs-extra”: “^10.0.0”,
“image-to-base64”: “^2.2.0”,
“knex”: “^0.95.14”,
“mime-types”: “^2.1.34”,
“mysql2”: “^2.3.3”,
“node-fetch”: “^2.6.7”,
“node-schedule”: “^2.0.0”,
“nodemon”: “^2.0.15”,
“qs”: “^6.10.1”,
“session-file-store”: “^1.5.0”,
“sharp”: “^0.29.3”,
“shopify-api-node”: “^3.8.1”,
socket.io”: “^4.4.0”,
“unzipper”: “^0.10.11”,
“uuid”: “^8.3.2”
},
“nodemonConfig”: {
“watch”: [
“app”,
“lib”,
“views”,
“extensions”,
“tmp/**/restart.txt”
],
“ext”: “ejs,js,json”
}
}

“scripts”: { “test”: “nyc mocha”, “start”: “node ./node_modules/nodemon/bin/nodemon.js ./index.js” }
add this one and commit, check this one
send me your email id, ill check via anydesk

This didn’t seem to fix the issue…

Thanks! I’ll send you a PM with ID and hopefully I’ll be on the computer.

@George @patrick

Has anyone else dealt with this issue?

Well seems you are missing the whole lib folder …

It’s there…

I’ve tried to modify the package.JSON file & delete lib folder / and index.js / rebuild project and modules as well as rebuild and redeploy docker image numerous times all with the same result.

Really stuck on this one.

Update.

I was able to push the code via GitHub for now!