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
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
[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": [ "" ] } ] }
Hi, I want to change the href of the logo on the top left of my abp solution. At the I am using javascript to change the href of the class "navbar-brand" but I don't like doing this incase the name of the class changes in an update. Is there any easier why to change this reference?
Hi,
Can you please point me in the correct direction to how to configure the database connection string to load from a Key Vault scret (Azure). The part that is causing me the most confusion is how to set the connection string from the Config that is loading from key vault.
I have Configured the Program.cs in the Web project to load settings from kv.
And I have tested to make sure it grabs the values from kv, which seem to be fine.
Lets assume I have a secret called db-string and i want to set the DbConext connection string to that value. How do to get the DbContext to use this connection string?
Regards John
How can I customise the Layouts page for the *.Web.Public app?
I am using the *.Web.Public template and finding it diffcult to figure out how to get data from the AppService to the UI.
This is the Service that I want to load data from.
I have created a committees.cshtml in the Pages folder and added a matching navigation menu item. All works well. On the committees.cshtml I have added the following :
I have added committees.js file.... with the following code...
The dynamic proxies for the AppService is not resolving. The window.meetingsPublicPortal is coming back as undefined. I have copied the same as the Backend project, when it works.
What us different about the dynamic proxies in the Web.Public over the MeetingsPublicPortal.Web.csproj project?
URGENT, NEED FOR DEMO
I am checking the samples and docs, and cannot find a way to customise the login page for the project? Am following this guide, https://docs.abp.io/en/abp/latest/Customizing-Application-Modules-Guide but the Account Module (package) is not reference, but the Volo.Abp.Account.Pro.Admin.Web is. Do I need the code of the Commercial Account project (Volo.Abp.Account.Pro.Admin.Web) to edit something like the Button Alignment for the Login Page?
Regards