hi
You can use Gmail or onedrive or https://wetransfer.com/
hi
Can you share a project that I can test?
liming.ma@volosoft.com
hi
[ERR] An unhandled exception has occurred while executing the request. Swashbuckle.AspNetCore.SwaggerGen.SwaggerGeneratorException: Failed to generate Operation for action - Volo.Chat.Conversations.ConversationController.SendMessageAsync (Volo.Chat.HttpApi). See inner exception ---> Swashbuckle.AspNetCore.SwaggerGen.SwaggerGeneratorException: Failed to generate schema for type - Volo.Chat.Messages.SendMessageInput. See inner exception ---> System.NullReferenceException: Object reference not set to an instance of an object.
We will fix this in 8.2.2, sorry for that.
If you are using the source code of Chat. You can fix this by change chat/src/Volo.Chat.Application.Contracts/Volo/Chat/Messages/SendMessageInput.cs
hi
First. Please test your app withour virtual directory
.
Then set log level to Debug and share your application logs.
Thanks.
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();
Thanks. We can watch it in next version.
hi
You should sync the source code after upgrading the version because some pages and JS might change.
Plus, I also notice there are a Themes folder contains all source code of the theme? Where these files come from?
The template project doesn't contain the theme's source code. Can you share more?
hi
the swagger is break complain about missing FlagIcon.
Please share the error on the frontend and backend.
Thanks
hi
Generate ABP solution with => abp new PruebaAbp -u Blazor 2) run PruebaAbp.DbMigrator => creates database correctly 3) run PruebaAbp.Blazor => Causes error " An unhandled error has ocurred" 4)
An unhandled error has ocurred
What are backend logs?
hi
1.
Please share the code of HQSOFT.eBiz.CoreBackend.AuditLogging.ExtendedAuditLogContributor
class. there is a NullReferenceException
2.
Please set log level to Debug and re-share the logs.
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();
Thanks.