Thanks. I will check the port!
You can try to remove <GenerateEmbeddedFilesManifest>true</GenerateEmbeddedFilesManifest> from TavTechnologies.Treva.Web.csproj
Thanks. I will check your project.
hi
WebAppWebPublicModule
hi
You can install the old CLI or add --old parameter
https://abp.io/docs/latest/cli/differences-between-old-and-new-cli
ok, Please share the publish folder of TavTechnologies.Octopus.Web
If possible, please share the code for the TavTechnologies.Octopus.Web.csproj and TavTechnologies.Octopus.WebModule.cs files.
Thanks.
hi
The dll file has no problem.
But the TavTechnologies.Octopus.Web already depends on the xxxHttpApiClientModule still say: Could not find ApiDescriptionModel for action
These xxxHttpApiClientModules contain xxx-generate-proxy.json files.
Can you share the code to reproduce the problem?
The problem does not seem related to the nuget package.
I have to check the code to understand the problem.
Thanks.
hi
Can you try this? I will fix this in Framework. Your ticket has been refunded.
context.Services.PostConfigure<MvcOptions>(mvcOptions =>
{
mvcOptions.Filters.RemoveAll(x => x is ServiceFilterAttribute serviceFilterAttribute && serviceFilterAttribute.ServiceType == typeof(AbpNoContentActionFilter));
});
hi
When i create mobile solution with abp studio. It saves wrong port and url for openiddict into the db while it seeds for mobile app. So you can not log in from mobile app since port was different.
Can you share some screenshots?
Thanks.