Hi
By integrating web core sphinx client with a apache module for Sphinx, I discovered that when not testing on localhost (dev env) after loggedin event, I get a error about URL used to call OpenId configuration
It seems mixing URL of Sphinx server inside client URL in wrong way
Here for the WebSphinxClient
URL Authority = http://api-pp.xxxxxxxx.net/xxxxxxx/identity
but he calls
Sphinx.Web.Http.pas:68
GET http://localhost:3001/xxxxxxxx/identity/.well-known/openid-configuration net::ERR_CONNECTION_REFUSED
in place of something like
api-pp.xxxxxxxxx.net/xxxxxxx/identity/.well-known/openid-configuration
Please can you check if there is a wrong setup somewhere (client side or server side) ?
Thanks