Open kamalbuilds opened 3 weeks ago
@microchipgnu @GAllen98
Clone a fresh https://github.com/bitteprotocol/agent-next-boilerplate and try again. Let me know how it goes
@microchipgnu already tried it , it gives me the same thing back. Frontend starts but no tunneling takes place.
can you try the dev command with --serveo
. This will use an alternative to localtunnel.
@microchipgnu it too gets stucks at the same point . Also please check your TG.
Do not run npm run dev --serveo
, add the flag to the dev command on package.json. Should be
"dev": "concurrently \"next dev \" \"make-agent dev -p 3000 --serveo \""
@kamalbuilds - are you still experiencing issues with this?
We are nearly on v0.0.25 now. Please close if everything is working for you.
I am running the "make-agent": "^0.0.21", but it doesnt tunnel properly nor does it opens wallet.bitte.app i tried with an empty .env file too.