Sleetza
BBuildShip
•Created by Sleetza on 5/13/2024 in #❓・buildship-help
trouble exporting default function
Hey guys,
This function I wrote works perfectly when I test it in test mode. When I run it as part of my workflow, it does not work. I think it has to do with the way I export the default function. Any pointers to what I am doing wrong?
Code in attachment
24 replies
BBuildShip
•Created by Sleetza on 5/9/2024 in #❓・buildship-help
Buildship doubling quotation marks
5 replies
BBuildShip
•Created by Sleetza on 5/3/2024 in #❓・buildship-help
Node escaping backslashes
Hi guys,
I have the pdf to text extraction node. Then I pass that text as a string to the next node (custom node) where I want to split the text using langchain js. The problem is; the method I want to use is split first on "\n\n", then on "\n", then on " ". The node does however seem to escape backslashes from the provided string.
Any solution to this?
14 replies
BBuildShip
•Created by Sleetza on 4/10/2024 in #❓・buildship-help
How to run RLS with Supabase?
Hey guys,
I made a web app with Flutterflow, Supabase and Buildship. I have RLS enabled and made policies to only allow authorized users to select, insert end update rows. My plan was to use the service_key role api key in my Buildship Supabase nodes to bypass RLS. But that does not work.
I found this on github; https://github.com/orgs/supabase/discussions/15860
What packages is Buildship using by default? Its not in the docs. Can it be that it uses auth-helpers/ssr? If so, how would you recommend I grant my backend acces to Supabase DB with RLS enabled?
13 replies
BBuildShip
•Created by Sleetza on 3/27/2024 in #❓・buildship-help
Switching workflow deletes wrong workflow
Hey guys,
I had a super weird thing happen to me.
1) I selected the workflow 'Untitled Workflow' and deleted it.
2) While it was loading I selected my proper workflow named 'nxtlvl template upload'.
Now this happened:
The 'Untitled Workflow' is deleted
'nxtlvl' template upload now contains what used to be 'Untitled Workflow' (basically the unfinished workflow I wished to delete).
So things really got mixed up in a weird way. Is there any way I could get help recovering my old workflow? It contained a lot of custom nodes that are really hard to replicate and would set me back weeks 😦
Ps, I also made a ticket in the app.
8 replies
BBuildShip
•Created by Sleetza on 3/18/2024 in #❓・buildship-help
Converting pdf to base64
I am receiving a pdf in the body as a POST Rest api call and want to convert that pdf to a base64 string so i can save it the way i want in my Supabase db. I tried creating such node with AI but it doenst work.
Does anyone has the code or a good prompt to create such node?
6 replies