running under https on localhost [solved]
Hello I'm trying to run tanstack start in development using https and a custom domain name (eg local.example.app:8080) i managed to get it running (using vinxi --host, setting up an env variable HOST=local.example.app and generating self signed certificates and using them) im having an issues related to hmr as it does not seem to work (the websocket connection fails) i couldnt find any documentation on this is there any way to have tanstack start run in this configuration?
edit: everything works fine if im using https using https://localhost its just when adding the configuration for the host i see the issue
edit: everything works fine if im using https using https://localhost its just when adding the configuration for the host i see the issue