Worklenz / worklenz

All in one project management tool for efficient teams
https://worklenz.com
GNU Affero General Public License v3.0
854 stars 47 forks source link

Tiny requests API key #24

Closed vitaleg closed 20 hours ago

vitaleg commented 1 month ago

Starting in early 2024, all editors on our cloud platform will be required to have a valid API key. Without a valid API key, your editor will transition to read-only mode, limiting your ability to make changes.

Affected users will receive a notification in their editor. If you receive this notification, please contact the Administrator for your application/site. Admins will need to get a valid API key and paste it into the code to continue using TinyMCE.

Source

I tried to find the API key environment variable, but couldn't find it.

9BH1wTn

gdevenyi commented 1 month ago

Looks like Tiny needs to be switched to using the self-hosting style of installation, or Worklenz needs to pay for a key. https://www.tiny.cloud/docs/tinymce/latest/angular-pm/

kalinga777 commented 3 weeks ago

It's better to build a new one :)

aaron13223 commented 2 days ago

I cloned the repo and built the worklenz-frontend after editing the following files for the apiKey:

Still didn't work tho :p (I got a new key by signing up on tiny.cloud but in the browser it's still fetching from the old apiKey even after rebuilding the image)

aaron13223 commented 2 days ago

Seems like as of now, it only works on "localhost" - I was running this on a separate machine and it wouldn't work.... Changing the apiKeys in the files I mentioned above and rebuilding the app doesn't work either since I can see the js files generated still have the old api key :/