Content pfp
Content
@
https://warpcast.com/~/channel/fc-devs
0 reply
0 recast
0 reaction

Darryl Yeo đŸ› ïž pfp
Darryl Yeo đŸ› ïž
@darrylyeo
Little annoyance with the Mini App Preview Tool on @warpcast for web – I’m using a free ngrok.com account to tunnel my `localhost:5173` app and finding myself pressing “H” in DevTools to manually hide the white `<div>` covering the `<iframe>` so I can click ngrok’s one-time “Visit Site” button. Then I have to refresh the page so the mini-app can actually initialize with the `sdk.actions.ready()` call as intended. https://warpcast.com/~/developers/mini-apps/preview
3 replies
0 recast
8 reactions

Andrei O. pfp
Andrei O.
@andrei0x309
I think it has been recommended many times before that there's no obvious reason to use Ngrok when Cloudflare Tunnels offers for free what Ngrok offers for paid. Plus, you can set as many tunnels as you like statically on specific ports if you happen to run 4-5 projects at the same time on a machine. So you could map something like: tun-5173.your-domain.com -> localhost:5173 tun-4001.your-domain.com -> localhost:4001 etc At least personally, I use this pattern and have mapped several ports.
0 reply
0 recast
1 reaction