• Hello, I have followed the steps on your
    Docs Page

    But I am getting an Error while Vendor Login on the Store Manager App ” website auth setup incorrect – contact admin – 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=$1
    to 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 .htaccess

    but after that i am getting “Website Auth Setup Incorrect – Contact Admin- JWT Token Missing” Error while trying to login in the app.

    I have also submitted this on contact page. Please review.

    • This topic was modified 2 years, 11 months ago by Arbab Ali.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Vendor App Configuration – JWT Token Missing Error’ is closed to new replies.