Is this some kind of RSC injection?
Unanswered
Crucian carp posted this in #help-forum
Crucian carpOP
Error: Failed to find Server Action "1". This request might be from an older or newer deployment. Original error: Cannot read properties of undefined (reading 'workers')
at rd (/app/node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js:127:2710)
at <unknown> (/app/node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js:127:757)
at rc (/app/node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js:126:11945)
at an (/app/node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js:132:1054)
at <unknown> (/app/node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js:132:7803)
at <unknown> (/app/node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js:132:7793)
at aa (/app/node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js:132:7759)2 Replies
@Crucian carp txt
Error: Failed to find Server Action "1". This request might be from an older or newer deployment. Original error: Cannot read properties of undefined (reading 'workers')
at rd (/app/node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js:127:2710)
at <unknown> (/app/node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js:127:757)
at rc (/app/node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js:126:11945)
at an (/app/node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js:132:1054)
at <unknown> (/app/node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js:132:7803)
at <unknown> (/app/node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js:132:7793)
at aa (/app/node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js:132:7759)
it happened to me after edit some code but browser keep old references to server action if you make a reload and try error dissapear at leas to me
@Crucian carp txt
Error: Failed to find Server Action "1". This request might be from an older or newer deployment. Original error: Cannot read properties of undefined (reading 'workers')
at rd (/app/node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js:127:2710)
at <unknown> (/app/node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js:127:757)
at rc (/app/node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js:126:11945)
at an (/app/node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js:132:1054)
at <unknown> (/app/node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js:132:7803)
at <unknown> (/app/node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js:132:7793)
at aa (/app/node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js:132:7759)
refresh the browser and it should be gone. However, there is an CVE form dec 2025 that uses server actions. See here: https://react2shell.com/