Sidebar Widget Error

Technical Support

Suggested Topics


  • 0 Votes
    4 Posts
    779 Views

    OK... removing the port, :4567 - helped with the Google SSO to finally work.

    just "https://digital.nomadic.cloud" - and it's working fine.

    I know that during the set up process (tried 5 times previously), ensuring the port here made a difference with making something else work.

    When I see that bug again, I will post that separately.

    and.. thank you 🙂

  • 0 Votes
    1 Posts
    914 Views

    Hello,

    I have a forum hosted on AWS.
    The code is synced to master.
    I am using nginx on the same server, with SSL.
    Furthermore I am using Redis (provided by AWS).

    As of today's noon, when I browse the forum's address, I get ERR_TOO_MANY_REDIRECTS on the client side.
    Looking at the server logs I see "Error: misconfigured csrf".

    Let me assure you that the config file was not changed. Furthermore Redis is up and running (I can browse the database via Redis desktop manager).

    I tried resolving it till now (removing all plugins, removing nginx, removing FW, removing SSL, etc. etc.). In addition I changed the config file to:
    http://www.mysite.com
    https...
    www.mysite.com (the original value).
    127.0.0.1:4567 (nginx forwards to that address)

    Nada... Its frustrating...

    Any idea ?
    Thank you in advance!
    JJ.

  • Upgrade error

    Technical Support
    4
    0 Votes
    4 Posts
    960 Views

    Run npm i commander on 1.7.x and try again.

  • Redis error

    Technical Support
    2
    0 Votes
    2 Posts
    938 Views

    That's not a Redis error but it does appear to be a bug. Open an issue on Github.

  • 0 Votes
    1 Posts
    869 Views

    Hi,
    How can I show a widget just if a topic has less than x replies?
    Thanks.