Activities of "abp@davegrey.co.uk"

  • ABP Framework version: v7.4
  • UI Type: MVC
  • Database System: EF Core
  • Exception message and full stack trace:
  • Steps to reproduce the issue:

I've spent the evening trying to get an email template sending when a new user has been created. After looking around for a few examples I had the same issue as others where it works locally but not when hosted in Azure. Looking at the log.txt I found this error which meant the virtual files weren't being found.

2023-11-20 20:50:12.456 +00:00 [ERR] Could not find a file/folder at the location: /Emailing/Templates/NewUserWelcome.tpl Volo.Abp.AbpException: Could not find a file/folder at the location: /Emailing/Templates/NewUserWelcome.tpl

Short version, I found the answer / workaround on stackoverflow. Copy your email template folder + .tpl file and put it in the Domain.Shared rather than the Application project and it'll work. If you have got everything else in place but its not working, this might be the last step required:

https://stackoverflow.com/questions/75113191/abp-framework-cant-acces-virtual-files-in-deploy

If you're creating a bug/problem report, please include followings:

  • ABP Framework version: v7.2
  • UI type: MVC

Hi, I am looking to add a "Next" button in the footer modal that will move to the next tab along, as the user has commented they get confused when "Save" is "Save and Close". I can't see in the tag helpers any way to do this, so is there an easy way to extend it to handle this situation? I'm happy to copy the modal footer code into each tab so that Next doesn't appear on the last page.

Or does anyone else have a different approach I could put forward, like having the "Save" show "Save & Close" instead.

Thanks, Dave

I just tried it on my MVC EF 7.0.1 copy and it now builds. Didn't for me earlier today.

Showing 1 to 3 of 3 entries
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11