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
Astro v4.11.1 Node v20.14.0 System macOS (arm64) Package Manager npm Output server Adapter @astrojs/cloudflare Integrations @astrojs/react astro:db @astrojs/db/file-url simple-stream astro-icon
With platformProxy enabled (default in v11), getting the following error on astro dev
platformProxy
astro dev
[ERROR] [astro:db] Cannot convert undefined or null to object.
Disabling platformProxy seems to fix it.
Note: haven't yet connected to Astro Studio (no env vars). Just using astro:db locally.
Dev server should work like before, with default options.
https://stackblitz.com/edit/github-wdprrg?file=astro.config.mjs
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Astro Info
Describe the Bug
With
platformProxy
enabled (default in v11), getting the following error onastro dev
[ERROR] [astro:db] Cannot convert undefined or null to object.
Disabling
platformProxy
seems to fix it.Note: haven't yet connected to Astro Studio (no env vars). Just using astro:db locally.
What's the expected result?
Dev server should work like before, with default options.
Link to Minimal Reproducible Example
https://stackblitz.com/edit/github-wdprrg?file=astro.config.mjs
Participation
The text was updated successfully, but these errors were encountered: