You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Extremely bizarre crash that I can consistently reproduce in 1.2.0 (but not 1.1.6) when running the docker container in OrbStack on my mac. It appears that OrbStack does some kind of magical port 80 forwarding which possibly injects something into the request, which in turn makes restate crash.
❯ curl -v http://restate12.orb.local:80
* Host restate12.orb.local:80 was resolved.
* IPv6: fd07:b51a:cc66:0:a617:db5e:c613:f81b
* IPv4: 198.19.248.27
* Trying 198.19.248.27:80...
* connect to 198.19.248.27 port 80 from 198.19.249.3 port 63544 failed: Connection refused
* Trying [fd07:b51a:cc66:0:a617:db5e:c613:f81b]:80...
* connect to fd07:b51a:cc66:0:a617:db5e:c613:f81b port 80 from fd07:b51a:cc66:0:a617:db5e:ab7:e9f1 port 63545 failed: Connection refused
* Failed to connect to restate12.orb.local port 80 after 35 ms: Couldn't connect to server
* Closing connection
curl: (7) Failed to connect to restate12.orb.local port 80 after 35 ms: Couldn't connect to server
Extremely bizarre crash that I can consistently reproduce in 1.2.0 (but not 1.1.6) when running the docker container in OrbStack on my mac. It appears that OrbStack does some kind of magical port 80 forwarding which possibly injects something into the request, which in turn makes restate crash.
Minimal reproducer:
Call with:
Server output:
Interestingly, all of the following work just fine:
The text was updated successfully, but these errors were encountered: