I tested src/Cdi.Grc.Blazor.Client/Components/MyWebAssemblyRedirectToLogin.razor. With the addition of this component, the redirect to the login page works correctly.
However, after a successful login, the user is not redirected back to the originally requested page. Instead, the application always redirects to the home page.
Thanks.
Hi,
the solution does not compile. This is because in the Program.cs of the Blazor project you are using app.MapStaticAssets();, which is a .NET 9 method.
Our project is currently targeting .NET 8, so this method is not available.
Thank you.
I have updated the Directory.Build.props and NuGet.Config files in the main branch.
Please use exactly what is currently in main, without modifying the configurations.
I also tested the setup on a new PC, and the restore works correctly.
Thank you
[maliming] said: hi
I can't restore the nuget packages.
Response status code does not indicate success: 401 (Unauthorized). error NU1301: Unable to load the service index for source Response status code does not indicate success: 401 (Unauthorized).
I updated the personal access token in NuGet.config. Can you pull it and try again?
Thanks
P.s. Please remove the feed link from the previous post.
[maliming] said: hi
Please make your repository PRIVATE and invite https://github.comn/maliming
The navigation seems to stop in the middle of the flow and the login page is not displayed.
Can you share some screenshots and steps to reproduce?
Thanks
The repository is already private and you have already been invited so it seems public to you :-)
Steps:
Thanks
Hello,
I have an issue in my project built with ABP 8.3.2 – Blazor WebAssembly.
When I try to access a page protected by authentication while not logged in, the redirect to the login page does not work correctly. The navigation seems to stop in the middle of the flow and the login page is not displayed.
Could you please take a look at the repository and help us understand why this behavior occurs? I am attaching the link to the GitHub repository. The repository is private, but maliming already has access.
GITHUB LINK: https://github.com/RobertoFiocchiMCSI/Cdi.Grc.AbpSupport
We remain available for any additional information. Thank you.
Hi maliming, I asked myself the same question too.
In the solution (MVC or Blazor with SQL) created with Abp Studio, I don't see any dependencies with AbpGuidsModule. Example [DependsOn(typeof(AbpGuidsModule))]
Even adding entities with GUID IDs with Abp Suite doesn't add any dependencies to AbpGuidsModule.
And the guide doesn't mention adding this dependency,but it says that SequentialGuidGenerator is the default. https://abp.io/docs/latest/framework/infrastructure/guid-generation#iguidgenerator
Is the dependency recorded in a basic ABP module?
Thansk
Ok, I (again) added a feature request about this https://abp.io/qa/questions/8803/3a1d2c5a-795e-51a6-9ad9-299360997937
Thanks
I hope the new version doesn't only work with .Net 10. I'd like to bring up a request I made over a year ago, which comes up again with every major version release. My last comment https://abp.io/support/questions/6416/ABP-Studio-Bugs--Issues?CurrentPage=6#answer-3a1d08cd-fd8b-d5ce-3845-003f6082bb13
We all have two common requests.
The first is to use Abp Suite with the version currently in production, which is never the latest available and may use a different framework version (example .Net 8).
The second is to be able to create a new solution with the latest template (and not just package upgrades) from the preview version to verify the fixes and enhancements made by Volosoft so we can transfer them to our custom versions, test them, and be able to resolve them promptly.
I kindly ask you if you can report these requests to Volosoft since the comments on the pinned threads do not seem to be getting any follow-up.
Thanks, Roberto
Hi @maliming, I hope the new version doesn't only work with .Net 10. I'd like to bring up a request I made over a year ago, which comes up again with every major version release. My last comment https://abp.io/support/questions/6416/ABP-Studio-Bugs--Issues?CurrentPage=6#answer-3a1d08cd-fd8b-d5ce-3845-003f6082bb13
We all have two common requests.
The first is to use Abp Suite with the version currently in production, which is never the latest available and may use a different framework version (example .Net 8).
The second is to be able to create a new solution with the latest template (and not just package upgrades) from the preview version to verify the fixes and enhancements made by Volosoft so we can transfer them to our custom versions, test them, and be able to resolve them promptly.
I kindly ask you if you can report these requests to Volosoft since the comments on the pinned threads do not seem to be getting any follow-up.
Thanks, Roberto
P.S. I'm sorry if I took advantage of your ticket to draw Volosoft's attention, but I would like to make it clear that we are all in the same situation