Activities of "Teknosol"

I found a solution. The problem was solved when I added a connectionString named "Default".

My question is this. Can I choose target connectionString for BlobDbContext

Hi, As far as we understand, you suggested a solution to redirect to the login page when the token expires. However, our problem is about being able to continue working without refreshing the page when the token expires. Do you have any suggestions on how we can continue working on the project without redirecting to another page or blocking the operation when the token expires?

  • ABP Framework version: v7.1.1
  • UI Type: Angular
  • Database System: EF Core (SQL Server)

Hi team I want to use BLOB Storage but I get an error

I added this Volo.Abp.BlobStoring.Database.Domain (7.1.1) Volo.Abp.BlobStoring.Database.EntityFrameworkCore (7.1.1) Volo.Abp.BlobStoring.Database.Domain.Shared (7.1.1) I created entities and dbtables public DbSet<DatabaseBlobContainer> BlobContainers { get; set; } public DbSet<DatabaseBlob> Blobs { get; set; } can you tell me how to configure it?

log error : An exception occurred while iterating over the results of a query for context type 'Volo.Abp.BlobStoring.Database.EntityFrameworkCore.BlobStoringDbContext'.


  • ABP Framework version: v7.1.1
  • UI Type: Angular
  • Database System: EF Core (PostgreSQL)
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes
  • Exception message and full stack trace:
  • Steps to reproduce the issue:

Hello, we use ABP Framework in the back-end part of our project and Angular in the front-end part. We chose to use the login structure offered by ABP for login operations. We specifically included it in our Angular project. We are faced with the situation of refreshing the page when the access token expires. However, we do not want this renewal to happen. How can we achieve this?

Hi, Thank you for your support, the lock system is working. However, we made it usable as I shared in the screenshot. We need to use it in all entities in our project as create and update, which causes code repetition. I wonder if you have a solution for this?

Note: The reason we need this code is that when the method is run more than once at the same time, it registers to the database without going through validations.

Hi,

I'm available now.

I scheduled a meeting for 20 minutes later. The Meeting Link should have arrived in your e-mail address. Thank you.

What hours are you available today? Let's schedule a meeting for today.

Hello, The problem continues. Could you please let me know a time you have available? We want to demonstrate the problem on the spot by organizing meetings such as Zoom, Teams, Meet.

  • ABP Framework version: 7.1.1
  • UI Type: **Angular **/ MVC / Blazor WASM / Blazor Server
  • Database System: EF Core (SQL Server, Oracle, MySQL, PostgreSQL, etc..) / MongoDB
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes/no
  • Exception message and full stack trace:
  • Steps to reproduce the issue:

Hi, To include the Lock system in our project, we followed the procedures in the Distributed Locking document provided to us by ABP. https://docs.abp.io/en/abp/latest/Distributed-Locking The following operations were performed; 1-First of all, we added the Volo.Abp.DistributedLocking package to our project from the Nuget Package Manager. https://prnt.sc/v60w6NZd2fG1 2- In the next step, the necessary configuration adjustments were made in the HttpApiHostModule.cs class in the project. https://prnt.sc/g-WBBlUUEMye To prevent errors on the RedisDistributedSynchronizationProvider class, “DistributedLock.Redis” package was downloaded with version 1.0.2. 3- In the next step, we implemented the “IAbpDistributedLock” interface in our method. https://prnt.sc/TNF6wAJeo-i9 However, when we run the above method and want to test Distributed Lock, the method does not work correctly and we get the following error; https://prnt.sc/1PipGiS1htFc

Merhaba,

Sıfırdan bir proje oluşturdum

Çevre

'@abp/ng.core' adresinden { Environment }'ı içeri aktarın;
 
const baseUrl = 'http://localhost:4200';
 
const oAuthConfig = {
veren: 'https://localhost:44305/',
yönlendirmeUri: baseUrl,
clientId: 'ProjeAdım_Uygulamam',
Yanıt Türü: 'kod',
kapsam: 'çevrimdışı_erişimProjeAdım',
requireHttps: doğru,
};
 
const ortamını aktarır = {
üretim: yanlış,
uygulama: {
temelUrl,
reklam: 'ProjeAdım',
},
oAuthConfig,
API'ler: {
varsayılan: {
url: 'https://localhost:44305',
rootNamespace: 'ŞirketAdım.ProjeAdım',
},
AbpAccountPublic: {
url: oAuthConfig.issuer,
rootNamespace: 'AbpAccountPublic',
},
},
} Ortam olarak;
 

1

! image.png

2

! image.png

3

! image.png

4

! image.png

5

! image.png

6

! image.png

Hi, I did all the steps you mentioned one by one, but I still get the same error.

https://prnt.sc/KJRzuMYkAJMA

https://prnt.sc/Z28_yaCKgLyH

https://prnt.sc/RnRrGlB0u3Xv

https://prnt.sc/Ql_3TEszLW-M

Showing 11 to 20 of 54 entries
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11