#Blocked by CORS policy

1 messages · Page 1 of 1 (latest)

lyric fjordBOT
#

@stiff spade Your Panel remote URL in the Wings config.yml does not match with the URL from which you're making the request. Make sure that they match for the connection to work.

If you know what you are doing and are intentionally trying to use a different origin, make sure to add it to your Wings config.yml allowed origins as shown in the example below. Use correct HTTP or HTTPS scheme. Wildcard '*' can be used to allow all origins.

allowed_origins:
- https://test.source.com
- http://another.panel.com

Restart Wings systemctl restart wings to apply the change.

stiff spade
#

@lyric fjord ERR_CONNECTION_REFUSED

#

i have put what you said to me and nothing, same error

#

GET https://---------.nip.io:8080/api/system net::ERR_CONNECTION_REFUSED

lyric fjordBOT
#

@stiff spade It looks like you are having issues with connecting to Wings.

Make sure that your wings are running using systemctl status wings and that your Wings ports (by default 8080/2022) are open in your firewall or router. This website can check your ports https://dnschecker.org/port-scanner.php

Browser console errors can also provide additional debugging information. More troubleshooting steps can be found at https://pterodactyl.io/panel/1.0/troubleshooting.html#cannot-connect-to-server-errors

Should the panel and wings be located on the same network, you might experience NAT reflection issues. In that case, type .nat for more information.