hi
I guess the name of the baseUrl should be RemoteServices:Default:BaseUrl
hi
The logout request was rejected because the specified post_logout_redirect_uri was invalid: http://amsuisse-st-angular-dev.am-suisse.x25.soxes-projects.ch.
Please check your openiddict configuration.
hi
You can define a BookStore permission, then manage the user permissions, and then check the current user permissions on your angular side.
https://docs.abp.io/en/abp/latest/Authorization#permission-system https://docs.abp.io/en/abp/latest/UI/Angular/Permission-Management
hi
This is the problem of network delay. You try to keep the server and Redis as close as possible
hi
I mean create a new question. : )
https://support.abp.io/QA/Questions/New
hi
You can create a new question for ABP suite issue. Thanks
You can follow the https://github.com/abpframework/abp/issues/17029
Thanks. We will discuss this internally.
hi
I get error in build as there is not type.
Add PlanDto to your Dtos folder.
// This file is automatically generated by ABP framework to use MVC Controllers from CSharp
using System;
using Volo.Abp;
using Volo.Abp.Application.Dtos;
using Volo.Abp.Domain.Entities;
[Serializable]
public class PlanDto : ExtensibleEntityDto<Guid>, IHasConcurrencyStamp
{
public string Name { get; set; }
public string ConcurrencyStamp { get; set; }
}