Sync sandbox & live

Hi!
I have a problem with synchronization. I use wix http functions to allow my other service to put data into the database collection. However, data is not automatically synchronized.
Question: how do I programmatically start synchronization? Or are there other ways to solve the problem?

Thanks.

Not sure what you’re trying to do. There is no automatic synchronization. The sandbox and live database collections are separate - sandbox for testing, and live for a published site.

For more information, see the article About Sandbox Data and Live Data .

How can I insert this directly into a live database?

When you run a published site it inserts into the live database. You can also sync your sandbox database with the live database:

Thank you, that was my mistake. On the side of my server, I used ‘/ _functions-dev/’ instead of '/_functions/ =).
Now all is well.

:slight_smile: