Activities of "safi"

@safi we can't solve your problem by iterating every step. send us your project to support@abp.io

Hi Albert

I can't share project due to security that's why I am asking to connect on zoom and check this.

But when you do that, you might get a route mismatch (or duplicate route) exception, so might need to remove the @page "/" statement from your Index.razor file.

Did you also do this?

yes I remove @page "/" and use this line to call my page @page "/daily-round-tables" but after that getting error in the console.

But when you do that, you might get a route mismatch (or duplicate route) exception, so might need to remove the @page "/" statement from your Index.razor file.

Did you also do this?

yes I remove @page "/" and use this line to call my page @page "/daily-round-tables" but after that getting error in the console.

Hi, this seems to be an unrelated issue with ABP. You can try to find the solution by reading Microsoft's official Blazor documentation.

I checked official documentation but was not able to find out to set a custom page as the default page after login. Please help me.

Maybe you can set the page route as "/" for your landing page.

@page "/" 
@page "/my-landing-page-route" 

But when you do that, you might get a route mismatch (or duplicate route) exception, so might need to remove the @page "/" statement from your Index.razor file.


I close this question since it's not related with ABP but I hope my above suggestion will work for you.

Best regards.

Getting error after using this.

There seems to be no problem, can you test it in the project?

can we check together?

There seems to be no problem, can you test it in the project?

no, it's not working. I am requesting can we connect on zoom because it's taking too much time to check and post and ask for solutions here again and again. Today is my deadline for this project that's why I am bothering you, again and again, hope you can understand this.

Thanks,

Make sure the global.js file is under the wwwroot folder

Still able to see this

You need to create a subclass of these two classes, change some code and replace the built-in services in the dependency injection container.

[ExposeServices(typeof(MainSiderbar))] 
[Dependency(ReplaceServices = true)] 
MyMainSiderbar : MainSiderbar  

are u there?

Hi, this seems to be an unrelated issue with ABP. You can try to find the solution by reading Microsoft's official Blazor documentation.

I checked official documentation but was not able to find out to set a custom page as the default page after login. Please help me.

MyMainSiderbar : MainSiderbar

I shared my code in email so please check.

Showing 151 to 160 of 286 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 20, 2024, 08:30