"oncalldev@cloudassert.com" 'in aktiviteleri

This is business requirement : Even after the subscription ends, The admin should access the portal and only one page should be visible(payment page). We have added subscription expiry date in tenant activation end date column. Is there any chance to handle this by overriding any methods?

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

we have set activation state as 1(active with limited time), and we set activation end date, Even after the completion of activation end date, we need the users of the tenant to be logged into the portal with limited permission Ex: In the below image, the activation end date(2024-06-03 23:59:59.0000000) is a past date, When the user of this tenant tries to login to the portal now(today:2024-06-19 23:59:59.0000000 ), it is not allowing to login, But it should allow to login and only one page should be visible to the user What should we do to fix this?

Herewith i have attached video file for your reference https://www.loom.com/share/574d4435f5294c43b9b195eb4062a38b, the flicker occurs at 0.33 second, tried the above given solution doesnot work

Repro steps: Create a page something other than homepage, open the page in incognito there will be a flicker issue, i use the same version mentioned above

  • ABP Framework version: v8
  • UI Type: Angular /
  • Database System: EF Core (SQL Server)
  • ** or Auth Server Separated (for Angular)**: yes
  • Exception message and full stack trace:
  • Steps to reproduce the issue:
  • Navigate to a link just without authorization for example localhost:4200/abc, so then get a flicker issue and gets back to login page ,How to avoid the flicker , This is code what i used in angular to reach out unauthorized URL,How to handle the flicker, where the flicker is like this
  • ABP Framework version: 8.0.1
  • UI Type: Angular
  • Database System: EF Core (SQL Server)
  • Auth Server Separated (for Angular): yes
  • Exception message and full stack trace:
  • Steps to reproduce the issue: *How to change the favicon browser icon in swagger?

As you can see the performance of the call - https://localhost:44370/api/account/profile-picture-file/fc6acc7a-ab15-e109-325e-3a0d8602930e

It takes almost 2 minutes to load the profile picture. however when we download the file from Azure blob it gets displayed in a milli-second. How can we optimize the performance of this call?

ABP Framework versionv 8.0.1

UI Type: Angular

Database System: EF Core (SQL Server)

Tiered (for MVC) or Auth Server Separated (for Angular): Auth server separated angular

Exception message and full stack trace:

Steps to reproduce the issue: https://authserver-domain-name/api/account/profile-picture/fc6acc7a-ab15-e109-325e-3a0d8602930e gets the file stream from DB. However I want to store the profile pictures in Azure Blob and store only the reference link in DB.

Could you please share the files where I need to make the change and also please share the existing logic that is used to upload the stream to DB. This is a production issue reported by customer and we need immediate assistance.

Also please mention where is the mapping of Users and their corresponding blobs?

Can you provide me var UPPY_UPLOAD_ENDPOINT = $("#uploadEndpoint").val(); uppy endpoint URL and what does it refer,and what does getUppyHeaders refer to?

function getUppyHeaders() { var headers = {}; headers[abp.security.antiForgery.tokenHeaderName] = abp.security.antiForgery.getToken(); return headers; }

Can we connect remotely to check

43 kayıttan 1 ile 10 arası gösteriliyor.
Made with ❤️ on ABP v8.2.0-preview Updated on Mart 25, 2024, 15:11