Before submitting
Area
apps/desktop
Steps to reproduce
- Set up a remote VPS with access over Tailscale
- Run
npx t3 server --host "$(tailscale ip -4) on the VPS
- Try to add the environment via the pairing URL in the T3Code desktop app:

Expected behavior
It should accept the URL and add the remote environment.
Actual behavior
It gives the error Failed to fetch remote auth endpoint http://100.x.y.z:3773/.well-known/t3/environment (Failed to fetch).
However, the same URL is accessible from the same desktop via curl and the browser, proving it's not a network / firewall issue.
Impact
Major degradation or frequent failure
Version or commit
0.0.17
Environment
openSUSE Tumbleweed Linux
Logs or stack traces
No new log lines appear in any of `~/.t3/userdata/logs/*.log` when I click "Add Backend".
Screenshots, recordings, or supporting files
No response
Workaround
No response
Before submitting
Area
apps/desktop
Steps to reproduce
npx t3 server --host "$(tailscale ip -4)on the VPSExpected behavior
It should accept the URL and add the remote environment.
Actual behavior
It gives the error
Failed to fetch remote auth endpoint http://100.x.y.z:3773/.well-known/t3/environment (Failed to fetch).However, the same URL is accessible from the same desktop via
curland the browser, proving it's not a network / firewall issue.Impact
Major degradation or frequent failure
Version or commit
0.0.17
Environment
openSUSE Tumbleweed Linux
Logs or stack traces
Screenshots, recordings, or supporting files
No response
Workaround
No response