Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CKEditor and CKfinder integration Issue (CORS) #53

Open
tarzanking opened this issue Jul 30, 2020 · 1 comment
Open

CKEditor and CKfinder integration Issue (CORS) #53

tarzanking opened this issue Jul 30, 2020 · 1 comment

Comments

@tarzanking
Copy link

tarzanking commented Jul 30, 2020

I have the issue when vuejs ckeditor integrated with the ckfinder. It show CORS problem
image
if i use the cors google plugin it work well

@tarzanking tarzanking changed the title It work in localhost Laravel 7, but when run it on Laravel Forge having (Internal Server Error) CKEditor and CKfinder integration Issue Aug 3, 2020
@tarzanking tarzanking changed the title CKEditor and CKfinder integration Issue CKEditor and CKfinder integration Issue (CORS) Aug 3, 2020
@d4rkr3pt0r
Copy link

You should use proxy to allow CORS

module.exports = {
    ...
    devServer: {
        proxy: {
          "^/api": {
          target: url,
          ws: true,
          changeOrigin: true
        }
     }
  },
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants