Hi Zony,
Good morning!
Just following up on the Dockerfile and Docker Compose, will you be able to share today?
Hi Zony,
You stated earlier that you have successfully deployed AspNetZero in docker and works properly.
"I have deployed to the Docker environment, but this has not happened."
If you don't mind can you please share to us your Docker file you used so that we can compare with ours.
Regards, Allan
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