BitteProtocol / make-agent

6 stars 2 forks source link

0.0.21 CLI gets stuck midway #16

Open kamalbuilds opened 3 weeks ago

kamalbuilds commented 3 weeks ago

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.

Screenshot 2024-10-29 at 11 30 36 AM
kamalbuilds commented 3 weeks ago

@microchipgnu @GAllen98

microchipgnu commented 3 weeks ago

Clone a fresh https://github.com/bitteprotocol/agent-next-boilerplate and try again. Let me know how it goes

kamalbuilds commented 3 weeks ago

@microchipgnu already tried it , it gives me the same thing back. Frontend starts but no tunneling takes place.

microchipgnu commented 3 weeks ago

can you try the dev command with --serveo. This will use an alternative to localtunnel.

kamalbuilds commented 3 weeks ago

@microchipgnu it too gets stucks at the same point . Also please check your TG.

Screenshot 2024-10-29 at 2 16 23 PM
microchipgnu commented 3 weeks ago

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 \""
bh2smith commented 4 days ago

@kamalbuilds - are you still experiencing issues with this?

We are nearly on v0.0.25 now. Please close if everything is working for you.