• johandc

    (@johandc)


    I installed the chat GPT plugin in a wordpress website, but Front end user gets “Something Went Wrong”, but the logs show that complete response was generated for that query. How to resolve this promblem?

Viewing 4 replies - 1 through 4 (of 4 total)
  • va0z

    (@va0z)

    Same problem, I am trying to use it as Chat Bot for visitors of my website, it works well for me as administrator role, but when it comes to anonymous visitors it doesn’t work, just showing chat box and doesn’t interact with ChatGPT API at all. Can you help me figure out what is wrong? Thanks in advance!

    Plugin Author senols

    (@senols)

    Hi @johandc @va0z

    Are you able to share with me your bot’s ai parameters and context settings please? A screenshot would be great. Thank you.

    Thread Starter johandc

    (@johandc)

    Hi Senol,

    I can share it, but i tried a lot off setting, with and without embeddings, and with and without context, it all stay the same. I have it on 2 websites running very good and thow others its mosly “something went wrong” the websites with the problem are hosted on another place, so it might berelated with the hosting or server settings, but no clu where to start looking

    Plugin Author senols

    (@senols)

    Dear @johandc, @va0z,

    I apologize for the delayed response. I have found a solution that may be relevant to your situation.

    If you’re utilizing Nginx as your web server, please add the following lines to your Nginx configuration file:

    fastcgi_buffers 16 16k; 
    fastcgi_buffer_size 32k;

    Here are a couple of guides to assist you:

    For editing the Nginx configuration file, visit this guide: https://www.geekbits.io/nginx-configuration-guide/

    To find the Nginx configuration file location, refer to this guide: Nginx conf location

    Please let me know how this works for you.

    • This reply was modified 2 years, 10 months ago by senols.
Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘GPTchat “something went wrong” problem’ is closed to new replies.