hi
We have fixed the uppy in 8.1
https://support.abp.io/QA/Questions/6369/Front-end-package-vulnerability-uppy
hi
Can you share the steps to reproduce the problem with these two projects?
Another problem is as follows; I open two different empty applications (MVC UI) and run them without changing any settings. I cannot log in to both at the same time. When I log in to one, the session in the other application is terminated.
The localhost domain will share the cookies. You can try to test your app in different browser or use a domain instead of localhost.
hi
The source code files are:
identity-pro/src/Volo.Abp.Identity.Pro.HttpApi/Volo/Abp/Identity/IdentityUserLookupController.cs
⬇️⬇️⬇️
identity-pro/src/Volo.Abp.Identity.Pro.Application/Volo/Abp/Identity/IdentityUserLookupAppService.cs
⬇️⬇️⬇️
identity-pro/src/Volo.Abp.Identity.Pro.Application/Volo/Abp/Identity/Integration/IdentityUserIntegrationService.cs
hi
Can you get the same exception on a new 8.0.5 template project?
hi
I will check your project asap. Thanks.
hi
Please confirm the current user has the following permissions:
Authorization failed. These requirements were not met:
PermissionRequirement: abc.Carts
PermissionRequirement: abc.Addresses
Please set the loglevel to Debug of all websites and share again. Thanks. liming.ma@volosoft.com
public class Program
{
public async static Task<int> Main(string[] args)
{
Log.Logger = new LoggerConfiguration()
.MinimumLevel.Debug()
.MinimumLevel.Override("Microsoft.EntityFrameworkCore", LogEventLevel.Warning)
.Enrich.FromLogContext()
.WriteTo.Async(c => c.File("Logs/logs.txt"))
.WriteTo.Async(c => c.Console())
.CreateLogger();
hi
I forwarded this to angular team.
https://github.com/abpframework/abp/issues/19346