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

Compatibility with TinyMCE 5.10.9 #4

Open
Keram-Yasin opened this issue Feb 2, 2024 · 0 comments
Open

Compatibility with TinyMCE 5.10.9 #4

Keram-Yasin opened this issue Feb 2, 2024 · 0 comments

Comments

@Keram-Yasin
Copy link

I have tested the plugin with TinyMCE 5.10.9. I copied the files in plugin->dist->budwriter folder into a folder named budwriter inside plugins directory of the TinyMCE 5.10.9. Then I configure the tinyMCE with the following code:
budwriter: {
name: 'Andre',
photoUrl: 'https://www.example.com/images/image.png',
key: 'free4all',
socketUrl: 'http://localhost:3000'
},

Then I started the server with npm start inside server directory. The server runs good. And It could connect with the client when browse the tinyMCE client. The problem here is that the client console returned the following error:
error

Is this compatibility issue or I didn't followed the right steps to test the plugin?

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

1 participant