disable study_templates feature — no backend to serve them

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 <noreply@anthropic.com>
This commit is contained in:
2026-04-01 22:04:05 -04:00
parent 9cbc42c73f
commit 44e0d2c947

View File

@@ -48,7 +48,7 @@ onMounted(() => {
'header_symbol_search', 'header_symbol_search',
'symbol_search_hot_key' 'symbol_search_hot_key'
], ],
enabled_features: ['study_templates'], enabled_features: [],
// Restrict indicators to only those supported by both TA-Lib and TradingView // Restrict indicators to only those supported by both TA-Lib and TradingView
studies_access: { studies_access: {
type: 'white', type: 'white',