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

Disable Flask Debug in Support Frontend Docker container #120

Merged
merged 1 commit into from
Sep 3, 2024

Conversation

ryangrundy7
Copy link
Contributor

Motivation and Context

When DEBUG is set to true, it doesn't show the internal error pages we expect and the Flask debugger doesn't appear to work as expected. We can set it to False so we can see the internal server error pages we expect to see.

What has changed

  • Set DEBUG to False in support-frontend

How to test?

  • Build the SDCSRM-545-create-survey-details-view branch in support-frontend
  • make up in docker-dev
  • stop the support-api
  • When loading localhost:9096/surveys/, you should see the internal error page appear

Links

Jira

@ryangrundy7 ryangrundy7 added the patch A non-feature change, e.g. bug or issue fix label Aug 30, 2024
@ryangrundy7 ryangrundy7 merged commit 682f2e2 into main Sep 3, 2024
2 checks passed
@ryangrundy7 ryangrundy7 deleted the SDCSRM-545-create-survey-details-view branch September 3, 2024 13:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
patch A non-feature change, e.g. bug or issue fix
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants