Open Closed

Abp Suite 2.9.0 angular code generation error : with-navigation-properties api call badly formed in proxy service #276


User avatar
0
pkouame created

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, please use the search on the homepage.

  • ABP Framework version: v2.9.0
  • UI type: Angular / MVC
  • Tiered (MVC) or Identity Server Seperated (Angular): yes
  • Exception message and stack trace:
  • Steps to reproduce the issue:

in service.ts :

  url: `/api/ENTITY_NAME/with-navigation-properties/${id}`
  
  should be 
  
   url: `/api/app/ENTITY_NAME/with-navigation-properties/${id}`

Template needed a change (again) :

I'm on a roll - third bug today - since I'm finding your bugs (as a paying customer no less) can I get credit in my question counter (at least) ?

Don't mean to be nasty .... just frustrating ... please test and pay more care to the angular side of things...

regards, Patrice


2 Answer(s)
  • User Avatar
    0
    alper created
    Support Team Director

    @pkouame, your 3 bug reports have been refunded as credits (you have 18/20 while it was 15/20).

    for this issue, this has been fixed in the latest version (v3.X). I suggest you to update your project and Suite as well. by the way, v3.0.3 is releasing tomorrow (2020-07-08), you can wait for that version.

    See the latest template...

  • User Avatar
    0
    pkouame created

    Ok - I will check out 3.0.3 - thank you.

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11