Matt Kane

Results 231 comments of Matt Kane

@lorenzolewis The watcher is optional, and you can handle watching however you want. I'm hoping to expose hooks to integrations to enable them to do updates in their own way.

@MoustaphaDev what needs to be done to get this across the line?

I think the reason was because at the time at least Next didn't request `.rsc` files directly. We were adding the `.rsc` to we could either load the static asset,...

Can you install `@astrojs/vercel@experimental--vercel-routing` and see if it fixes it please?

@bgentry could you share a minimal reproduction so I can take a look?

@artt your repro seems to work for me with the experimental package: https://trailingslash-vercel-six.vercel.app/

@bgentry that repro is using the published adapter version. Have you tried it with the experimental version that I shared above?

@bgentry it's doing a redirect loop because you have `trailingSlash: "never"`, but are then returning a manual redirect inside the page that redirects it back to the page _with_ the...

If you need the trailing slash, why are you setting `trailingSlash: "never"`? By setting `trailingSlash: "never"` you're telling it to never use trailing slashes, but then you're using the redirect...