Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FIXBUG RuntimeError: Working outside of request context #8227

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dinhthimaianh
Copy link

@dinhthimaianh dinhthimaianh commented May 16, 2024

Fixes #

Proposed fixes: RuntimeError: Working outside of request context when run app

Error occurred in case: config in ckan.ini:

  • email_to contains value (Ex: email_to= example@example.com)
  • ckan.csrf_protection.ignore_extensions = true
  • debug = false

Features:

  • includes tests covering changes
  • includes updated documentation
  • includes user-visible changes
  • includes API changes
  • includes bugfix for possible backport

Please [X] all the boxes above that apply

Error occurred in case:  config in ckan.ini:
 - email_to contains value (Ex: email_to= example@example.com)
 - ckan.csrf_protection.ignore_extensions = true
 - debug = false

Error message: RuntimeError: Working outside of request context
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants