QWebapp just exits

I have a stand alone web app that was working before. I made a lot of iterations and when I compile it and run it now, the console just makes a quick flash and quits. No problem if run from IDE.

Could this be a plug-in problem?

Specs:

  • Windows 10
  • Stand alone web app (compiled both in 32 and 64 doesn’t work)
  • Xojo 2017r3
  • Plug-ins:
    • MonkeyBread
    • Valentina Report ADK
    • GraffitiSuite (I’m sure this is not the reason)

I got it now. The culprit is the port that I’m using – 9000. I changed this to 443 and it works.