Nick Taylor
Nick Taylor
> Any updated on this issue, and progress on next 13.4.4 support ? @bentrynning, we're still working on it. See https://github.com/netlify/next-runtime/pull/2080
These are the two main issues I'm looking at right now @ascorbic. We can chat about them during our sync tomorrow. To replicate these issues, just follow the steps in...
I'm just looking into what tests I need to write, but Remix running on Netlify Edge functions is working if you follow the steps in the testing section of the...
For testing, I'm looking at the deployment target, i.e. https://github.com/nickytonline/remix/blob/c9afffb830d48be688de9d7d0dceb503f128b5bc/.github/workflows/deployments.yml and have added a job for `netlify-edge`, but one thing I'm wondering is there's no way for me to choose...
Any thoughts on this @MichaelDeBoey since you're around? https://github.com/remix-run/remix/pull/3104#issuecomment-1327745439
I'm still seeing these errors in CI checks even though it's code I haven't touched. Is this a known issue with CI when a PR is based off the `dev`...
> > I'm still seeing these errors in CI checks even though it's code I haven't touched. Is this a known issue with CI when a PR is based off...
> The "fix" is to remove netlify-edge from the root tsconfig, so that it's not included in the typechecking step. That's all it's used for. The Deno package isn't currently...
I looked at this briefly, and it doesn't appear to be frameworks related. I thought maybe the `cache: "manual"` key (edge function caching) in the in-source config for the Netlify...
As soon as I type the letter `r` in the deploy preview, the screen goes blank and there are errors in the console.  ```...