• I installed the plugin and the “Login ass + Member Name” button did appear in the member list, but when I click it, I get this error:

    502 Bad Gateway

    What should we do?

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

Viewing 1 replies (of 1 total)
  • Plugin Author Yiannis Christodoulou

    (@yiannistaos)

    Hi @dariotoby

    If you get a “502 Bad Gateway” message after clicking on the “Login as a User” button, follow the instructions below.

    Navigate to the domain settings (Plesk or cPanel), via your hosting provider panel, go to the Apache & Nginx Settings and add the following in the box “Additional Nginx directives”.

    proxy_buffering on;
    proxy_buffer_size 128k;
    proxy_buffers 4 256k;
    proxy_busy_buffers_size 256k;

    or

    fastcgi_buffers 16 16k;
    fastcgi_buffer_size 32k;

    This is a known issue on WordPress. If you are unfamiliar with editing the server settings, it’s better to ask your hosting provider to do this.

    https://docs.web357.com/article/105-502-bad-gateway-messages-after-clicking-the-login-as-a-user-button

Viewing 1 replies (of 1 total)

The topic ‘Plugin Installato As User’ is closed to new replies.