Activities of "berkansasmaz"

Hello, I reviewed the code you sent. There does not seem to be a problem in the code, but I also get the error you get about not being able to connect to the database. The reason for this error is that the FileManagement service also needs access to the database of the LanguageManagement service. For this reason, if you want to start the FileManagement service on its own, you need to start the other services first. If you want to learn more about microservice application development, you can follow this tutorial.

Answer

Hi,

I'm having difficulty reproducing the problem. Can you send the name of the project you created (e.g. Acme.BookStore) and the .suite folder inside your solution to berkan.sasmaz@volosoft.com so that I can reproduce the problem exactly?

Hi,

Clear your local NuGet cache will fix the problem.

dotnet nuget locals all --clear

Closing the issue. Feel free to create a new issue if you have further questions.

Hi,

Clear your local nuget cache will fix the problem.

dotnet nuget locals all --clear

You can also find tickets with the same problem as you below:

https://abp.io/support/questions/7937/POST-PUT-and-DELETE-requests-return-a-Bad-Request-400-error

In a ticket I forwarded to you before, it was stated that the problem may be CRSF. However, since you said that you checked this and that this was not the problem, I did not think about it. But if this is the problem, could you try the following configuration and let me know if it works for you?

Configure<AbpAntiForgeryOptions>(options =>
{
    options.TokenCookie.SecurePolicy = CookieSecurePolicy.None;
});

Because you are using HTTP, the XSRF-TOKEN cookie required HTTPS. If you want to use HTTP, you have to set SecurePolicy to CookieSecurePolicy.None:

My teammate who is more experienced than me about ISS will try to help you.

By the way, have you tried disabling the WebDAV feature on Windows Server or Desktop machines?

https://dev.to/devvsamjuel/webdav-put-and-delete-http-verbs-remove-webdav-module-on-iis-3l1g

Any chance you can send me the logs? Let's examine in detail.

Yes, i have tried all this. can you help me over remote desktop?

Unfortunately, we do not have such a service.

In the meantime, a colleague of our team said that this could also be caused by the hosting company. Some hosting companies do not open requests other than GET requests by default. Which hosting company do you use?

Note: Deployment is not a feature directly provided by ABP, but I still tried to help as much as we can.

Showing 151 to 160 of 737 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.