Activities of "EngincanV"

Hi, thanks for reporting I will test this and write you back to you ASAP.

Hi, it seems the Blazor application could not connect to the Host project or the bundle was outdated and caused the problem. If you are ensured that the Host project was working then probably the bundle was correct and after the next generation, it got fixed.

As I understand, your problem is fixed but if it still persists, please share the logs of the host application.

Regards.

Hi, we have fixed the libs folder problem in the ABP Suite. You should do the following steps:

  • uninstall the tool (dotnet tool uninstall -g Volo.Abp.Suite)
  • clear the NuGet cache (dotnet nuget locals all --clear) - this is not required but to ensure it's good to clear the cache -
  • then install the suite with v8.0.0-rc.1 (abp suite install --preview or abp suite update --preview (if you haven't upgraded before))

When you do the steps above, the libs folder problem will be resolved but the license problem will continue, and we are currently working on it, I will inform you, when it's fixed.

Regards.

P.S: We don't know if its intended but we also noticed that with ABP 7.4.2 under HttpApi project a "TestModel.cs" is created when initializing the project with Abp Suite

Thanks for noting this, I have taken note of this one too.

Answer

I close the question since your problem seems to be related to inconsistent versions of ABP Suite and ABP. Feel free to re-open it if the answer above does not fix your problem.

Regards.

Hi, yes you are right the other filters should also be passed to the parameter and the filtering should work for them as well. I have created an internal issue (#15729) for this and will fix it asap.

Also, is it not wiser to use a POST request rather then a GET because the query parameters in a GET requests has a 2048 character limit and could possibly go over if i have enough filters?

I understand your intent but since we are getting a result back and not adding or updating any record to a datastore, and instead just collecting the result and returning it GET request seems more proper, according to REST API guides.

Answer

I could not reproduce the problem that you stated:

Your ABP Suite version and your ABP version must be the same to generate code successfully and not miss a code template. So, please check they are in the same version. Probably your .dll files are not up-to-date and they are in v7.4.1, so you can delete bin/obj folders and build your project. You can check this answer for more information.

Answer

Hi, I will check this and write you back asap.

Hi, thanks for reporting this problem. We have already identified this problem and it will be available with the next release (v7.4.2 or v8.0.0 - depending on the next release):

I closed the question since the problem you have reported has been fixed and will be available with the next release. Thanks for your understanding.

Btw, I have refunded your ticket. Regards.

Hi, thanks for reporting this problem. We have already identified this problem and it will be available with the next release (v7.4.2 or v8.0.0 - depending on the next release):

I closed the question since the problem you have reported has been fixed and will be available with the next release. Thanks for your understanding.

Btw, I have refunded your ticket. Regards.

Showing 221 to 230 of 730 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on November 18, 2024, 05:54