docs: Clarify Cloudflare Pages and D1#3587
Merged
Conversation
Emphasize the necessity of creating a D1 database and how to configure wrangler so `nuxi preview` works.
|
@SolidKalium is attempting to deploy a commit to the NuxtLabs Team on Vercel. A member of the Team first needs to authorize it. |
commit: |
Member
|
Thank you for your help, would you be happy to also update the Cloudflare Workers page @SolidKalium ? |
Contributor
Author
|
I haven't built for that target directly and don't have a plan to. So I don't think I'd be a good author for that. But feel free to copy over any relevant content I added. |
Co-authored-by: Sébastien Chopin <atinux@gmail.com>
farnabaz
approved these changes
Nov 26, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Emphasize the necessity of creating a D1 database and how to configure wrangler so
nuxi previewworks.🔗 Linked issue
❓ Type of change
📚 Description
Changes
Why
My initial reading of the statement that the module will "prepare the necessary configuration" caused me to misunderstand the importance of D1 being required. I think the new emphasis should help prevent that misreading.
I also had trouble running
nuxi previewlocally to check a mismatch between local and prod behavior. I no longer recall ifnuxi previewactually helped me solve my problems, but I suspect other people probably don't want to be stuck configuring preview when they think it will help debugging something else.For context, the issues I was debugging (and have since resolved) were:
📝 Checklist