Vendor App Configuration – JWT Token Missing Error
-
Hello, I have followed the steps on your
Docs PageBut I am getting an Error while Vendor Login on the Store Manager App ” JWT Token Missing”
Firstly I was getting error of Wp-Config, then I added the codes
define('JWT_AUTH_SECRET_KEY', 'your-top-secret-key'); define('JWT_AUTH_CORS_ENABLE', true);on my wp-config file.
and after that I added the codes
RewriteEngine on RewriteCond %{HTTP:Authorization} ^(.*) RewriteRule ^(.*) - [E=HTTP_AUTHORIZATION:%1] SetEnvIf Authorization "(.*)" HTTP_AUTHORIZATION=$1to the .htaccess file on the home directory of my site.
(I have 2 .htaccess files there – 1. .htaccess & 2. .htaccess.bk) I made editing on .htaccessbut after that i am getting “Website Auth Setup Incorrect – Contact Admin- JWT Token Missing” Error while trying to login in the app.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
The topic ‘Vendor App Configuration – JWT Token Missing Error’ is closed to new replies.