Replies: 2 comments 2 replies
-
@Antonytm don't want to seem like this thread is ignored, so jumping in to comment a little. Better/simpler editing support is on our radar (including netlify and as many hosting platforms we can support) and these are all good suggestions. I'd just like to share more about it once we have something more concrete to show or share.
Netlify Blobs storage support is in our backlog as well, and I'll update this thread more once it's properly added to a release. |
Beta Was this translation helpful? Give feedback.
-
@Antonytm just wanted to jump in and say JSS has added a simplified editing flow for XMCloud in JSS 22.1 recently. It eliminates the need for a temporary cache for editing data - using nextjs preview data functionality instead. |
Beta Was this translation helpful? Give feedback.
-
Is your suggestion related to a problem? Please describe.
Sitecore announced a partnership with Netlify: https://www.sitecore.com/blog/news/sitecore-and-netlify-join-forces-in-new-partnership
I expected that I would be able to host the Sitecore Headless Next.js part on Netlify.
The reality is that I can host it. However, it doesn't work in EE mode.
It is not a problem for XM Cloud hosting as it comes with Rendering Host. But if you host Sitecore in some other way, you need some additional implementation to make EE work. Either, host an additional rendering host only for EE or write your own Editing Data Cache.
Describe the solution you'd like
I would like:
See additional information for the code sample.
Is there a way to achieve this functionality with exisiting tools?
You can use a separate Rendering Host for Experience Editor mode. It will cause additional costs.
Additional information
I implemented Netilfy Editing based on Netlify Blobs. Here is the implementation:
editing-data-service.ts
I added a switch for Netlify. But preferably have some plugin architecture there.
Beta Was this translation helpful? Give feedback.
All reactions