Activités de "oncalldev@cloudassert.com"

  • 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
  • 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?

Répondre

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; }

Répondre

Can we connect remotely to check

Répondre

i have added in authserver application only still the file size exceeds than the expected file size , the actual image size it 125kb

Répondre

These are the application i have in my project, where should i add the Default.js file or can we connect remotely to check it

Répondre

Please check your mail i have attached the test project

Répondre

Hi Can you check it remotely

Affichage de 1 à 10 sur 39 entrées
Made with ❤️ on ABP v8.2.0-preview Updated on mars 25, 2024, 15:11