NGINX 403 Forbidden problem (SOLVED)

vorapoap

New member
Well. I came across this problem when running my app with the 1.4 beta 3

My app can be compiled without any problem.

But upon opening my compiled app. the main white area just shows this message

“403 Forbidden
NGINX”
 
Last edited:
Is NGINX the server from http://nginx.org/?
Are you trying to use your application to access remote resources from a server?
We need a further description of what your application is and does, in order to help you.
 
Last edited:
Oh! that is my fault… I was thinking that you incorporate NGINX into your software as a mini server
It turns out to be my settings doesn’t recognize the localhost and redirect it to my server on Internet
 
Last edited:
Back
Top