As @pointlevel mentioned, email sender is not implemented when running in debug mode.
See https://github.com/aspnetzero/aspnet-zero-core/blob/01fc3f379a10c0dfaf9b9f4f1fcf1159d261f255/aspnet-core/src/MyCompanyName.AbpZeroTemplate.Core/AbpZeroTemplateCoreModule.cs#L81-L85
See https://github.com/aspnetboilerplate/aspnetboilerplate/issues/4157
When a user is not logged in, Abp can use HTTP header to determine the current tenant.
You will need to pass Abp.TenantId
when calling the API from your ionic app
The document linked above contains the sample.
Should these credentials be filled out? Which would be?
Swagger UI is for you to test out the APIsof your *.Web.Host project. You can use any valid user crendentials in your application.
Did you run *.Web.Host project via cmd line? Can you try to run it with visual studio instead.
Your applications should run at the following ports: angular: localhost:4200 web.host: localhost:22742
Did you perform upgrades from previous version to .5.5.2?
When visit http://localhost:22742 the following error occurs... No se puede acceder a este sitio web La página localhost ha rechazado la conexión. Busca localhost 22742 en Google ERR_CONNECTION_REFUSED
Can you include the screenshot of the browser and its network panel as well when you accessing the url.
Can you check the log file at App_Data/Log.txt
for relevant error as well.
Hi, it is due to javascript arrow function.
I made a PR to fix that. See https://github.com/aspnetzero/aspnet-zero-core/pull/2068.
You can apply the changes in your project if you need the fix urgently.
Hi, ANZ only has basic invoicing functionalities at the moment. See https://github.com/aspnetzero/aspnet-zero-core/issues/443#issuecomment-330130330
However, there is some work planned for tenant subscription in the road map. See https://docs.aspnetzero.com/documents/zero/latest/Road-Map
Hi, can you visit http://localhost:22742 to check if the host API is running correctly?
Also, run the command dotnet ef database update
on *.EntityFrameworkCore project only.
Please share the error stack trace when logged in as tenant user.