hi
Can you share your code? or a simple project?
I need to check the code or reproduce the problem first.
Thanks.
liming.ma@volosoft.com
hi
No matter what, Your feature name has to be defined.
If you rename it in the definition class. you should change the name everywhere.
Volo.Abp.AbpException: Undefined feature: Platform.OnlineBooking
This means you used the Platform.OnlineBooking
as a feature name. But it doesn't define.
hi
Error Code: ERROR_SITE_DOES_NOT_EXIST
You can run your msdeploy.exe
command on your Windows machine(or IIS machine).
If it works, copy it to your pipeline.
hi
Can you share your project source code?
hi
I will ask our angular team. but you can replace the path with your custom CSS.
"node_modules/@volosoft/ngx-lepton-x/assets/css/bootstrap-light.css
hi
The logs.txt shows an error: The specified token doesn't contain any audience
Please share the module code of the **premiumxxx.net **website.
Do you have below code? options.AddAudiences("MyProjectName");
?
PreConfigure<OpenIddictBuilder>(builder =>
{
builder.AddValidation(options =>
{
options.AddAudiences("MyProjectName");
options.UseLocalServer();
options.UseAspNetCore();
});
});
hi
Is this table creation code in your new migration file?