Nathan Rajlich

Results 167 comments of Nathan Rajlich

@penx Would you be able to share a reproduction of when that happens?

We did roll some changes to the module resolution logic for edge functions today (to address #94). Let me know your Vercel team name and I can turn the flag...

Ok, I disabled the flag for your team for now. Sharing the team name publicly is fine, but feel free to delete if you prefer.

@peterje The flag has been turned off globally at this point. If you're still having issues, it's unrelated to the change related to this issue.

The root layout is indeed included for all leaf routes. If you have some common layout which is using modules that are not supported on Edge runtime, consider defining a...

Can you share an example repo that demonstrates the issue?

Can you elaborate on "fails to deploy"? What are you seeing? Can you share a reproduction, or a deployment URL?

Ok, so ya, you don't configure `maxDuration` for Remix routes using `vercel.json`. Do it the `export const config = { ... }` way like described in the [Remix on Vercel](https://vercel.com/docs/frameworks/remix#serverless-function-configuration)...

This error seems unrelated to the `export const config` part, but did you see this issue which looks similar? https://github.com/remix-run/remix/issues/8813

That is strange. I will relay that to the Remix team. If you could give a standalone reproduction that would help as well.