Gateway behind reverse proxy not accessible from designer

Make sure that your reverse proxy configuration is setting headers to facilitate upgrading of websockets connections, e.g.:

    proxy_set_header Upgrade $http_upgrade;
    proxy_set_header Connection "upgrade";
1 Like