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-sapphireOP•2mo 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:
✅ 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: You can verify it by running: You should see your account info.
- Ask you to log in to your Cloudflare account.
- Grant Wrangler access to your account.
If successful, you’ll see something like: You can verify it by running: You should see your account info.
extended-salmon•2mo ago
(you can open a PR to the docs)
rare-sapphireOP•2mo ago
Ok, done 🙂 https://github.com/TanStack/router/pull/5538
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...