Activities of "alper"

Answer

Sorry for the inconvenience. Suite is a complementary tool that helps you to create a CRUD page. But it will never block you. You can continue to manually create your entity. On the other way we are working on the reported issues.

I couldn't reproduce your problem. Added SaS module and no compile errors.

can you check you can go to the highlighted URL in your browser? sometimes network problems prevent reaching GitHub.

  1. In existing project ABP "nuget package replace by code" is not working and throwing various errors in ABP console

Can you write which module you are trying to add by source-code? Also ensure that your ABP CLI and ABP Suite versions must be the same with your project version. Suite and CLI must be v4.0.2 in your case.

  1. Cannot create new entity as mulitple namepsaces changed in C# which is breaking the whole project

This shouldn't be problem if you are using the same Suite version. See How can I install a specific version of ABP Suite?

  1. Cannot add new/change UI as proxy generation command is creating new proxy folder structure which is different than previous version. It is causing whole UI to break.

If you change the backend's project structure, the proxy folder structure also changes. Folder paths are being created according to namespaces. Updating the links to those proxies in the UI will fix it You can try all proxy imports directly from the proxy folder import {SomeDto} from '@proxy' If you revise tsconfig you can achieve this. Create a new project to see the new tsconfig.json file.

hi gary,

what's your UI (MVC/Blazor/Angular)? And ABP version?

you can disable it with AutoValidate = false https://docs.abp.io/en/abp/4.1/CSRF-Anti-Forgery#abpantiforgeryoptions or you need to add the anti-forgery token to the header with the header name RequestVerificationToken.

this is implemented in new ABP templates. you can create a new template to see how it works and adopt to your existing project.

in this article it shows how to customize the login page. similar to your requirement https://community.abp.io/articles/how-to-customize-the-login-page-of-an-abp-blazor-application-by4o9yms

1- I am not able to downlaod code as ABP suite is breaking again. Raised it as another ticket.

So what's the repro steps? If you have another step. let's not discuss it here!

2- abp generate-proxy is generating proxy classes in completely different folder st. then the provious build and it is breaking the whole project. Please confirm i can raise seperate ticket for that.

can you give details

do you know the reason why it doesn't work when you run in Visual Studio? IIS Express does not allow remote connections by default.

There are some ways of achieving this:

  • https://stackoverflow.com/a/54511592/1767482
  • https://weblog.west-wind.com/posts/2016/sep/28/external-network-access-to-kestrel-and-iis-express-in-aspnet-core

I use dotnet run command line, it works..

great work paul! I didn't expect this step :)

login screen has changed to support "code flow" in Identity Server 4 after ABP v4.0. if you don't want to use Identity Server, then you don't need that. but this question is for Blazor. maybe we can discuss it in a new question so that people here will not get unnecessary notifications.

Showing 1281 to 1290 of 1955 entries
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.1.0-preview. Updated on December 17, 2025, 07:08
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.