ok, I will check it.
hi
You must set the tenant connection string under the Database Connection Strings modal.
The ProductService can't use SQL server and MongoDB at the same time. eg: Host and tenants can use different SQL server connection strings. but can't use MongoDB.
The values are stored in the SaasTenantConnectionStrings table of the host database.
hi
Can you check the swagger html page? Maybe it loaded some javascript files multiple times.
hi
You can set a different connection string for each microservice. but you can't set two connection strings for one microserve.
ok. I will ask our angular team.
hi
You can use a class library that implements the IDistributedCache eg
https://github.com/cnblogs/EnyimMemcachedCore
Then, use it in the abp application. the abp's cache will be replaced with yours
hi
I want to proxy the api through the gateway
Gateway is like a reverse proxy server.
Your auth server is localhost:44333, but your swagger website can't reach the auth server.
Is localhost:44333 available?
hi
Does it mean the angular UI page shows the data in the wrong order?
If so, I will ask our angular team.