Activities of "jtallon"

Hi,

We will check it.

OK, do you have a view on when you will have reviewed this?

  • ABP Framework version: 7.4

  • UI Type: Angular

  • Database System: Both in SQL Server / MongoDB

  • Tiered (for MVC) or Auth Server Separated (for Angular): No

  • Exception message and full stack trace:

  • Steps to reproduce the issue:

This problem is common to both SQL Server / MongoDB.

  1. I create a new solution using apb suite (details above)
  2. Create a new Entity - called "EntityX", as a GUID, and create a Title text field
  3. Save and Generate
  4. Create a new Entity - called "EntityY", as a GUID, and create a few text fields
  5. Create a Navigation (1-n) property to "EntityX", and select Title field
  6. Save and Generate
  7. Build and run the app
  8. Go to EntityX and click "Create new EntityX"
    1. Enter Value 1
    2. Click Save
    3. Repeat for Value 2, Value 3
  9. Go to EntityY and click "Create new EntityY"
  10. Enter Fields
  11. Go to EntityX and click dropdown to select value

No values are in the drop down

Check the Dev Tools and see the following.

Can you please suggest what is wrong here?

If you're creating a bug/problem report, please include the followings:

  • ABP Framework version: 6.0
  • UI type: MVCr
  • DB provider: MongoDB
  • Tiered (MVC) or Identity Server Separated (Angular): no
  • Exception message and stack trace: "The index path corresponding to the specified order-by item is excluded"
  • Steps to reproduce the issue:" When I connected the app to a Comso DB using the MOngo DB provider, I get an error in the DbMigrator.

Have a look at this community article which I followed? I assume of the article was published, then following this worked for the verison available at the time. Could the team please do up an article or how to guide for moving to Cosmo API for Mongo DB?

Regards John

  • ABP Framework version: latest (5.2)
  • UI type: MVC
  • DB provider: EF Core

Is there a way to get the details forms to open the same way as we can with the Off-Canvas CSS in bootstrap?

For example https://getbootstrap.com/docs/5.0/components/offcanvas/

I'd like this to open for the majority of the entity forms, but not all.

Regards

Thanks for the update.... when is that due out? Is there a preview version I can use?

  • ABP Framework version: v4.x
  • UI type: MVC
  • DB provider: EF Core

Is there a way to add the apb.io application around an existing database? We have a database for an application and would like to using the abp.io dynamic API solution so that we can provide access to tables in an existing database. Any thoughts on how I could approach this? Basically need to generate all the backend code for CRUD, but dont need a frontend for the Entities.

Regards John

I have resolved this aready myself.. please set as closed.

Added some middleware directives to the Startu.cs.

webBuilder.UseKestrel(options => { options.Limits.MaxRequestBodySize = long.MaxValue; });

Also in the main web module I added

services.Configure<FormOptions>(x => { x.ValueLengthLimit = int.MaxValue; x.MultipartBodyLengthLimit = int.MaxValue; // if don't set default value is: 128 MB x.MultipartHeadersLengthLimit = int.MaxValue; });

All of these are inline with the aspnet core docs, althought we wont be leaving the MaxValues in there.

  • ABP Framework version: v4.2
  • UI type: MVC
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular) : no
  • Issue: How can I increase the Request Size for just the FileManagement Upload Module?
  • Steps to reproduce the issue:

[12:39:03 WRN] ---------- RemoteServiceErrorInfo ---------- { "code": null, "message": "Your request is not valid!", "details": "The following errors were detected during validation.\r\n - Failed to read the request form. Request body too large.\r\n", "data": {}, "validationErrors": [ { "message": "Failed to read the request form. Request body too large.", "members": [ "" ] } ] }

@hikalkan does this work with the FileManager Pro-Module?

Can't upload large files and in the modern world, this makes the File Manager module almost worthless as a pro-module?

Hi @Mehmet

I am using version 4.2 and MVC razor pages

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