Closed shamsup closed 1 year ago
Looks like this solves my issue, I should have checked here first! https://github.com/remix-run/grunge-stack/issues/168
I made similar modifications to my application and was able to deploy successfully.
Remix v2 requires Node 18
I updated app.arc
in #169
The app.arc file specifies the
node16.x
runtime, which doesn't have the Fetch globals (Request, Response, Headers, etc), so deploying this stack right after creating will have aReferenceError: Request is not defined
.