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
Steps to reproduce the issue:
This problem is common to both SQL Server / MongoDB.
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:
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
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?
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.
[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