rowyio / rowy

Low-code backend platform. Manage database on spreadsheet-like UI and build cloud functions workflows in JS/TS, all in your browser.
http://rowy.io
Other
6.12k stars 487 forks source link

Build is pending! #1429

Closed shapathdas closed 12 months ago

shapathdas commented 1 year ago

Describe the bug A clear and concise description of what the bug is. When I am deploying a cloud function. Building is not happening. After the click it is displaying "Build pending" and the build is not progressing.

shapathdas commented 1 year ago
Screenshot 2023-10-01 at 11 19 37 PM
harinij commented 1 year ago

@shapathdas are you building a derivative or webhook/extension? Sometimes cloud functions need a second trigger to trigger the build and can be tricky depending on your specific function. We actually recently launched buildship.com to address this exact situation and give an instant deploy experience without long build of cloud functions and this is compatible with Rowy. Here is the buildship documentation on it in case you want to give this a try.