T
TanStack2mo ago
rare-sapphire

Docs on cloudflare hosting using wrangler

There is nothing how to connect our cloudflare account/dedicated server with our code, i.e. how to configure it to deploy to particular server.
3 Replies
rare-sapphire
rare-sapphireOP2mo ago
as i found out, not much is left for basic setup, just need to login with wrangler, so i think this could be added to docs 🔐 Authenticate Wrangler with Cloudflare Run this command in your terminal:
npx wrangler login
npx wrangler login
✅ This will: - Open your browser.
- Ask you to log in to your Cloudflare account.
- Grant Wrangler access to your account.
If successful, you’ll see something like:
Successfully configured. You can now use Wrangler to interact with your Cloudflare account.
Successfully configured. You can now use Wrangler to interact with your Cloudflare account.
You can verify it by running:
npx wrangler whoami
npx wrangler whoami
You should see your account info.
extended-salmon
extended-salmon2mo ago
(you can open a PR to the docs)
rare-sapphire
rare-sapphireOP2mo ago
GitHub
Update hosting guide with Wrangler login instructions by mturczyn ...
Added authentication step with Wrangler before deployment. Summary by CodeRabbit Documentation Hosting guide updated to add a pre-deploy Cloudflare login and account verification step before dep...

Did you find this page helpful?