Error '20240122204029-214' #104
Replies: 7 comments 3 replies
-
I tried using the autp library download from github 6.1.0, It works. The error is when I used the library from Nuget Package 6.2.0 I have to check in detail why the errors occured. Is it because 6.2.0 or because of Nuget Package ??? |
Beta Was this translation helpful? Give feedback.
-
I change to Nuget Package 6.1.0. It works. I can create tenant. So the problem is with Nuget Package 6.2.0. For now I am just using 6.1.0 . |
Beta Was this translation helpful? Give feedback.
-
OK, the "Failed to create a new tenant due to an internal error. Contact the support team and provide the string '20240122204029-214' to help them fix your problem." says that something went wrong outside the "Sign up for a new tenant" code. Typically this in your tenant change service. You say you don't want to create a tenant, but you still need to provide a implementation of This section describes how the '20240122204029-214' helps to find the exception. You might also want to read the Why I changed the SignInAndCreateTenant service? to |
Beta Was this translation helpful? Give feedback.
-
Invite User. In real application, this should be sent to an Email. |
Beta Was this translation helpful? Give feedback.
-
Accept Invitation if pass the verification will create a user of a tenant. What confused me is that this application is still able to login even user Email is not confirmed. Because in program.cs the user can only login only is the email is confirmed. Still have to find way to make EmailConfirmed=true if the verification pass.
|
Beta Was this translation helpful? Give feedback.
-
Hi @JonPSmith I see your examples that when user login and does not have a permission, the page link is not visible. I still dont know how to that in blazor. So when user does not have permission and click the page, it will be redirect to "Account/AccessDenied" page. Could you show / point me in what part that you of your code that you do it ? |
Beta Was this translation helpful? Give feedback.
-
I found the solution how to hide unauthorized page.
|
Beta Was this translation helpful? Give feedback.
-
Failed to create a new tenant due to an internal error. Contact the support team and provide the string '20240122204029-214' to help them fix your problem.
I am trying to create a multitenant for IdentityUser only. So I just follow along with an example 2 but then I follow the code of example 3 to create a tenant. The idea is just create a permission and then create tenant manually because I dont need the invoices tables. if using example 3, I have no problem creating a tenant or invite user in blazor .
What is Error : '20240122204029-214' ?? Could you tell me how to fix this error ? This error occurred when I tried to create a tenant.
Here is what I register on program.cs
Beta Was this translation helpful? Give feedback.
All reactions