We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base
astro
v2.1.2
Cloudflare
npm
Windows
When generating the function and SSR _routes.json for Cloudflare, the adapter will not respect the base option resulting in basic routes 404-ing.
_routes.json
The applies to both SSR and prerender'd routes (due to an issue both with the generated function, and the _routes.json not being mapped to base.
Edit: this seems to also affect prerender'd routes in advanced mode, as the _routes.json is still wrong.
advanced
https://stackblitz.com/edit/github-4ru86g?file=astro.config.mjs
The text was updated successfully, but these errors were encountered:
@RichiCoder1 is this fixed with #6473 merged?
Sorry, something went wrong.
@bluwy yup, was fully resolved with #6550
No branches or pull requests
What version of
astro
are you using?v2.1.2
Are you using an SSR adapter? If so, which one?
Cloudflare
What package manager are you using?
npm
What operating system are you using?
Windows
Describe the Bug
When generating the function and SSR
_routes.json
for Cloudflare, the adapter will not respect thebase
option resulting in basic routes 404-ing.The applies to both SSR and prerender'd routes (due to an issue both with the generated function, and the
_routes.json
not being mapped to base.Edit: this seems to also affect prerender'd routes in
advanced
mode, as the_routes.json
is still wrong.Link to Minimal Reproducible Example
https://stackblitz.com/edit/github-4ru86g?file=astro.config.mjs
Participation
The text was updated successfully, but these errors were encountered: