Thanks for the quick response, if we set our “basePath”: " squidexcms" in appsettings.Production.json and in the SetupMiddleware.cs
we used context.Response.Redirect(“identity-server/setup”); instead of
context.Response.Redirect("**/**identity-server/setup"); this should fix the problem, I’m not sure though if there are any other places where we need to make similar change