The images were working fine on my previous deployment but I deployed some changes today and the images are not showing now. What happened? It returns following error
- 0: “Runtime.ImportModuleError: Error: Cannot find module ‘ipx’”
- 1: “Require stack:”
- 2: “- /var/task/node_modules/@netlify/ipx/dist/index.js”
- 3: “- /var/task/.netlify/functions-internal/_ipx/_ipx.js”
- 4: “- /var/task/_ipx.js”
- 5: “- /var/runtime/UserFunction.js”
- 6: “- /var/runtime/index.js”
- 7: " at _loadUserApp (/var/runtime/UserFunction.js:202:13)"
- 8: " at Object.module.exports.load (/var/runtime/UserFunction.js:242:17)"
- 9: " at Object. (/var/runtime/index.js:43:30)"
- 10: " at Module._compile (internal/modules/cjs/loader.js:1085:14)"
- 11: " at Object.Module._extensions…js (internal/modules/cjs/loader.js:1114:10)"
- 12: " at Module.load (internal/modules/cjs/loader.js:950:32)"
- 13: " at Function.Module._load (internal/modules/cjs/loader.js:790:12)"
- 14: " at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:76:12)"
- 15: " at internal/main/run_main_module.js:17:47"