Open maskalek opened 3 years ago
I'm having the same issue on Win platform. When making GET http://acme.com/api/platforms/
then returns 404 not found
.
When making GET http://acme.com
then returns 200 OK
with empty body which is correct.
acme.com
was added to hosts.
Hi @maskalek and @gygprog , for me it works after I change default IIS port. I change the default IIS port form 80 to 8081. It's seems NGINX ingress used same port as IIS Port (80). How to change IIS Port
Hello, I am having this hehaviour even after uninstalling IIS... Any clues ? .. The course was running great without issues until now... Thx!
Fixed it by stopping SQL Server Reporting Services that also uses port 80 :)
Everyone of us had the same problem and different solutions. In my case, this have helped me to stop all http services which started to use port 80. I have diagnosed this by looking at services and if they are working on this port, it was a "System". I used command "net stop http" in CMD with administrator privileges. If this doesn't work, you should repeat the command.
If "Internet Information Services" feature is enabled on Windows Then on any "acme.com" requests 404 page is appeared
Any solutions but disabling IIS?
p.s. yes, I have the mapping in config
127.0.0.1 acme.com