mitydigital / statamic-tinymce-cloud

A Statamic fieldtype for TinyMCE using Tiny Cloud for Statamic 3.3+ and Statamic 4.0
https://docs.mity.com.au/tinymce-cloud
MIT License
2 stars 1 forks source link

Uncaught TypeError: Cannot read property 'split' of null #1

Closed Ahmed3rab closed 3 years ago

Ahmed3rab commented 3 years ago

Hi, I keep getting this error, and have no idea why.

Here's my config json object:

{ "height": 500, "menubar": true }

Here's the log message

image

martyf commented 3 years ago

Can you provide further information on your configuration within Statamic too? I cannot replicate this error - I've used your configuration string, and it runs as expected.

Ahmed3rab commented 3 years ago

What kind of information are you looking for exactly? I'll try to replicate the issue in another project and get back with the result

Ahmed3rab commented 3 years ago

I reinstalled it again and everything went well, I guess there was some kind of error with the installation, maybe? I'll close the issue for now unless this occurs again with more information about the error. Thanks @martyf

martyf commented 3 years ago

The Vue component itself doesn't do much except mount the Tiny-made Vue component for TinyMCE - perhaps there was an issue with the configuration? Glad its sorted though.