Skip to content

Functions:FAQ

Daniel Willemse edited this page Apr 5, 2022 · 11 revisions

Frequently Asked Questions

My functions aren't working anymore after I rebased my application

With the way Functions are currently implemented, a rebase of a Betty Application overwrites the Functions in your Sandbox. Meaning that any changes you made to Functions in your Sandbox are lost on a rebase.

You can work around this issue by following these steps:

  • Rebase your Application to your Sandbox
  • Consolidate the code of the Functions from your Application with the Functions from your Sandbox locally
  • Publish the consolidated Functions to your Sandbox

Clone this wiki locally