Content pfp
Content
@
https://warpcast.com/~/channel/miniapps
0 reply
0 recast
0 reaction

limone.eth ๐Ÿ‹ pfp
limone.eth ๐Ÿ‹
@limone.eth
just ended AGAIN my free ngrok bandwidth, using it only to develop miniapps frames.js is not up to speed with all the new sdk features, so everyday it becomes more difficult to use for testing & debugging we need a proper localhost debugger :/ devs do smth
17 replies
14 recasts
76 reactions

df pfp
df
@df
you can open a pr on frames.js ๐Ÿ‘Œ
1 reply
0 recast
6 reactions

James pfp
James
@devfears.eth
why does no one just use local tunnel, its completely free
1 reply
0 recast
2 reactions

dylan pfp
dylan
@dylsteck.eth
๐Ÿ‘€
1 reply
0 recast
1 reaction

adrienne pfp
adrienne
@adrienne
Where are you hosting? Vercel gives you preview links for branches, so Iโ€™ve been checking new changes into a new branch, deploying to prod, using the vercel preview link to test in farcasterโ€ฆ been working even better than ngrok for me
1 reply
0 recast
1 reaction

Greg pfp
Greg
@greg
+1 to the replies suggesting cloudflare
0 reply
0 recast
4 reactions

flick the dev ๐ŸŽฉ๐Ÿ“ฆ pfp
flick the dev ๐ŸŽฉ๐Ÿ“ฆ
@flick
I bite the bullet and run a small nginx locally with a LetsEncrypt cert and a DNS entry pointing to my home IP and the router set up to route 443 to that nginx
1 reply
0 recast
2 reactions

frederick pfp
frederick
@securityadmin.eth
I use tailscale for local testing. Iโ€™ve found it works better than ngrok
0 reply
0 recast
2 reactions

barabazs pfp
barabazs
@barabazs.eth
use cloudflared, it's free and it works perfectly
0 reply
0 recast
2 reactions

Lior pfp
Lior
@lior
YES! ended up paying their paid account to have a fixed url and avoid these issues...
0 reply
0 recast
2 reactions

Tony Dโ€™Addeo pfp
Tony Dโ€™Addeo
@deodad
+1 on CF being cheaper and more reliable for now I'm also excited about a local debugger but it's a huge lift to get right so we haven't prioritized above lots of other mini apps related work
0 reply
0 recast
1 reaction

borodutch pfp
borodutch
@farcasteradmin.eth
use localtunnel
0 reply
0 recast
1 reaction

Harris pfp
Harris
@harris-
I use tailscale with a caddy reverse proxy to my local one, expose the local dev instance over [my tailnet ip]:3000 or whatever and then caddy's config is just https://mydomain . whatever { reverse_proxy [my tailnet ip]:3000 } handles all the SSL certs for you provided that you have a domain pointed to a $4/mo digital ocean VPS
0 reply
0 recast
1 reaction

David Hurley pfp
David Hurley
@hurls
I was using ngrok and switched to cloudflare this week. It's really nice. https://farcaster.xyz/hurls/0x7729c9ca
0 reply
0 recast
1 reaction

timdaub pfp
timdaub
@timdaub.eth
I use port forwarding and my debugging experience is decent https://github.com/attestate/kiwistand/blob/d3ed4da2665a736063476b48325f74b65b818500/package.json#L36
0 reply
0 recast
1 reaction

Ghost ๐ŸŽฉ pfp
Ghost ๐ŸŽฉ
@ghostbo4.eth
ngrok ? New version?
0 reply
0 recast
1 reaction

Tako is based in Los Fomos pfp
Tako is based in Los Fomos
@tako-unik
gimme a localhost ๐Ÿฅฒ there's also Cloudflare but when I tried to integrate it, itbroke my mini app so I'm a bit scared of trying again
0 reply
0 recast
1 reaction

jp ๐ŸŽฉ pfp
jp ๐ŸŽฉ
@jpfraneto.eth
i use cloudflare. and have it set up for two tunnels, one for port 5173 (react vite frontend) and other for port 3000 (hono node server). i run a command and the tunnel starts. it works great (spent like 6 months paying 50 usd / month to do this with ngrok and now i do it like this and it is free)
1 reply
2 recasts
11 reactions