I am trying to implement Sphinx on my app and I am getting a CORS error
Access to XMLHttpRequest at 'http://127.0.0.1:2018/GASphinx/.well-known/openid-configuration' from origin 'http://localhost:8000' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.
I have added the CORS Middleware to my TSphinxServer and set Origin to *.
That should do it. What do you see in the browser network tab in developer tools? You can see the response headers of the request there, do you see the Access-Control-Allow-Origin header there?