• I get the following error “Du har fullf?rt handlingen “” med Vipps. Uheldigvis s? vet ikke denne nettsiden hva den skal gj?re med det.” What do you think is the problem?

Viewing 1 replies (of 1 total)
  • Plugin Author Iver Odin Kvello

    (@iverok)

    When returning from Vipps, an “application” or “action” is passed which contains the thing you wanted to authorize using Vipps. Normally this will be “woocommerce” or “wordpress”, which signifies logging into Woo or WP respectively. In your case the action seems to be an empty string, which probably means that the process was started with wrong data.

    Normally, the application is present in the javascript action of the button you are using – so for instance, the button will look like

    <a href="javascript:login_with_vipps('wordpress');" ... </a>

    for a wordpress login. For the Gutenberg button, the application is set as a data-parameter on the button which you choose when adding the button to the page.

    If you are not trying to add your own action or doing something special with the login process, then somehow the application/action gets lost. Do you have an example page where this problem occurs?

Viewing 1 replies (of 1 total)
  • The topic ‘login failure’ is closed to new replies.