• Resolved edbryantca

    (@edbryantca)


    Upgraded to 6.14.0 of TEC and the events page is broken. All of the links making REST calls (forward, backward, pick a month, click on a day, month view -> list view) all fail with a 403 error.

    I can see the REST api’s fine in the browser (/wp-json/tribe/views/v2, /wp-json/tribe/views/v2/html (which reports a no u parameter error in JSON response, as expected)). If I use a URL with any parameters (ex. pu=/events/month/2025-06/&u=/events/month/2025-08/&smu=true&tvn1=7af2aecd64&tvn2=8d715c3a42) I get a 403 error – permission denied – returned.

    PHP: 8.4, WP: 6.8.2, TEC Plugin 6.14.0

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support tristan083

    (@tristan083)

    Hi @edbryantca ,

    Thank you for reaching out.

    A 403 error permission denied usually means some caching and/or security mechanisms on your site is blocking the REST calls from executing. In that regard, I recommend you try deactivating your caching and security plugins (if there’s any) to isolate the issue.

    Thread Starter edbryantca

    (@edbryantca)

    Hey Tristan,

    Thanks for the quick replay. After a frustrating evening of getting nowhere, I posted to the forum.

    And a night’s sleep, and I’m thinking clearly. I use the force login plugin to only allow authorized access to our site by club members. I have installed my own REST API authorization filter in my functions.php, and that worked fine in previous releases. Not so in the current setup. I have removed the REST API filter instead and that works. Bit of security hole, but I’ll continue work on it.

    Many thanks again. Absolutely the right answer.

    Plugin Support Darian

    (@d0153)

    Hi @edbryantca

    I’m glad to hear you were able to resolve the issue!

    If you have some time to review, that would be amazing!

    https://wordpress.org/support/plugin/the-events-calendar/reviews/

    Thread Starter edbryantca

    (@edbryantca)

    Thanks again. Review done.

    Plugin Support Darian

    (@d0153)

    Hi @edbryantca

    You’re very welcome, and I appreciate you taking the time to review it!

    If you have any other questions or need further assistance, don’t hesitate to start a new thread.
    Have a great day!

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘6.14.0 Calendar REST calls hang’ is closed to new replies.