Skip to content

DevMode public tunnel timing out #1152

@rblalock

Description

@rblalock

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions