You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// We need to ensure the host header is set correctly else you will run into this error in `/server-actions`
39
39
// Error: Invalid Server Actions request:
40
-
// `x-forwarded-host` header with value `localhost:3003` does not match `origin` header with value `localhost:3002` from a forwarded Server Actions request. Aborting the action.
40
+
// `x-forwarded-host` header with value `localhost:3010` does not match `origin` header with value `localhost:3000` from a forwarded Server Actions request. Aborting the action.
0 commit comments