Shell won't launch: minimatch.js TypeError('invalid pattern')

I’m trying to get the shell application to work and I’m not sure how to fix what I’m seeing in the logs. The app appears to launch and I get a webpage that even has the theme configuration and hostname across the top, but the shell never launches. It looks like it’s getting badly formed input from somewhere but I can’t figure out what needs to be changed I see this in the logs:

App 1134776 output: Listening on 3000
App 1134776 output: Connection established
App 1134776 output: /var/www/ood/apps/sys/shell/node_modules/minimatch/minimatch.js:275
App 1134776 output: throw new TypeError(‘invalid pattern’)
App 1134776 output: ^
App 1134776 output:
App 1134776 output: TypeError: invalid pattern
App 1134776 output: at assertValidPattern (/var/www/ood/apps/sys/shell/node_modules/minimatch/minimatch.js:275:11)
App 1134776 output: at minimatch (/var/www/ood/apps/sys/shell/node_modules/minimatch/minimatch.js:116:3)
App 1134776 output: at /var/www/ood/apps/sys/shell/utils/helpers.js:9:36
App 1134776 output: at Array.some ()
App 1134776 output: at Object.hostInAllowList (/var/www/ood/apps/sys/shell/utils/helpers.js:9:20)
App 1134776 output: at detect_auth_error (/var/www/ood/apps/sys/shell/app.js:134:23)
App 1134776 output: at WebSocketServer.connection (/var/www/ood/apps/sys/shell/app.js:154:15)
App 1134776 output: at WebSocketServer.emit (events.js:400:28)
App 1134776 output: at done (/var/www/ood/apps/sys/shell/app.js:200:9)
App 1134776 output: at WebSocketServer.completeUpgrade (/var/www/ood/apps/sys/shell/node_modules/ws/lib/websocket-server.js:431:5)
[ W 2026-08-21 14:49:10.0355 1134708/T3 age/Cor/App/Poo/AnalyticsCollection.cpp:102 ]: Process (pid=1134776, group=/var/www/ood/apps/sys/shell (production)) no longer exists! Detaching it from the pool.

Hey Bryon, this looks like something coming from the hostname inside the URL. Would you be able to share the URL and any shell environment configurations in /etc/ood/config/apps/shell/env?