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.