#Help with installing, node not connecting

3 messages · Page 1 of 1 (latest)

distant star
#

Hey guys! Hoping someone can help a newbie out here. Installing on Unraid, with NGINXProxyManager and a Cloudflare Tunnel.

I have the NGINX up and running and can access the panel through the subdomain that is connected to the CF Tunnel. I believe I have the correct config settings as I've followed ibracorps video to do most of this.

But when I get to the panel and try to get the green heartbeat it stays read. In the console I see the following error. I do have the wings in the tunnel as well thinking maybe it had to be the same, I've also tried just a normal CNAME in the CF DNS, neither seem to make a difference, I still just get the CORS error below.

"Access to XMLHttpRequest at 'https://node.example.com/api/system' from origin 'https://panel.example.com' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource."

I'm sure I've missed something, and hopefully it is simple. THANKS!

winter nexusBOT
#

@distant star; Make sure that your Wings are running and reachable. This error usually happens when your browser can't reach Wings to verify the CORS headers. Click on the URL in the CORS error to verify it can be connected to without any errors.

distant star
#

Help with installing, node not connecting