I'm creating bug&issues topic for each new version. You can write your bugs & issues there. https://support.abp.io/QA/Questions/113
new version update: v2.6.0. https://support.abp.io/QA/Questions/113/Bugs--Issues-v2.6.0
hi Talha,
Suite generates only PagedResult action. So if you have a requirement to get all records, you can simply send a big maxResultCount
.
http://sample.com/api/identity/users?maxResultCount=99999
Or create a new action to retrieve all records without paging.
it doesn't support module templates. this feature will be added in the future.
this is the user interface for defining new client. you can use this
can you send your project to support@abp.io delete all bin and obj folders. and share it on google drive and send us link
can you send your project to support@abp.io delete all bin and obj folders. and share it on google drive and send us link
normally there should be an ID field in Book entity. What's the base class of your entity? Did you delete the Id field from your Book.json
@trendline, see => https://support.abp.io/QA/Questions/89#answer-a3d1f7fe-fc49-147d-5f0e-39f46acb7d61
Most likely, there's an invalid cookie related with another project. The cookie names are same, so when you run different projects, it cannot be validated.
Other potential problem can be, the IdentityServer
project is not running.