What I’m trying to do:
Clone one of my app and make some changes based on it to build another app.
What I’ve tried and what’s not working:
- I cloned the app by clicking the share link, and I got the cloned app. But I find the cloned app has the access to data tables of the origin app (or the cloned app has its own copy?)
- The cloned app can still call the server functions of the origin app even though they have different uplink secret strings.
- I can add new components to the cloned app, but all the functions related to the new components do not work.
Has anyone have the same issue?