Alejandro Mery
Explore posts from serversCDCloudflare Developers
•Created by Alejandro Mery on 4/21/2025 in #general-help
adding another route to cloudflared connector
hi, I created a tunnel through the dashboard and then running
sudo cloudflared service install {hash}
, and works. but how do I create another route pointing to a different local port using the same cloudflared service?
if I do it from command line it's ignoring the existing connector
sudo clodflared tunnel ...
doesn't have access, and the dashboard wants me to create a new tunnel with a new sudo cloudflared service install {hash}
4 replies
path to dependency
I'm working on a nuxt plugin to integrate a vue+tailwind components library.
for tailwindcss to work the files from that library need to be referenced in the generated config file.
I've had some success using:
it it often explodes with an error I fail to understand:
https://github.com/poupe-ui/poupe/blob/main/packages/poupe-nuxt/src/tailwind.ts#L13
any suggestion on how to get that path?
9 replies
@nuxt/fonts + tailwindcss - use only local cache
I'm working on a nuxt3/static-embedded with
tailwindcss
and @nuxt/fonts
and I want to use a google font but always served from /_fonts
.
I do see css rules generated when running pnpm dev --host
but the <div>Hello, World!</div>
on my index.vue
doesn't get the font applied and the woff file is never downloaded.
Am I missing something?2 replies
CDCloudflare Developers
•Created by Alejandro Mery on 5/22/2024 in #workers-help
can't deploy example
until now I've used the github integration, but I wanted to start a mono-repo and created a dummy project using
pnpm create cloudflare
.
unfortunatelly wrangler login
gets stuck on consent and when trying an API token it just says I don't have the correct permissions (very unuseful)
wrangler login
gets stuck on the consent page, maybe related to a this CORS error?
until it times out while the [allow] button waits...
then I tried using a an API Token with
* Cloudflare Pages:Edit
* Workers KV Storage:Edit
* User Details:Read
but I get slapped with an unhelpful Authentication error [code: 10000]
Please ensure it has the correct permissions for this operation.
what could I be missing?5 replies