Hello,
I’m running multiple applications under AKS (Azure) and I have ingresses in place using traefik.
I’m running :
- Website here : https://acme.com
- Api here : https://acme.com/api
- Swagger here : https://acme.com/swagger
without any problem.
And I would like to run squidex here :
but I’m experiencing problems, I have tried multiple different ingress annotations with no luck til now.
I get a 200 on the squidex home page, and I have : “Loading Squidex” displayed.
But then for all subsequent requests the /squidex is missing and I get 404 for all resources.
Have you experienced such behaviour ? and it is possible to install squidex not under a root domain ?
FYI : the setting urls:baseUrl is set to : http://acme.com/squidex
Thanks,
A.