I need more help
Hello,
Following the update to ABP from version 9 to 10, we are receiving this message on a series of endpoints when the token has expired with the 400 code.
{ "error": { "code": null, "message": "ValidationErrorMessage", "details": "ValidationNarrativeErrorMessageTitle\r\n - The value 'Error' is not valid.\r\n", "data": {}, "validationErrors": [ { "message": "The value 'Error' is not valid.", "members": [ "id" ] } ] }
Previously, we received the code 401 "Unauthorised", which is the correct one.
Has any change been made that could be affecting this?
Thanks,
It solved, no problem with menu, thanks for the answer.
Exception message and full stack trace:
System.InvalidOperationException Empty collections are not supported as inline query roots.
Steps to reproduce the issue: https://github.com/dotnet/efcore/issues/37216
Is neccesary update in ABP the version for EntityFramework that fix the bug.
We updated from net 9 to 10 and have this problem.
Hi,
I create a template project and I can´t reproduce, but maybe for not add custom items in the toolbar of ABP
Hello,
We have updated abp from 9.1.3 to 10.0.2. We are experiencing an issue with the menu, as the options appear but clicking on them does not redirect us. We are not receiving any error messages either.
Firstly, I would like to point out that in order to launch the application, we had to delete global.css and global.js and add AbpBundlingOptions, which now allows us to access the app. I am not sure if you could advise us on anything specific to check.
Hello,
We have updated abp from 9.1.3 to 10.0.2. We are experiencing an issue with the menu, as the options appear but clicking on them does not redirect us. We are not receiving any error messages either.
Firstly, I would like to point out that in order to launch the application, we had to delete global.css and global.js and add AbpBundlingOptions, which now allows us to access the app. I am not sure if you could advise us on anything specific to check.
This is the code of the 9.1.3 version This is the url of your code: https://github.com/abpframework/abp/blob/9.1.3/framework/src/Volo.Abp.EntityFrameworkCore/Volo/Abp/EntityFrameworkCore/AbpDbContext.cs