Solve common issues related to logging in to Conduktor Desktop
https://auth.conduktor.io
) or the other way around, something is preventing our authentication server to contact Conduktor Desktop on your computer (outside of our control) to finish the identification flow.
This can happen due to many reasons. Here are a few:
http://localhost:5xxx
), so if something in the browser forces a redirect from http to https, the flow will never complete.https://auth.conduktor.io
to some allow-list or something.Unable to tunnel through proxy. Proxy returns
Go to the settings, setup your proxy manually instead of the system proxy and and add an exception for *.conduktor.io
https://auth.conduktor.io
so nothing specific to setup here.auth.conduktor.io
)conduktor.vmoptions
in your Conduktor personal folder and add as many “-D” as you want (only -D, no -XX), to set them when Conduktor starts (only on startup, it’s not taken into account after):
_JAVA_OPTIONS
or JAVA_TOOL_OPTIONS
if that’s the case, then unset them.