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
I'm running pyxtermjs on port 5002 and it works fine in this link http://localhost:5002
I'm using nginx to proxy port 8083 to port 5002, to be able to access to terminal from port 8083 http://localhost:8083
But here the connection is blocked and it shows this
ERROR (_log_error_once:720) http://localhost:8083 is not an accepted origin. (further occurrences of this error will be logged with level INFO)
I guess it is blocking connections from other ports as a security feature. Is there any way to allow this ?
The text was updated successfully, but these errors were encountered:
I'm running pyxtermjs on port 5002 and it works fine in this link
http://localhost:5002
I'm using nginx to proxy port 8083 to port 5002, to be able to access to terminal from port 8083
http://localhost:8083
But here the connection is blocked and it shows this
ERROR (_log_error_once:720) http://localhost:8083 is not an accepted origin. (further occurrences of this error will be logged with level INFO)
I guess it is blocking connections from other ports as a security feature. Is there any way to allow this ?
The text was updated successfully, but these errors were encountered: