Hi Zony,
Noted on the TestController. We'll try it out and revert when we have the result.
Best regards,
JP Maniago
Hi Zony,
Good morning! Hope you are well.
Sure. Please try using TN-58715, Url is https://admin.shipservlabs.com
Just to add to my previous response.
Best regards,
JP Maniago
Thanks zony. :)
Hi Support,
Good morning!
Just following up on this. Any updates?
Regards,
JP
Hi Zony,
Yes, we think it is. Hope you can reprodue it asap as we are quite tight with the deadline.
Here are the base docker images we use for frontend. FROM node:10-alpine AS build-stage FROM nginx:alpine
and, FROM mcr.microsoft.com/dotnet/core/sdk:2.2 for backend
We tried this approach https://support.aspnetzero.com/QA/Questions/7642/Nginx-and-AbpTenantId-TenantIdResolveKey-Issue but problem still exists on "Login as Tenant" with backend error as seen in the stacktrace above.The tenantId is still missing from the session.
<br> Another issue we've seen so far is during switching tenant as seen below. The GetCurrentlyLoginInformation() returns "tenant":null as a response after successful switch. This is working on our existing environment (not docker).
Please keep us posted. Thank you!
Regards, Allan
hi Zony,
It's not related to Redis upon further investigation. Because we tested the codes with Redis on different environment (not docker) and it worked fine.
Regards, Allan
hi Zony,
Yes, that's right. So that all sensitive data such as database connection string will be stored on environment variables rather than in codes of appsettings.json. We don't want these configs to be hardcoded.
Regards, Allan