Hi
Thanks for the overview it looks good. can you also share the steps to reproduce the error while you are doing linked accounts, so i can do the same?
Hello guven.uysall,
Apologies for late response, yes your answer is enough for now.
I am working on the same, will get back to you asap.
regards, Anjali
Hi
can you explain the switching account using linked account then token not able to generate step by step so i can reproduce the issue on my side and also validate the process.?
Hi
You can override MultiTenantConnectionStringResolver https://docs.abp.io/en/abp/4.2/Connection-Strings#replace-the-connection-string-resolver the resolver which is listed here and use string encryption to encrypt and decrypt https://docs.abp.io/en/abp/latest/String-Encryption
https://docs.abp.io/en/abp/4.2/Customizing-Application-Modules-Overriding-Services
https://github.com/abpframework/abp/blob/rel-4.2/framework/src/Volo.Abp.MultiTenancy/Volo/Abp/MultiTenancy/MultiTenantConnectionStringResolver.cs
Hello manuel42,
I am trying to reproduce the issue at my end.
Could you please share the UI changes you have done in Default.cshtml
so that we can assist you in better way
Regards,
Hello mithun,
Please try after changing URL's in appsettings.json
file of *.HttpApi.Host
and *.DBmigrator
solutions.
In the project shared by you it seems local URL's only .
Please do let me know if it helps to resolve or anything else needed
Thank you, Anjali
Hello https://support.aspnetzero.com/QA/Questions/6559/StackExchangeRedisRedisTimeoutException-Timeout#answer-b6aac0d5-f5e1-145e-cf82-39ecb0563c4d Have you tried this syncTimeout
Hello mithun
abp new Acme.BookStore -u blazor-server --theme basic -csf app -v 5.3.3
can you please try this command
Have you tried this one if yes and still it is not working then please Follow the below steps
dotnet tool uninstall -g volo.abp.cli
dotnet tool uninstall -g volo.abp.Suite
abp clear-download-cache
Delete folder after running uninstall command (C:\Users\VaibhavDeshpande\.abp)
dotnet tool install -g volo.abp.cli --version 4.2.2
after this sign in with - abp login **userId** -p **password**
abp suite install --v 4.2.2
abp new Acme.BookStore -t app -v 4.2.2 -u angular
In my case I downgraded this to 4.2.2 you use your version here. Please do let me know if this helps you. Thank you
Hello mithun
abp new Acme.BookStore -u blazor-server --theme basic -csf app -v 5.3.3
can you please try this command