• Resolved Konjunktion

    (@konjunktion)


    Hey there,

    I would like to use the MO AUth-Plugin for authentification in my Rocket.Chat.

    Installation works an I can generate the IDs etc.

    Whenever I try to use the WP-Credentials in the Rocket.Chat I receive a 404 error. But the permalinks settings are not plain.

    I use Nginx as Server. Is there any problem with nginx and redirect/rewrite that maybe cause the 404?

    BTW: I use WordFence as Security Plugin.

    Thx for a short reply.

    mike

    • This topic was modified 3 years, 1 month ago by Konjunktion.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author miniOrange

    (@cyberlord92)

    Hi Mike,

    Can you please add the below lines in the server block of your nginx.conf file:

    location / {
    try_files $uri $uri/ /index.php?$args;
    }

    This will allow the pretty permalinks to be executed. (OAuth endpoints in your case)

    Let us know if this resolves the issue.

    Thanks

    Thread Starter Konjunktion

    (@konjunktion)

    Thanks for your fast reply.

    I forgot to mention that, but the recommended lines are already in my config-file due to I already use pretty permalinks.

    Are there any other config values that must be set?

    Thanks agai for your help.

    Greets, Mike

    Plugin Author miniOrange

    (@cyberlord92)

    Hi Mike,

    Can you please send us email at oauthsupport@xecurify.com? We can help you via email or have a screen share session to look into the issue asap.

    Looking forward to your email.

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘404 error: No “Plain” Permalinks’ is closed to new replies.