If need be , can we send over the build of our application and perhaps you can try deploying it to Azure ? Please let us know.
Sorry for replying late. We are still stuck at this error and desperately seeking expert help. Please Visit this URL on Azure :
<a class="postlink" href="https://intimeqatest.azurewebsites.net/">https://intimeqatest.azurewebsites.net/</a>
Username : Admin Password : Welcome1
Please let us know what the problem might be ?
We added many alerts in the appprebootstrap.cs class . But when the client is published on Azure none of the alerts show up , so obviously the client is not getting called. Server swagger is working ok. We tried remote debugging by attaching AzureDB to localhost and the client projects works just fine.
Urgent help required please since our application is azure based.
the link you mentioned above returns "Page not found !!!!"
You can send username, password & tenantcy name in the querystring while opening angular web application. Then, in angular application's startup, just execute the login logic if those query string values exists.
Where is the actual angular startup method located ? I have the method written but do not know where it is to be called ? In which file ? I have tried calling it in TokenAuthController.cs, but it is of no use.
Hi,
After publishing app on Azure, it throws error "An error has occurred!"
What can be the cause of problem ?
Autologin to tenant in MT application.
we are implementing Multi-Tenancy in single DB using IMustHaveTenant. We want autologin functionality from our desktop app where we are going to pass tenancy name , username and password to the authenticate method. On success of authenticate method we are launching the webapp URL . The expected result is to start the session and it should redirect to tenant dashboard page instead of login screen.
We are able to call authenticate API and it is returning success also. But after launching the URL , its not starting the session.
Please provide <ins>sample code</ins> for implementing this in your ASP.NET Core/angular 2 framework specifically. This is urgent.
Currently in the ABP Framwwork , while fetching any data , in case of a multitenant application, the currently logged-in user and the tenantId are checked by default. But for our application we want to be able to extend the ABPSession to also include another field called AccountId. So our session should check Logged-inUserId + TenantId + AccountId. Is it possible to override the existing methods (like GetAll() etc.)so that we can check the above OR it will manage automatically ?
Hi, thanks for the reply ! We are using merged solution, and tried publishing by the same way that you have suggested. However; after hitting the URL, it shows error - "An error has occurred! Error detail not sent by server."
Can you please help us on this?
Please also let us know how we can publish client and server separately (Local IIS or Azure) and what configuration changes are to be made in order to achieve this ? We are using ASPNET Core and Angular2 template. Does the single web application work both as client and server ? or if separate , do we need to publish them separately ,and if so , how ?