runtime error
Exit code: 1. Reason: > backend@1.0.0 start > node server.js [dotenv@17.3.1] injecting env (0) from .env -- tip: ⚙️ enable debug logging with { debug: true } /usr/src/app/controllers/productController.js:5 const { Expo } = require('expo-server-sdk'); ^ Error [ERR_REQUIRE_ESM]: require() of ES Module /usr/src/app/node_modules/expo-server-sdk/build/ExpoClient.js from /usr/src/app/controllers/productController.js not supported. Instead change the require of ExpoClient.js in /usr/src/app/controllers/productController.js to a dynamic import() which is available in all CommonJS modules. at Object.<anonymous> (/usr/src/app/controllers/productController.js:5:18) at Object.<anonymous> (/usr/src/app/routes/products.js:4:27) at Object.<anonymous> (/usr/src/app/server.js:37:24) { code: 'ERR_REQUIRE_ESM' } Node.js v18.20.8
Container logs:
Fetching error logs...