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
I'm trying to run this on Github codespaces. When I run npm dev run I get the following error.
`x-forwarded-host` header with value `xxxx-xxx-xxxxxxx-3000.app.github.dev` does not match `origin` header with value `localhost:3000` from a forwarded Server Actions request. Aborting the action.
⨯ Error: Invalid Server Actions request.
at AsyncLocalStorage.run (node:async_hooks:346:14)
at AsyncLocalStorage.run (node:async_hooks:346:14)
I tried suggestions from here and here. They didn't work
The text was updated successfully, but these errors were encountered:
I have not used Github codespaces before and I won't be able to dig into this for a little bit. If anyone else is familiar and wants to hop in on this one please feel free ! :)
I'm trying to run this on Github codespaces. When I run
npm dev run
I get the following error.I tried suggestions from here and here. They didn't work
The text was updated successfully, but these errors were encountered: