Activities of "trendline"

hi

You can find a way to reproduce it. Then I can resolve it.

It occurred in production, I can not find a way to fix it, I can not wait anymore, I have deleted all the permission grant records. Now, I am adding the permission grant again manually

I tried delete all the records in the PermissionGrant table

What were the previous records?

More than 4 thousands record for variant roles.....

hi

Can I reproduce this in a new template project?

You can also try to clear the Reids.

I had tried clear the redis caching, no effort It works well with a new template, this problem occurred on my production environment after upgraded to abp 7.0.

it is so strange, I tried delete all the records in the PermissionGrant table, now, all the user cannot get any permission

Thanks, maliming, problems resolved by your suggestions

The specified access token is bound to an account that no longer exists

Please try to clear the Redis cache.

Tried, still occurred

Answer

You should run the "abp install-libs" cli to install the vue related packages to your local

Thanks for your detailed explanation, I will try to override the DownloadAsync method in the FileManagement module. Although the links which in the uploaded files list, with a token as the query string, but it still cannot be verified when click the download link to preview the file, is this not updated with 5.0.0?

Hi @cotur, could you have a look on this issue? The File Management module already got a token then bind to the link to get a file, but it still has this issue.

Answer

The FileManagement module with abp ver 5.0.0, when download the uploaded file Access the download link "https://localhost:44302/api/file-management/file-descriptor/download/580dc21e-c971-1ab1-d7ad-3a00f84c15bc?token=4f18829e-f70b-4088-b039-333b705a08d8" it says unauthorized "{"error":{"code":"Unauthorized","message":"Unauthorized","details":null,"data":null,"validationErrors":null}}" But all the permissions already assigned for file management module.

Can you help me figure out is there special permission for the download api?

Answer

With 4.4.0-rc.2, when run db migrations from DbMigrator.project, encountered below errors:

[23:54:38 INF] Started database migrations... [23:54:38 INF] Migrating schema for host database... Unhandled exception. System.InvalidOperationException: The entity type 'IdentityUserLogin' requires a primary key to be defined. If you intended to use a keyless entity type, call 'HasNoKey' in 'OnModelCreating'. For more information on keyless entity types, see https://go.microsoft.com/fwlink/?linkid=2141943.

I have to rollback to ver 4.3.3, lots of bugs in db migration

Answer

Is the app-pro template with version 4.4.0-rc.1 for commercial user released?
I am still cannot download a start template code with the 4.4.0-rc.1

Hi @trendline, yes it's released. Could you specify the version (--version 4.4.0-rc.1) for downloading a startup template if you are using the CLI? (If you use Suite you can check the preview box while creating a project) Because otherwise, it might be using a cached template (with version 4.3.3)

Thanks, I forget the preview option, get the app-pro template as expected now.

Showing 11 to 20 of 54 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 19, 2024, 10:13