Remote storage issues
Question
Hi,
grapeJs initiated, I normally load function call and append content to gjs div,
$.ajax({
type: "GET",
url: ''
processData: false,
contentType: 'application/json; charset=utf-8',
DataType: "Json",
$.each(data, function (key, data) {
$('#gjs').append(html);
}
});
My issues, After save content, reload same function call not working. How to call save/ load function simply?
Please guide meAnswers (1)
Related Questions and Answers
Continue research with similar issue discussions.
Issue #1778
Unable to load from remote
I'm trying to load from a remote URL, and nothing ever loads. This is the response I get back from the load function: Loaded {0: "↵", 1: "{...
Issue #1274
Remote storage option is not sending in $_POST the JSON structure
Hi @artf! I'm working to adapt your content builder in our system using the latest release v.0.14.21. I have set up the following configura...
Issue #2120
CSS properties of body (#wrapper) not editable after editor.setComponents(html);
When I save my page in a database refresh, the html and css are set like so $.ajax({ url: "../feeder.php", type: 'POST', processData: false...
Issue #1985
[BUG] Autosave with remote storage doesn't send network requests
OS: Windows 10 Browser: Chrome 73 GrapesJS version: 0.14.57 I have remote storage configured using this call to grapesjs.init(): While I se...
Paid Plugins That Match This Issue
Curated by issue keywords and label relevance to help you ship faster.
Loading paid plugin recommendations...
Browse Plugin Categories
Jump directly to plugin category pages on the marketplace.