All Collections
For developers
I receive an error Woosa secret key invalid, what should I do?
I receive an error Woosa secret key invalid, what should I do?

Woosa secret key invalid, how to solve?

Jessica Risch avatar
Written by Jessica Risch
Updated over a week ago

In a couple of scenarios, you might receive an error Woosa secret key invalid when trying to authorize the plugin. In this article, we're going to explain to you, how to solve this.

How do I find my Woosa secret key?

The support team of Woosa can provide you with your Woosa secret key. Don't have your secret key yet? Contact us first, we'll provide it to you!

How do I apply the Woosa secret key in my plugin settings?

  1. Go to Plugin menu > Dashboard.

  2. Move your mouse to the Woosa secret key input field and right click your mouse.

  3. Choose Inspect element.

  4. The input field of the Woosa secret key should look as follows:

    <input name="woosa_secret" id="woosa_secret" type="password" value="f62870f4-5cae-4531-87da-9f9fd359bf46" class="widefat always_disabled" disabled>

    Remove disabled from the HTML within the Inspect element console. The new HTML input field should look as follows:

    <input name="woosa_secret" id="woosa_secret" type="password" value="f62870f4-5cae-4531-87da-9f9fd359bf46" class="widefat always_disabled">

  5. You can now edit the input field and paste the Woosa secret key we have provided you.

  6. Click the button Save changes.

  7. Go to the tab Authorization and click Click to register.

If all is good, the error message disappears and you can continue working with our plugin.

In the video below we explain the steps with regards to Inspect element:

Did this answer your question?