Activities of "ElifKaya"

Hi,

I'm using AbpSystemTextJsonSerializerOptions configuration. Even though I ignore cycles, it throws a referencing loop exception. Can you give an advice for this problem, please?

Thank you

Check the docs before asking a question: https://docs.abp.io/en/commercial/latest/ Check the samples to see the basic tasks: https://docs.abp.io/en/commercial/latest/samples/index The exact solution to your question may have been answered before, and please first use the search on the homepage. Provide us with the following info:

  • ABP Framework version: v7.3.1
  • UI Type: / MVC /
  • Database System: EF Core (SQL Server)
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes
  • Exception message and full stack trace:
  • Steps to reproduce the issue:

I need to use it for child entity. So, I just wondered if there is CurrentUser change function like for tenant. Thank you for your advice, we will need to this in the future. But, I will add CreatorId as a parameter right now. Thanks,

Hi,

We want to add new entry with BackgroundJob. We can achieve to change CurrentTenant and we add tenantId of entry to database. But, we can't set CreatorId to database with repository insert operation. Is there a solution to use for the current user like CurrentTenant.Change ? Thank you,

Check the docs before asking a question: https://docs.abp.io/en/commercial/latest/ Check the samples to see the basic tasks: https://docs.abp.io/en/commercial/latest/samples/index The exact solution to your question may have been answered before, and please first use the search on the homepage. Provide us with the following info:

ABP Framework version: v7.3.1

UI Type: / MVC /

Database System: SQL Server,

Tiered (for MVC) or Auth Server Separated (for Angular): yes

Exception message and full stack trace:

Steps to reproduce the issue:

Can you please confirm whether you are implementing ISoftDelete for your parent entity also, in your case for Model entity ?

Thank

Hi,

Actually, I added ISoftDelete interface in only child entities. Do we have to use it in both parent and child tables? We used only hard deletion in a parent entity.

Now I added it to the parent entity as well and it worked.

Thanks

Hi,

When we use child entity with ISoftDelete, we got an exception on deletion function of repository. But, when we remove implementation of ISoftDelete interface, then we completed deletion successfully. Could you solve about this problem? Because, we have previously opened different questions on this problem. I'am sharing with our question link at the bottom.

https://support.abp.io/QA/Questions/2576/Ef-Core-Abp-Extension-can-not-delete-children-entities-without-deleting-parent-entity

Check the docs before asking a question: https://docs.abp.io/en/commercial/latest/ Check the samples to see the basic tasks: https://docs.abp.io/en/commercial/latest/samples/index The exact solution to your question may have been answered before, and please first use the search on the homepage. Provide us with the following info:

.* ABP Framework version: v7.3.1

  • UI Type: / MVC /
  • Database System: EF Core SQL Server,
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes
  • Exception message and full stack trace:
  • Steps to reproduce the issue:.

Hi,

Can you add "overrideExisting" as a Boolean parameters to your CreateAsync method in ABP FileDescriptorAppService ? Actually, we are using ABP FileManagement module in all our separated module solutions. And we have a just one FileManagement database for all. We don't want to override ABP FileManagement module' method. For this reason, Can you support option for us about overrideExisting in FileDescriptorAppService?

Check the docs before asking a question: https://docs.abp.io/en/commercial/latest/ Check the samples to see the basic tasks: https://docs.abp.io/en/commercial/latest/samples/index The exact solution to your question may have been answered before, and please first use the search on the homepage. Provide us with the following info:

ABP Framework version: v7.3.1

UI Type: / MVC /

Database System: SQL Server,

Tiered (for MVC) or Auth Server Separated (for Angular): yes

Exception message and full stack trace:

Steps to reproduce the issue:

hi

I think the UPPY_UPLOAD_ENDPOINT should be your web host url.

But, Our file management module and endpoints are consumed from AuthServer. We want to use File Service as a different microservice actually. So we put it AuthServer for now, we will to move another microservice in the future.

How can I add a current token to microservice endpoint from js. file?

AuthServer/swagger

access_token

Hi,

I couldn't see access_token in my request. I used file management service from AuthServer. I think I can't send a access_token to file managment service from WEB host. Because, I could upload file from AuthServer/Swagger endpoint. But I couldn't do this operation from web MVC UI with using by same endpoint. How should I send access_token?

hi

Authenticationscheme : openIddict. validation.AspNetcore was not authenticated.

Does your request carry the access_token?

Should I add any other permission? I can upload a new file from AuthServer/Swagger endpoint. But I can not do this operation from web MVC UI with using by same endpoint.

Showing 11 to 20 of 96 entries
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11