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
We currently handle this by serializing it in this way in netlify/build. I have minimal repro code here and fix on my fork branch here ready for a PR if that's okay. Instructions to test the fix available here.
@jackiewmacharia Ah, thanks for the thorough investigation and fix! Such a joy reading issues like this 😄
I confirmed this issue exists on Netlify CLI 10.18 and later, and can also confirm your fix solves the issue. I'll make a PR for expediency here but I'll tag your profile as a co-author.
What version of
astro
are you using?1.0.6
Are you using an SSR adapter? If so, which one?
Netlify
What package manager are you using?
npm
What operating system are you using?
Mac
Describe the Bug
We set up validation for Edge Functions manifest.json recently and came across some build failures from some astro route patterns. This happens if a route pattern is set up at this point: astro/blob/main/packages/integrations/netlify/src/integration-edge-functions.ts. This error is triggered during
netlify build
.We currently handle this by serializing it in this way in netlify/build. I have minimal repro code here and fix on my fork branch here ready for a PR if that's okay. Instructions to test the fix available here.
Error screenshot:
Link to Minimal Reproducible Example
https://github.com/jackiewmacharia/astro-cattos
Participation
The text was updated successfully, but these errors were encountered: