No responses to mySQL db #4269
abhishekgoyal0306
started this conversation in
General
Replies: 1 comment
-
I faced the same problem while integrating with ASP.NET project and MS SQL Server DB. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I cannot get a response from GrapeJS to store in MySQL DB.
The setup is complete and I am able to use the editor on my system. Setup is on windows using GrapeJS documentation and videos.
We are implementing GrapeJS with Laravel as a page builder.
I have written the code in main.js for initializing the editor.
I am really stuck and cannot get past this. I would be very grateful for the help.
Here is a snippet. Any suggestions?.
const editor = grapesjs.init({
container: "#editor",
fromElement: true,
width: "auto",
storageManager: {
autosave: true,
},
plugins:["gjs-preset-webpage"],
pluginsOpts: {
});
Beta Was this translation helpful? Give feedback.
All reactions