I can't download, please share a url that can be downloaded directly.
A minimal project, Thanks liming.ma@volosoft.com
Please find a way to provide a project that reproduces the problem.
In your Blazor.csproj
file and update the Blazorise
packages version to 1.0.4
then re-run the abp bundle
command.
hi
You can try to update the version of Blazorise.,
<PackageReference Include="Blazorise.Bootstrap5" Version="1.0.4" />
<PackageReference Include="Blazorise.Icons.FontAwesome" Version="1.0.4" />
<PackageReference Include="Blazorise.Components" Version="1.0.4" />
I can't find a possible solution based on the info you provided, You can try to prepare a minimal project to reproduce the problem.
Below line is not working, I mean it is not creating Table in PostgreSQL and not applying migrations which was working earlier.
First, The correct code should use await
var saasTenantDto = await _tenantAppService.CreateAsync(createDto);
Then there is a file that should exist in your project, It responsible to migrating the tenant database and seeding the initial data, Can you try to debug it?
I sent the changes to jack.xxx@xxxlarity.com.
hi
Doing POST /api/app/books via swagger results in a response with with an undocumented code and details stating "Error: response status is 200":
When ILocalEventHandler throws an exception, the HTTP response has already been written. We cannot change it anymore.
Creating an entity from the generated create modal displays a dialog stating "An error has occurred! Error detail not sent by server"
handles an exception that returns an object result (not a view result).
public async Task<NoContentResult> OnPostAsync()
{
await _booksAppService.CreateAsync(Book);
return NoContent();
}