Activities of "EngincanV"

let me try to create an new project and check again.

Thanks. I'll wait for your response.

Hi, for the pre-existing microservice solutions are designed to use the ABP's relevant modules. By any chance, can you create a new microservice and generate your CRUD pages in that microservice. In that case, you will get better integration with the ABP Suite, by design.

Regards.

i fixed the error by adding

                ValidateAudience = false 

and now policy.RequireAuthenticatedUser(); is working fine

but when i used

policy.RequireRole("Admin");

i get 403 error

plz advise.

Hi, I'm currently testing, I will write you back asap.

Regards.

Creating a new project and adding a new entity to it works as expected. One of my teammates is still capable of running CRUDs on the same project using abp on a MAC with Cli@0.9.21 and suite@9.0.2 Is there any other configuration I could check to fix my project?

Hi, it is really weird that your teammate is capable of generating CRUD pages, but you are not. Can you share more information about the entity metadata?

For example:

  • Entity Name: Book
  • Properties: Name (string), PublishDate (DateTime)
  • Has 1-n or n-n relationship etc.

Also, do you have any recent solutions in this list (that might be moved to another directory)?

Hi, @EngincanV. As requested, I've sent the application code and added a bit of context to the issue mentioned here.

Let me know if you need anything else, thanks!

Thank you, I got your project. I will examine it and try to write you back asap.

Regards.

Hi, currently there is no default attribute that adds an add button to the modal. For that purpose, you should manually add the button and implement your logic (redirecting to the create modal, for example).

Regards.

Hi, you can configure the entity history selector to conditionally log for a specific entity. Please check https://abp.io/docs/latest/framework/infrastructure/audit-logging#entity-history-selectors

Regards.

Ohh that my bad, i have attached a wrong screenshot , I have changed the password for testing,incase that works.

I confirm the password was myPassw@rd when tried to run the applications

Okay. Then I don't see any reason why it's not working (as you can see from my previous answers, I have tried to create a new microservice template, and I'm unable to reproduce it for now). Can you share the container logs for the sql-server image?

Answer

for the #2, after we enable it, the recaptcha was not stable, I checked the code and found that the recaptcha google js code is on the bottom, this could cause issues if users take action immediately before the js code is loaded, can you tell me how we can move the js code to the head tag?

            <script src="https://www.google.com/recaptcha/api.js?hl=en&render=99999"></script> 
            <script>grecaptcha.ready(function(){ grecaptcha.reExecute = function(callback){grecaptcha.execute 

To fix this on your side, you should override the Volo.Abp.Account.Pro.Public.Web/Pages/Account /Login.cshtml (to override it create a Account folder and Index.cshtml file in it, then download the source-code for Account.Pro module and copy-paste the related page as the content and change the relevant part - please note that when you do that in the next releases you will not get updates for this page) and move the related script from the scripts section to the styles section:


Btw, do you have any suggestions for me to reproduce these problems? Because, I have tested in an already published application and could not reproduce it.

Hi, if you have an existing microservice application and are using Ocelot, you can follow the Migrating API Gateway from Ocelot to YARP.

Actually, even if you are not migrating from Ocelot to YARP, you can still read this documentation to see the migration steps.


By the way, ABP's new microservice solution uses YARP as its default API gateway (https://abp.io/docs/latest/solution-templates/microservice/api-gateways#yarp-reverse-proxy). So, you can create a new microservice solution and see the integration points for an example.

Regards.

Showing 521 to 530 of 1355 entries
Learn More, Pay Less
33% OFF
All Trainings!
Get Your Deal
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.0.0-preview. Updated on September 15, 2025, 14:41