Astro Info
Astro v3.6.1
Node v18.14.1
System Windows (x64)
Package Manager yarn
Output hybrid
Adapter @astrojs/vercel/serverless
Integrations none
If this issue only occurs in one browser, which browser is a problem?
No response
Describe the Bug
When setting trailingSlash in both astro and vercel configs, I think there is some conflict that causes API routes to always be 404.
What's the expected result?
The route /api/test/ should return some json. Here is the deployment: https://astro-vercel-endpoint-issue.vercel.app/api/test/
Link to Minimal Reproducible Example
https://github.com/florian-lefebvre/astro-vercel-endpoint-issue
Participation
Astro Info
If this issue only occurs in one browser, which browser is a problem?
No response
Describe the Bug
When setting
trailingSlashin both astro and vercel configs, I think there is some conflict that causes API routes to always be 404.What's the expected result?
The route
/api/test/should return some json. Here is the deployment: https://astro-vercel-endpoint-issue.vercel.app/api/test/Link to Minimal Reproducible Example
https://github.com/florian-lefebvre/astro-vercel-endpoint-issue
Participation