hi
Add this to your web project
[Dependency(ReplaceServices = true)]
[ExposeServices(typeof(FormClientProxy), typeof(IFormAppService), typeof(FormClientProxy))]
public class MyFormClientProxy : FormClientProxy
{
protected override async Task<HttpContent> RequestAsync(ClientProxyRequestContext requestContext)
{
requestContext.Action.AllowAnonymous = null;
return await base.RequestAsync(requestContext);
}
}
hi
UseFileSystem only work for using https://docs.abp.io/en/abp/latest/Blob-Storing
The ABP File Management required to use Database(Volo.FileManagement.EntityFrameworkCore).
hi
You can try to use the latest 6.0.3 packages.
Update all package versions in all csproj files.
hi
We will fix this problem in the next version.
HI
I spun up a new solution with abp suite and still get the issue.
Let me check this project directly, Please share the code and steps. Thanks
liming.ma@volosoft.com
hi
We have already done so much development from the existing project
You can refer to the pro template project to modify the free project.
Change the free module package to pro. and compare the code.
There is no perfect way, only step by step.
hi
We have already done so much development from the existing project
You can refer to the pro template project to modify the free project.
Change the free module package to pro. and compare the code.
There is no perfect way, only step by step.
I suggest you create a pro project with the same name, then copy the code to the new project and test it step by step. There should be no problem.
hi
Please check the URLs in your appsettings.json , Maybe some are start with http