alpha51588

Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by alpha51588

  1. I've been trying to get this working for a couple of weeks now with no luck. Installation completes but then unable to access the webui. When trying to access via https (default port 8443) I get SSL_ERROR_RX_RECORD_TOO_LONG. When trying to access via http (default port 8000) the page loads and I can see the initial setup page and forms but with no formatting. When viewing the page source it is trying to fetch resources and assets, CSS, Javascript etc via https which obviously isn't working. I've tried everything I can think of including changing the web URL to both http and https, as well as adding some additional variables I found on the docker documentation E.G. REQUIRE_HTTPS=true/false and some others. Have even tried NGINX and accessing via https with the hope that that would then proxy everything through https but I couldn't get NGINX and InvoiceNinja working together. I'm out of ideas and to be honest barely know what I'm doing. But maybe that can point someone with more knowledge in the right direction. I think when accessing the UI over http the assets should also be served over http which would at least allow us to complete the inital setup.