Image base64 fails to save #3705
Unanswered
codingmachine16
asked this question in
Q&A
Replies: 1 comment 2 replies
-
I'm not sure this is related to the editor itself, paste here the error. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi @artf
I am really grateful that you helped alot and we are just inches away launching a big project that uses Grapesjs.
I am having an issue and I know it is not in the scope of grapes js but you can give me a hint as you did in previsio cases and it solved the issue
The issue is that
when we upload an image using grapes js uploader , it uploads in one scenario and does not in anothe
1- when we put url of an ethernal image and try to save in db using node js , it works fine
2- when we upload an image from disk and try to save it using node js , it gives cors error though we are handling cors in node js
Please help me why it fails when we upload from disk?
Thanks alot
Beta Was this translation helpful? Give feedback.
All reactions