• Resolved MarkBosky

    (@markbosky)


    I have Calendar and List view shortcodes on my site. The initial month shows events fine, but when attempting to move to the next month I get a 400 error on /wp-json/tribe/views/v2/html/ which fails to load the next month. The data received looks like:

    {
    code: "rest_missing_callback_param",
    message: "Missing parameter(s): url",
    data: {
    status: 400,
    params: [
    "url"
    ]
    }
    }

    Any ideas why this could be happening? I’ve disabled the majority of my plugins and the problem persists.

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Next Month Picker Broken’ is closed to new replies.