Please answer the following questions before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.
When i tried to login i am getting following error:-
Please let me know, if anything helpful
Hi, I want to create tenant specific menu (Left side Menu). I am using edit "Roles" feature to add/remove menu items, this is working fine for normal users under any Tenancy but admin of every Tenancy is still able to view all menu items.
My Requirement:
Please answer the following questions before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.
Hi,
I am trying to run Xamarin App from .net core project. but i am getting stuck on first screen. can you please check what i am missing?
After following all points of Xamarin Development Guide I got these warning in my project and when I tried to run the Xamarin project then nothing happens and application crash after few minutes.
Solution for these warning I have done: - • Uninstall and re-install packages. • Checked the configuration as I found in solution on search.
My Latest installed platform is as follows:-
After completing all steps when run the .Droid project then this screen is displayed and after few minutes’ application crashed.
Thanks
Please answer the following questions before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.
I am trying to integrate Okta SSO with Aspnetzero and I am getting below error: -
IDX21323: RequireNonce is 'System.Boolean'. OpenIdConnectProtocolValidationContext.Nonce was null, OpenIdConnectProtocol.ValidatedIdToken.Payload.Nonce was not null. The nonce cannot be validated. If you don't need to check the nonce, set OpenIdConnectProtocolValidator.RequireNonce to 'false'. Note if a 'nonce' is found it will be evaluated.
I have taken the reference from the below URL: - https://developer.okta.com/blog/2019/03/11/build-a-crud-app-with-aspnet-mvc-and-entity-framework The sample code works fine. However, when I try to integrate the code with Aspnetzero I am getting error.
Below the code I am using: - In startup file under configuration I have added: -
When I run the code it redirects me to the okta login. But when I try to login I am getting error mentioned above.
Below are the settings that I have done in my okta account application:
Please let me know what i am missing.
Thanks
I am developing tenant based application (Single database). I have created database table using IMayHaveTenant, Now when I log in using Host account I am not getting records created by Tenants.
I have studied this tutorial about disabling filters. Disabling Filters, Using this I am able to get Tenants+Host data. But the issue is when I logged in as a Tenant, Host data +Other Tenants data is also available to logged in Tenant. Please suggest how to achieve this:
Here is my App Service Code:
IQueryable<Entity_Tag_Color> query = _tagColorRepository.GetAll()
.WhereIf(!input.Name.IsNullOrWhiteSpace(), x => x.Name.Contains(input.Name.Trim()));
int recordsCount = 0;
List<Entity_Tag_Color> allRecords = null;
using (_unitOfWorkManager.Current.DisableFilter(AbpDataFilters.MayHaveTenant))
{
recordsCount= await query.CountAsync();
allRecords = await query.OrderBy(input.Sorting).PageBy(input).ToListAsync();
}
Please answer the following questions before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.
Hi,
I am working on .net core MVC project. It is working fine on my local system. but when i published the code on live i am facing few issues.
I am not able to see the action buttons in Users, roles, languages page. Also the value in first column is missing (showing only in first row). I am attaching the screenshot below that how it is looking.
Following is the console window output;-
Also i have checked the log files. There is no error shown inside the log files.
Thanks
Please answer the following questions before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.
When i import the users from excel and if i left the column empty then the next column value is shifting to prevoius column.
Here is the excel which i used to import. I added one record with empty phone number :-
When i debug the code you can see its showing 6 cells, however we have 7. it skipped the phone number cell.
After completing i downloaded the invalid excel as follows:-
Can you please check and let me know the solutions for this.
Thanks.
Hi Team, I have created the application and published on the server. I am getting an error(screenshot enclosed) when deleting a user. Can you please provide a solution.
Hi,
I am using ASP.NET core v 9.0 and published the website on IIS. But when i try to login into application it is redirecting back to Login page.
I also checked the logs.txt file. It is showing following message. Can you please let me know what is the issue ?
WARN 2020-08-17 23:55:21,514 [15 ] e.HttpsPolicy.HttpsRedirectionMiddleware - Failed to determine the https port for redirect.
Thanks