Thank you for your detailed explanation. I understood the problem and I talked to the team about the problem, I learned that there is a breaking change for v5.0.0.
You can see the details of the issue here: https://github.com/abpframework/abp/issues/9926
Then I added the marked code in the picture below to test the situation, and it worked fine when I made a request via swagger.
However breaks MVC pages and abp's js proxy scripts, which use ajax.
We discuss inside to find the most optimal solution to this problem.
Hello, I tried to reproduce the problem but unfortunately, I couldn't reproduce it. There is no need to repeat what has been said in other tickets, so if you can provide a minimally reproducible example, we will be able to better detect and solve the problem.
Closing the question. Feel free to re-open if the problem is not resolved.
Closing the question. Feel free to create a new issue if you have further questions.
Problem solved, can you try again?
Hi
I will test the situation in version 4.4.2 as soon as possible and reply to you.
The problem will be solved within 2 hours. I'll let you know when it's resolved.
Hello, we do not support this directly, but I will create an internal issue as a feature request.
However, there is a quick method by which you can do this.
With Suite, create a new module with the same name as your existing module (Suite will automatically handle the project dependencies). Then only replace the path of the reference given to the modules in the csproj files. Then you can delete the module you just created.
Problem solved, thanks for your patience.