Sphinx login page not appearing

I have followed the quickstart instructions yet the web client does not show the login.
However the vcl client does. Is there something I am doing wrong?

I also noticed that your demo also does not show Login UI if the webclient is run separately, unless its launched from the Server App

Can you please provide more information? Do you see any error message in the browser console?

That's expected and by design.

Hi,

I'm having the same issue.

Execute "SphinxWebLogin1.Login;" throws the following execption on browser.
"Solicitud desde otro origen bloqueada: la política de mismo origen impide leer el recurso remoto en http://localhost:2001/tms/sphinx/.well-known/openid-configuration (razón: falta la cabecera CORS 'Access-Control-Allow-Origin'). Código de estado: 200."

Translation
"Cross-origin request blocked: Same-origin policy prevents reading remote resource at http://localhost:2001/tms/sphinx/.well-known/openid-configuration (reason: missing header CORS 'Access-Control-Allow-Origin'). Status code: 200."

Thanks in advance,

Omar Zelaya

Add the CORS middleware to the middleware list of your TSphinxServer component.

image