Hi @ESTeam
According to AspNet Zero license rules, you are not allowed to rename the project. Please send an email to [email protected] and we will try to help you.
Hi @gekko,
Thanks for your feedback. We are still dealing with the problem.
Hİ @kalidarscope,
Does the problem still persist? Could your license have expired?
Hi @Abaco,
I suggest you delete all migrations and create an initial migration for MySQL.
Hi @gryphon644,
I couldn't reproduce the issue. Could you please explain the problem with the steps? Also, if you share the created entity.json file with us, we can detect the problem more easily.
Hi @henryand,
You can look to prime-ng documentation for the file upload component. https://primeng.org/fileupload#api.fileupload.emitters.uploadHandler
If the problem still occurs, could you share your project with [email protected]
Hi @henryand,
The chat-bar.component.html
has the same code
<p-fileUpload customUpload="true" (uploadHandler)="uploadImage($event)" id="chatImageUpload" #chatImageUpload name="ChatImageUpload"
Is the chat-bar.component.ts
working correctly?
Hi @eftimevalerian,
You should configure the SSL certificate on your server based on the error.
We recommend installing the SSL certificate correctly. But if you want to find a quick solution without sacrificing security.
Open MailKitSmtpBuilder.cs
https://github.com/aspnetzero/aspnet-zero-core/blob/dev/aspnet-core/src/MyCompanyName.AbpZeroTemplate.Core/Net/Emailing/AbpZeroTemplateMailKitSmtpBuilder.cs
Change line 31 to
client.ServerCertificateValidationCallback = (sender, certificate, chain, errors) => true;
Hi @henryand
I tested the issue with a fresh solution. But it seems to be working correctly. Could you delete your node modules and run the following commands?
yarn
yarn create-dynamic-bundles
Yes, you can use WinMerge for upgrading. The new version is announced on GitHub and social media accounts when it is released. Wait for the announcement.