Error after deploying Backendless service repo

I’m trying to deploy my service repo, in local with npm run debug it works correctly. The problem appears after file uploading after npm run deploy command ends. The services where appears this error isn’t working.

Error: /opt/backendless/repo/2da824f9-a986-611c-ffe2-41d3ab9b0900/files/servercode/JS/default/tmp1652477925590/node_modules/microtime/build/Release/microtime.node: invalid ELF header

My dependency list:
@okta/jwt-verifier”: “^2.3.0”,
@okta/okta-auth-js”: “^6.5.1”,
@okta/okta-sdk-nodejs”: “^6.4.0”,
“backendless”: “^6.2.23”,
“jsonwebtoken”: “^8.5.1”,
“simple-get”: “^4.0.1”

Hi… I found the solution for this task.

It’s related to Mac architecture, currently, I’m using M1, after the compilation the server architecture doesn’t support something inside the bundle that I upload. I found this solution in the following link:

My service is working right now