Base solution for your next web application

Activities of "jchester26"

Hi @ismcagdas

Yes! That worked thank you. I added the new code as an additonal public class in my existing file.

Just one final question. When I first changed it I was using the wrong port number and an exception was thrown in the IDE and I had to continue. Is that becuase I am in debug mode? I would not want the system to stop if an exception was thown in production for a timeout if the SMTP server was unavailable.

Hi @ismcagdas. OK got the page now.

I have made the changes to module preinitialisation. However the file AbpZeroTemplateMailKitSmtpBuilder.cs does not exist at this path, I have

src/XYZ.Core/Emailing/XYZSmtpEmailSenderConfiguration.cs

Shall I make the changes in that file or create a new XYZMailKitSmtpBuilder.cs file?

Hi @ismcagdas

I get a pgae not found when going to the link you posted.

Hi,

Update. I have tried using Gmail SMTP as suggested in thos post by @ismcagdas https://support.aspnetzero.com/QA/Questions/4360

The exact same error occurs and the exact same log file entries.

Any help from support?

Thanks

J

Confirming that this fixed the issue. v6.2.1 is now working correctly with the original database content having removed those settings.

Thanks for the help.

On further investigation, this appears to be an issue relating to the Visual Settings. In v6.1 there was an item in the user menu (top right) allowing a user to set their own 'Visual Settings' such as Green, Yellow or Blue themes etc. This appears to be no longer a menu item at the user level, but at the tenant level.

When I upgraded to v6.2.1 I ran database migrations in case there where any databases, but it reported the DB was up to date (i.e. no migration changes). So I think v6.2.1 is reading a custom theme setting from the database but the css no longer exists! If I create a new database for v6.2.1 then all works fine.

The development guide still shows 'Visual Settings' as an option in the user menu but it is not the same as the user menu in 6.2.1.

I cannot find where the Visual Settings are stored in the DB so that I can change back to default to confirm.

Can anyone tell me where Visual Settings for the user is stored?

Where are the logs stored/created.

I have some more info after digging further. I had version 6.1 that I was using and would use .../version61/angular and would run npm start from that directory. I then downloaded the new version to ..version621 directory. I then ran yarn and then npm start from the ../version621/angular/ directory. However I noticed that the page source displayed some info that comes from the index.html in the /version61/angular/src/ directory. So it may be that angular is chaching the previous build some how?

I have cleared the IIS cache and tried npn cache clear --force and then run yarn and npm start again from the version621/angular directory. I now see the new index.html source, but again it is blank as per the above.

Thanks,

Showing 1 to 7 of 7 entries