Graham Billington
Graham Billington
I'm getting the same issue in my network tab, and a template error from jijna: `jinja2.exceptions.TemplateNotFound: jsglue/js_bridge.js`
@kjbrum How did you do this? Looking for a solution :)
Thanks! @kjbrum
I also faced this issue when using `json.dumps()` to return the Document object from a function. A `__to_json__()` function is all we need on the Document object to fix this,...
+1 I'm facing this too. With NextJS and the new `@supabase/ssr` package that uses cookie storage instead of local storage. I've tried initiating with both server side & client side...
+1 I switched from self hosting to supabase, closed down my own s3 bucket to use supabase storage, and now I can't store metadata on the objects... Please please please...
Also running into this issue on iOS only, Andriod works fine.
Fixed this issue by wrapping the component in a view with a high z index
I am getting this same issue