we are facing issue in while uploading Application Logo and Icon in Deployment server but in local development server , we are able to upload and working fine
Audit Log Detail System.TypeInitializationException: The type initializer for 'SkiaSharp.SKData' threw an exception. ---> System.DllNotFoundException: Unable to load shared library 'libSkiaSharp' or one of its dependencies. In order to help diagnose loading problems, consider using a tool like strace. If you're using glibc, consider setting the LD_DEBUG environment variable: /usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.8/libSkiaSharp.so: cannot open shared object file: No such file or directory /api/libSkiaSharp.so: cannot open shared object file: No such file or directory /usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.8/liblibSkiaSharp.so: cannot open shared object file: No such file or directory /api/liblibSkiaSharp.so: cannot open shared object file: No such file or directory /usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.8/libSkiaSharp: cannot open shared object file: No such file or directory /api/libSkiaSharp: cannot open shared object file: No such file or directory /usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.8/liblibSkiaSharp: cannot open shared object file: No such file or directory /api/liblibSkiaSharp: cannot open shared object file: No such file or directory
at SkiaSharp.SkiaApi.sk_data_new_empty() at SkiaSharp.SKData..cctor() --- End of inner exception stack trace --- at SkiaSharp.SKData.CreateCopy(Byte[] bytes) at SkiaSharp.SKImage.FromEncodedData(Byte[] data) at abc.Graphics.SkiaSharpImageValidator.ValidateDimensions(Byte[] imageBytes, Int32 maxWidth, Int32 maxHeight) in /home/ubuntu/agent/_work/1/s/aspnet-core/src/abc.Core/Graphics/IImageFormatValidator.cs:line 27 at abc.Web.Controllers.TenantCustomizationController.UploadLogoFileInternal() in /home/ubuntu/agent/_work/1/s/aspnet-core/src/abc.Web.Core/Controllers/TenantCustomizationController.cs:line 161 at abc.Web.Controllers.TenantCustomizationController.UploadLogoFileInternal() in /home/ubuntu/agent/_work/1/s...
I'm facing this issue after login the application then immediately logout application.
Abp.Runtime.Validation.AbpValidationException: Refresh token is not valid! at abc.Web.Controllers.TokenAuthController.RefreshToken(String refreshToken) in /home/admin/myagent/_work/7/s/aspnet-core/src/abc.Web.Core/Controllers/TokenAuthController.cs:line 360 at lambda_method12739(Closure, Object) at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.AwaitableObjectResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.
There are 0 validation errors:
can you please check it as soon as possible.
Thanks.
Hello Team,
When we publishing the docker container to azure app service and angular to storage account, our application API calling are falling and throwing 404 not found error. It's working fine on the single instance but not working perfectly on the multiple instances. Can you guide us how we can implement so that our API not falling on multiple instances?
Thanks, SRTMDEV
Hello, suppose we have 2 tenants in our application consider it as https://t1.net and https://t2.net. I am getting token from https://t1.net and the API which i am calling is of https://t2.net so after sending the request it getting the successful response and the data is inserting in the https://t1.net tenant (from where token was generated). It is ignoring the API URL.
Hello Team, We are getting below error while login via External Login OKTA system. This has been raised when 2 Stage/Multiple Authentication (OKTA Verify) has been enabled in OKTA.
Error: 'An item with the same key has already been added. Key: http://schemas.microsoft.com/claims/authnmethodsreferences'
Can you share some workaround to move further or share GetUserInfo code so we can modify as per needed. We are using 11.0.0 ANZ version (.NET Core and Angular project).
Thanks, SRTMDEV
Please answer the following questions before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.
Hello Team, Currently we have requirment for our one of client want to use SSO login from OKTA to our application using SAML. We have other tenant also in same server and application. Can you guide us how we can implement OKTA and enable only for one tenant.
Thanks SRTMDEV
Please answer the following questions before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.
Hello Team, Currently we are looking to declare third-party license notice. So we need full list of third-party libary used in Angualr (Front-End) and .NET Core (Backend) by ANZ in 11.0.0 version with license notice link. Also we are finding third-party license notice on your site but we unable to find that so please let us know if you have any.
We have few questions as below:
Also we need your help that do we really need to declare all third-party license used by ANZ?
Thanks SRTMDEV
Hello Team,
Can we set TenantId value to Zero for host records instead of NULL?