OJS3.3-20: Valid Key required to continue TinyMCE

Describe the issue or problem
A valid API key is required to continue using TinyMCE. Please alert the admin to check the current API key. to learn more.

Steps I took leading up to the issue
Whenever I go to Jounal edit page through admintration, I get this error. and the input text box becomes ready-only.
I cannot diable the tinymce plugin too

What application are you using?
I am using OJS 3.3.0-20 through docker

This thread is a continuation of the below thread. It is closed after 4 days. Sorry for late response.

@asmecher
This is my apache.htaccess config

SetEnvIf X-Forwarded-Proto “https” HTTPS=on
RequestHeader set X-Forwarded-Proto “https” env=HTTPS

RewriteEngine On
RewriteBase /
RewriteRule ^api/v1(.)$ /index.php/api/v1$1 [L,R=307]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.
)$ /index.php/$1 [QSA,L]

If this config is the issue, could you suggest a modification that might resolve the conflict while keeping our URL structure?

I tried turning off the restful url and commented the config, I still get the same issue.

Hi @Mouhamed_Noordeen,

I think this must be a deployment related issue. The 3.3.0-x branch is quite stable and we aren’t seeing widespread reports of this issue; I can’t reproduce it locally. I’m not sure what guidance to give you beyond what’s on the other thread.

Regards,
Alec Smecher
Public Knowledge Project Team