python-for-entrepreneurs-course-demos icon indicating copy to clipboard operation
python-for-entrepreneurs-course-demos copied to clipboard

redirect from email subscribe raises error on success and fail redirect

Open bfmcneill opened this issue 4 years ago • 0 comments

I am working through the email module and when I subscribe to my list I see a pyramid debug toolbar message that it is squashing an exception HTTP.Found when I send POST request to /newsletter/add_subscriber from the little subscribe form.

Is this an exception we should be concerned about or is it just part of running the app in develop mode?

It seems redirect feature will always raise an exception.

base_controller.py line 23

bfmcneill avatar Nov 22 '20 10:11 bfmcneill