We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b19e92 commit faa9e99Copy full SHA for faa9e99
packages/next/src/server/app-render/action-handler.ts
@@ -446,7 +446,7 @@ export async function handleAction({
446
// When this happens, it could be a deployment skew where the action came
447
// from a different deployment. We'll just return a 404 with a message logged.
448
console.error(
449
- 'Failed to find Server Action "${actionId}". This request might be from an older or newer deployment.'
+ `Failed to find Server Action "${actionId}". This request might be from an older or newer deployment.`
450
)
451
return {
452
type: 'not-found',
0 commit comments