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

GPL usage not working #540

Closed
tennox opened this issue Jun 18, 2024 · 1 comment
Closed

GPL usage not working #540

tennox opened this issue Jun 18, 2024 · 1 comment

Comments

@tennox
Copy link

tennox commented Jun 18, 2024

What is the current behavior?

import { Editor as TinyMCE } from '@tinymce/tinymce-react';
<TinyMCE
          apiKey="gpl"

Devtools shows:

  • a request to: https://cdn.tiny.cloud/1/gpl/tinymce/5/tinymce.min.js
  • redirected to: https://cdn.tiny.cloud/1/gpl/tinymce/5.10.9-138/tinymce.min.js
  • which redirects to: https://cdn.tiny.cloud/1/invalid-api-key/tinymce/5.10.9-138/tinymce.min.js

Codesandbox

What is the expected behavior?
Allow usage of GPL variant

Which versions of TinyMCE, and which browser / OS are affected by this issue? Did this work in previous versions of TinyMCE or tinymce-react?

@tinymce/tinymce-react@3.5.0
@tennox
Copy link
Author

tennox commented Jun 18, 2024

Oops, nevermind - yarn upgrade --latest seemed to have worked, but it actually did not. 🤦
latest version works fine - after you work around the barriers put in place 🙄 :

@tennox tennox closed this as completed Jun 18, 2024
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