Summary
In DevMode, the public tunnel URL is not behaving like the localhost url.
Environment
- Agentuity CLI:
1.0.38
- Bun:
1.3.10
- OS:
Linux arch1 6.18.13-arch1-1 x86_64
- SDK repo:
agentuity/sdk
- DevMode local URL:
http://127.0.0.1:3620
- DevMode public URL:
https://epb8srx0g8f.agentuity-us.live
What Fails
Local health:
curl -sS http://127.0.0.1:3620/
# {"status":"ok","sessions":0}
Public health:
curl --max-time 10 -sS https://epb8srx0g8f.agentuity-us.live
# curl: (28) Operation timed out after 10001 milliseconds with 0 bytes received
Summary
In DevMode, the public tunnel URL is not behaving like the localhost url.
Environment
1.0.381.3.10Linux arch1 6.18.13-arch1-1 x86_64agentuity/sdkhttp://127.0.0.1:3620https://epb8srx0g8f.agentuity-us.liveWhat Fails
Local health:
curl -sS http://127.0.0.1:3620/ # {"status":"ok","sessions":0}Public health:
curl --max-time 10 -sS https://epb8srx0g8f.agentuity-us.live # curl: (28) Operation timed out after 10001 milliseconds with 0 bytes received