Activities of "trendline"

After upgrading version from 8.2.1 to 8.30, even run the "install-libs" command, it still get below errors caused the datatable.net component cannot running:

Hi,

It works for me

My steps

  • Update run-tye.ps1
<# Check development certificates #> 
 
if (! (  Test-Path ".\etc\dev-cert\localhost.pfx" -PathType Leaf ) ){ 
   Write-Information "Creating dev certificates..." 
   cd ".\etc\dev-cert" 
   .\create-certificate.ps1 
   cd ../..   
} 
 
cd "./shared/PlayPoint.DbMigrator" 
dotnet run 
cd ../.. 
 
<# Run all services #> 
 
tye run --watch 
  • Update connection strings
  • run create-certificate.ps1
  • run run-tye.ps1

Make sure the Redis, RabbitMQ are available

thanks!I think I found problem, there were some wrong queues in my rabbitmq, and when I removed them and rerun them, it worked. good luck for you!

If you need, I can provide the solution of the compressed package, because it is only generated using abp suite, there is no other content.

okay, please my email is shiwei.liang@volosoft.com

I have sent an email to your work email, thank you again for your help!

What can I do to get my admin role fully authorized? Hope to get your help.

The other one works without any exceptions, and my admin role can be authorized to complete

I am not sure why this is caused, whether it is caused by the network or suite tools?

I think this is caused by the docker environment. You can try to clean up the docker container again.

thanks for your reply! but I am not using docker, I modified the run-tye.ps1 script to remove the containerization part, I think this should not have a bad effect, I have tried to recreate my database, but it does not work.

If you need, I can provide the solution of the compressed package, because it is only generated using abp suite, there is no other content.

As you can see, I just changed the connection string, but the permissions of the admin role are incomplete

Hi,

I didn't see any error message in the logs

Yes, but after I started the program using tye tool, the permission scope of the admin user after logging in did not include products, saas, and some others. I tried to generate a new solution using suite tool and found that this problem was not inevitable. Two of the three microservice solutions I generated had these exceptions. [WRN] Could not find IdentityClientConfiguration for AbpMvcClient. Either define a configuration for AbpMvcClient or set a default configuration. [WRN] Could not find the localization resource ProductService on the remote server! [WRN] Could not find the localization resource LeptonX on the remote server! As you can see, these issues do not affect the application up and running, but my admin user has incomplete permissions

The other one works without any exceptions, and my admin role can be authorized to complete

I am not sure why this is caused, whether it is caused by the network or suite tools?

Did you solved this odd behavior? I have the same issue like you

I came in to post something similar I have been having recently. I saw this post so I am posting it here first since it could be related. In production: I log in. (even as admin) the user logs in but no pages that require permission is showing, This also happens when the user session timeout.

If I logout then log in with same user. That does not help

If I log out and then login with a DIFFERENT user. then I see the pages.

Sometimes clearing browser cache for the app AND the auth server both helps.

This is weird and started recently.

I am on latest (7)

If this is not related then I apologize for the OP. but please try to logout and log in with a different user and see if that help?

I have tried using different users to login, so I find this issue on the production, it has the same problem that is why I am worried it, because low level user could see the data which granted for the high level user.

hi

Did you add some custom code for permissions or seed permissions?

Can you share a username and password so I can reproduce it online?

liming.ma@volosoft.com

No customized code for permission related code.

I did a stupid thing, deleted all the permission grant records directly on the production environment, now, can not find a production data to reproduce it, I am observing the permission grant records changes when adding them manually, but before I deleted them there were some odd records with "ProviderKey" filed value, it is a Guid not is a role name, I am not sure how them generated.

I will share the information with you as new permission grant generating

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