We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8377e43 + 8e71835 commit 57b2cceCopy full SHA for 57b2cce
app/settings.py
@@ -86,7 +86,7 @@ def update_da_config():
86
print(f"Error in POST da-config: {str(e)}")
87
print(traceback.format_exc())
88
db.session.rollback()
89
- return jsonify({'error': str(e)}), 500
+ return jsonify({'error': 'An internal error has occurred. Please try again later.'}), 500
90
91
# Keep test-connection separate
92
@settings_bp.route('/api/test-connection', methods=['POST'])
0 commit comments