froala / wysiwyg-editor-php-sdk

PHP SDK to ease the integration of Froala WYSIWYG Editor on server side.
https://www.froala.com/wysiwyg-editor
MIT License
42 stars 26 forks source link

Amazon S3 upload shows error "undefined" #19

Closed kevinkt closed 6 years ago

kevinkt commented 6 years ago

I am trying to set-up Amazon S3 upload, the resulting error says

VM459:1 OPTIONS https://undefined.amazonaws.com/undefined net::ERR_NAME_NOT_RESOLVED

Any idea why this might be happening?

CORS is set-up, my credentials are valid.

stefanneculai commented 6 years ago

It looks like you are not setting it correctly. Make sure you follow the example: https://github.com/froala/editor-php-sdk-example/blob/337c5e61489e68779e805e2dc0759b2d567b7b88/index.php#L12 https://github.com/froala/editor-php-sdk-example/blob/337c5e61489e68779e805e2dc0759b2d567b7b88/index.php#L322