Service Portal Troubleshooting

Adam Gurley
Adam Gurley
  • Updated

Login widget fails to login, even with known good credentials.

  • Disable Plugins - The Service Portal plugin utilizes WordPress's user management capabilities to provide your customers with the ability to log into your website. You should disable any plugins that prevent users from logging into WordPress.
  • Disable ReCaptcha - ReCaptcha is not supported by the Service Portal login widget. Disable the ReCaptcha check in the login to allow the Service Portal to authenticate users. 
    • If you do not wish to disable ReCaptcha, you will not be able to use the Service Portal login widget that we provide.  You may wish to consider using a standard WP login page (which will work).  Be sure to redirect users to the Service Portal content page that you created using the Service Portal installation guide.  Note that self-service requesting a Service Portal account is a function of the login widget.  If you do not use the login widget, you will need to manually create accounts for your users, inside of the ServiceTrade settings within WP-admin.

 

'Failed to establish connection - please refresh your browser' error message

Make sure you are logged out of your Wordpress account when testing Service Portal

When setting up and testing the customer portal, you cannot be logged into the WordPress account while attempting to login to the portal for testing. Doing so will throw an error "Failed to establish connection - please refresh your browser and try again." 

You can either sign out of the Wordpress account and test the Service Portal login page, or you can open the Service Portal login page in an incognito window to ensure that you are not testing it as a signed-in WordPress user.

 

 

Check if your Service Portal Plugin User is Setup

If you receive the following error message check to make sure that you have a Service Portal Plugin user for the customer set up, and NOT a WordPress user for the customer set up.

Screenshot_2023-01-13_at_3.13.23_PM.png

Your API credentials may be incorrect.  

To adjust your API credentials:

  1. Log into WordPress as an administrator.
  2. Click on ServiceTrade in the main menu.
  3. In the menu for ServiceTrade, click on Settings.
    SP1.png
  4. Enter your ServiceTrade username and password in the appropriate boxes in the Configuration section of the settings page.

 

Your web server may be using an incompatible version of PHP or does not have the mcrypt extension.

To determine if WordPress is throwing PHP errors:

  1. Open the error_log file from your WordPress root directory.  (This will most likely require File Manager access to your web host.)
  2. Look for lines that have something like "PHP Fatal error".
    Example: 
    • [13-Feb-2019 14:21:32 America/New_York] PHP Fatal error:  Uncaught Error: Call to undefined function mcrypt_get_iv_size() in /home/p29zyd1ujfo8/public_html/portal/wp-content/plugins/servicetrade-service-portal/public/rest/class-authenticated-user.php:265

 

Your ServiceTrade user may not be granted the appropriate permissions.

To work properly, the ServiceTrade user whose credentials you enter into the portal settings page should be granted the "Account Admin" role.  To adjust your user's permissions:

  1. Log into ServiceTrade as an administrator
  2. On the Navigation Bar click on My Account
  3. Then click Users
  4. Search for the user you are using for the portal plugin.
  5. Click on that user's name
  6. In the "Roles" section, ensure that "Account Admin" appears in the list of assigned roles.
  7. If necessary, choose "Account Admin" from the "Choose Role" dropdown, then click "Assign Role"

 

Your web server and/or Varnish cache may be deleting WordPress user session cookies.

To determine if WordPress session cookies are being dropped:

  1. Open your web site in the Google Chrome web browser.
  2. Click the Chrome menu, choose "More tools".
  3. Then choose "Developer tools"
  4. This will open the Chrome developer tools.  In the developer tools window, click on the "Application" menu at the top.
  5. Then open "Cookies" under the "Storage" section:
    SP2.png
  6. Under "Cookies", you will see one or more websites listed.  Click on the name of your website.
  7. With the Chrome developer tools pane open, attempt to log into the Service Portal as a customer, using the email address and password of a portal user.
  8. View the list of cookies.  You should see a cookie whose name begins with wordpress_, and another cookie whose name begins with wordpress_logged_in_, as shown below:

If these cookies do not appear, either your web server, Varnish, or another component of your website infrastructure is dropping WordPress user session cookies.  Please contact your website developer to resolve this problem.

Was this article helpful?

/

Comments

0 comments

Please sign in to leave a comment.