• Resolved sergejbuneev

    (@sergejbuneev)


    Hi, I’m trying to start using your great product, but when I try to set up the bot token and click “Check Token”, I get the following error: rest_missing_callback_param (Missing parameter: bot_token). Could U pls help to solve this

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Irshad Ahmad

    (@irshadahmad21)

    Hi,

    It is possible that your site has some configuration issue with the WP REST API.

    If you check the request in the Network tab of the developer tools of your browser, my guess is that the response is a 301 redirect, which results in this issue.

    Can you please confirm that?

    If that is the case, then you might need to figure out what causes that redirect and possibly fix it.

    Thread Starter sergejbuneev

    (@sergejbuneev)

    Yes U are right in “networks tab” there is 301 redirect https://prnt.sc/8z606imJfNrh could U pls give some most freq cases when this trouble is appear ?

    Plugin Author Irshad Ahmad

    (@irshadahmad21)

    In that screenshot, I can see the response Location to be lowercase “getme” instead of “getMe”. May be you have some plugin or some config to enforce lowercase URLs.

    Thread Starter sergejbuneev

    (@sergejbuneev)

    understood, thanks a lot!

    Plugin Author Irshad Ahmad

    (@irshadahmad21)

    As a workaround, you can hold the Shift key on your keyboard and click Test Token

    Thread Starter sergejbuneev

    (@sergejbuneev)

    Wow, it works!!!! Thank you so much again :))))

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘rest_missing_callback_param’ is closed to new replies.