Is there any way to share a database between 2 wix sites, same owner?
Hi Deborah,
At the moment it is not possible to share a collection across different sites.
Feel free to post your request here
Hey, is this feature available yet?
Hey, is this feature available yet?
Theoretically, this should be possible with a bit of work right now.
Let’s say you have site A that has the collection on it and site B that wants to also use the collection.
You can expose an API on site A using HTTP functions that gives access to the collection. Then, on site B, you can use the fetch API to call site A’s API.
If you try such an approach, be very careful security-wise. Make sure your HTTP functions are checking that the calls are coming from site B and not some other source.
Thanks very much Sam, good to know there’s a way even if i cant do it all myself