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
The script attempts to fetch API version information with HTTP on port 80. If TrueNAS listens to another HTTP port, this fails and the legacy client is used instead of the JSON RPC client.
The attach patch adds a configuration key, connect_port_http, to allow the port to be overridden.