Made and deleted a js module, now getting timeout error and module not found message

Question:
All my dynamic pages are producing timeout 500 errors. The logs show a missing module called routers.js in the backend. I made that module but deleted it. Clearing browser cache, publishing, refreshing, and waiting have not solved the error.

Product:
Wix Velo Editor

Error message: “[“Error loading web module backend/routers.js: Both resolutions failed at _load!\n\nOriginal resolver: Cannot find module ‘backend/routers.js’\nRequire stack:\n- /user-code/stubmodule-that-does-the-require.js\n- /cloud-runtime-code/node_modules/scoped-require/index.js\n- /cloud-runtime-code/packages/elementory/cloud-runtime/factories.js\n- /cloud-runtime-code/packages/elementory/cloud-runtime/create-app.js\n- /cloud-runtime-code/packages/elementory/cloud-runtime/cloud-grid-runner.js\nYarnPNP: Both resolutions failed at _resolveFilename!\n[{"moduleFunctionName":"_load","codePath":"yarnPNP","request":"backend/routers.js"},{"moduleFunctionName":"_resolveFilename","codePath":"yarnPNP","request":"backend/routers.js"}]\nOriginal resolver: Cannot find module ‘backend/routers.js’\nRequire stack:\n- /user-code/stubmodule-that-does-the-require.js\n- /cloud-runtime-code/node_modules/scoped-require/index.js\n- /cloud-runtime-code/packages/elementory/cloud-runtime/factories.js\n- /cloud-runtime-code/packages/elementory/cloud-runtime/create-app.js\n- /cloud-runtime-code/packages/elementory/cloud-runtime/cloud-grid-runner.js\nYarnPNP: Your application tried to access backend, but it isn’t declared in your dependencies; this makes the require call ambiguous and unsound.\n\nRequired package: backend (via "backend/routers.js")\nRequired by: /user-code/\n\nRequire stack:\n- /user-code/stubmodule-that-does-the-require.js\n- /cloud-runtime-code/node_modules/scoped-require/index.js\n- /cloud-runtime-code/packages/elementory/cloud-runtime/factories.js\n- /cloud-runtime-code/packages/elementory/cloud-runtime/create-app.js\n- /cloud-runtime-code/packages/elementory/cloud-runtime/cloud-grid-runner.js”]”
}

To confirm, are your pages dynamic pages or router pages? If they’re router pages and they depended on router.js that would be the cause of the issue.

Can you share a link to the affected site?