gtalarico / django-vue-template

Django Rest + Vue JS Template
https://django-vue-template-demo.herokuapp.com/
MIT License
1.58k stars 406 forks source link

Problems with server -- connection error or CORS -- #72

Closed D3m0n1um closed 3 years ago

D3m0n1um commented 3 years ago

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