From 44e0d2c947232f36b32074d4df8ee06ea1a55bfb Mon Sep 17 00:00:00 2001 From: Tim Olson Date: Wed, 1 Apr 2026 22:04:05 -0400 Subject: [PATCH] =?UTF-8?q?disable=20study=5Ftemplates=20feature=20?= =?UTF-8?q?=E2=80=94=20no=20backend=20to=20serve=20them?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit TradingView's SaveloadAdapter.Library was making HTTP requests for study templates that returned HTML from nginx, causing JSON parse errors that destroyed the datafeed and disconnected the WebSocket. Co-Authored-By: Claude Sonnet 4.6 --- web/src/components/ChartView.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/components/ChartView.vue b/web/src/components/ChartView.vue index 98b46b61..8feae476 100644 --- a/web/src/components/ChartView.vue +++ b/web/src/components/ChartView.vue @@ -48,7 +48,7 @@ onMounted(() => { 'header_symbol_search', 'symbol_search_hot_key' ], - enabled_features: ['study_templates'], + enabled_features: [], // Restrict indicators to only those supported by both TA-Lib and TradingView studies_access: { type: 'white',