tom
BRBuildShip + Rowy
•Created by tom on 11/1/2024 in #💬・general
tom - Hi, Buildship community. Can we perform a...
I was considering scenarios where you might need to investigate a specific user’s case. By including the user ID in the request, you could then search using that ID.
2 replies
BRBuildShip + Rowy
•Created by tom on 10/17/2024 in #💬・general
tom - Encoding buffer to webP: "input too large...
Buildship earned a forever 10 on the NPS from me 🤝
12 replies
BRBuildShip + Rowy
•Created by tom on 10/17/2024 in #💬・general
tom - Encoding buffer to webP: "input too large...
@Gaurav Chadha , @Luis you my dear sirs are my heroes! Works perfectly and also gives me the chance to learn Buildship and JS/TS more learning the code you provided! Thank you so much!
12 replies
BRBuildShip + Rowy
•Created by tom on 10/17/2024 in #💬・general
tom - Encoding buffer to webP: "input too large...
This is what I ended up using: https://pastecode.io/s/57oruy2o (can't paste here due to message size limit), but I'm running into issues creating the temp paths.
WebP conversion promise rejected: ENOENT: no such file or directory, open '/usr/src/app/bucket/builtNodes/temp/64baa5c7-7adb-451d-b2c2-f3476c4a0647.webp'
Is there some docs about how to create the temp paths and I'm just missing something obvious?12 replies
BRBuildShip + Rowy
•Created by tom on 10/17/2024 in #💬・general
tom - Encoding buffer to webP: "input too large...
@Gaurav Chadha thank you for a quick reply. I was hoping I can blame BuildShip for my incompetence 😄 Then I'm failing for some other reason. Do you have any recommendations how to convert the images to webP? The AI suggest usings Jimp package, but it seems that there's some issue with it currently, also reported here: https://github.com/jimp-dev/jimp/issues/1350
12 replies
BRBuildShip + Rowy
•Created by tom on 10/13/2024 in #💬・general
tom - I'm developing the web version of my Flut...
Access to fetch at 'https://storage.googleapis.com/buildship-*****/uploaded-files/***************.png' from origin 'https://*****' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled.Understand this error
main.dart.js:891
GET https://storage.googleapis.com/buildship-*****/uploaded-files/***************.png net::ERR_FAILED 200 (OK)
7 replies
BRBuildShip + Rowy
•Created by tom on 10/17/2024 in #💬・general
tom - Encoding buffer to webP: "input too large...
Even with a filesize of 90KB, I'm getting an error of
Input too large
12 replies
BRBuildShip + Rowy
•Created by tom on 10/17/2024 in #💬・general
tom - Encoding buffer to webP: "input too large...
I might be missing some principle aspect of Buildship. I'm using the Upload File trigger, after that a node which is supposed to encode it in webP:
12 replies
BRBuildShip + Rowy
•Created by tom on 10/13/2024 in #💬・general
tom - I'm developing the web version of my Flut...
Happy to, but I think I might need some leading-questions. I'm getting the image URL from one API request and then I call out the Image in (FlutterFlow), it uses the CachedNetworkImageProvider and I feed it the URL as param. I'm currently using a workaround prefixing the URL with corsproxy. The website is currently hosted on FlutterFlow infra.
7 replies
BRBuildShip + Rowy
•Created by tom on 10/13/2024 in #💬・general
tom - I'm developing the web version of my Flut...
I'll update my plan if you could do it 😄
7 replies
BRBuildShip + Rowy
•Created by tom on 10/13/2024 in #💬・general
tom - I'm developing the web version of my Flut...
I there a possibility to allow my domain in the Google Cloud Storage bucket?
7 replies
BRBuildShip + Rowy
•Created by tom on 10/13/2024 in #💬・general
tom - I'm developing the web version of my Flut...
Hey, thanks for the reply. I'm somewhat lost on how that applies here, I don't think I can change the headers for this request? https://storage.googleapis.com/buildship-[MASKED]-us-central1/uploaded-files/[MASKED_ID].jpeg or is there something I can do?
7 replies
BRBuildShip + Rowy
•Created by Interlooper on 12/13/2023 in #❓・buildship-help
CORS header missing error on fetching public links
Hey, did you get this solved? I'm looking to solve the same issue
6 replies
BRBuildShip + Rowy
•Created by Sebastian AE on 8/2/2024 in #❓・buildship-help
CORS Policy Issue
Hi @Sebastian AE and @Gaurav Chadha did you get this solved?
7 replies
BRBuildShip + Rowy
•Created by tom on 6/30/2024 in #💬・general
tom - Hi, I'm looking some advice on response t...
I'm sill a bit unclear, can we try to explain it using an example. I have end-points X and Z and users 1 and 2.
User 1 requests end-point X, there's a 5-10 second delay before the workflow triggers? And now, when User 1 requests end-point Y, it's the same 5-10 second delay?
And User 1 hasn't "started" the workflow for User 2? If they request the end-points, there's going to be same delay? And with the lower level plan, you have to add the "cold start" to the delay?
4 replies
BRBuildShip + Rowy
•Created by tom on 6/30/2024 in #💬・general
tom - Hi, I'm looking some advice on response t...
Thank you so much 🙏 can you help me understand what does the first mean? It's the absolute first, after creation and first ship? Or is there a moment when the node's lifecycle ends and there's a "second"first?
4 replies