GithubHelp home page GithubHelp logo

Comments (3)

codeslayer1 avatar codeslayer1 commented on May 21, 2024

This is not an issue with the package. Your browser is blocking cross origin request, hence the error. Download the CORS plugin for your browser and see if it works with the plugin enabled.

Else read about CORS on stackoverflow and follow the steps to correct it. Or try running your code on a hosted dev server.

Closing this issue since its unrelated to the package.

from react-ckeditor.

saurabh147sharma avatar saurabh147sharma commented on May 21, 2024

I resolved CORS issue but still getting Image source URL is missing error.
You should not close the issue like this.
This is my ajax response:
<script>window.parent.CKEDITOR.tools.callFunction(1, 'http://localhost/core/images/1.jpg', '1.jpg successfully uploaded: \n- Size: 75.97 KB');</script>

from react-ckeditor.

codeslayer1 avatar codeslayer1 commented on May 21, 2024

Issues are meant to be opened in case of actual issue with the package which is not the case here. You need to put in effort to debug and try to solve basic implementation issues. A simple google search puts up so many links to people facing the same problem (like here and steps to resolve it. Even in this package, many issues have been discussed regarding image upload which you can easily look up in closed issues and check where you are going wrong. You cannot expect others to fix up the code for you.

Even your last issue was due to a problem in your own code, and you didn't bother to close up the issue once you realised the problem. Plus you simply pasted the stack trace expecting us to figure out the problem. Please read up basic open source/github guidelines before posting.

from react-ckeditor.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.