KineticFox
KineticFox
Updated to Version 1.35.6 Still the Same problem
tested with a simple node script: ```js import {createClient} from '@supabase/supabase-js' const client = createClient('https://xyz.supabase.co', 'key') console.log('running') const dataSub = client .from('itemlist') .on('*', payload => { console.log('receiving payload') }) .subscribe()...
Is there a way to directly tell the script where the msi file is located on a local fileshare? I mean the self service api has a flag for that?!...