I have a big problem with my game server, I am reading and trying since weeks but it does not want to be reachable from internet.
The server includes 3 applications:
Proxy (for the game connection)
Core (for listening ports and interact with the webserver)
Webserver (built with "npm run build")
I have tried to run it with "npm run serve" but i get issues with the CORS...
I have tried to to build it with "npm run build" and then I copied the built files from "\dist" to the Microsoft IIS server but i get "connection error".
I would really appreciate if someone could help me with the configuration because I am not a programmer and i have no idea about those languages.
PS: i can also send you the files privately too if you would like to help me
HI @gtalarico !
I have a big problem with my game server, I am reading and trying since weeks but it does not want to be reachable from internet.
The server includes 3 applications:
Proxy (for the game connection) Core (for listening ports and interact with the webserver) Webserver (built with "npm run build") I have tried to run it with "npm run serve" but i get issues with the CORS... I have tried to to build it with "npm run build" and then I copied the built files from "\dist" to the Microsoft IIS server but i get "connection error".
I would really appreciate if someone could help me with the configuration because I am not a programmer and i have no idea about those languages.
PS: i can also send you the files privately too if you would like to help me