event-archive-page-not-found
-
Hello Everyone,
I’m trying to use Event calendar APIs so I followed this guide
https://theeventscalendar.com/knowledgebase/introduction-events-calendar-rest-api/
my problem is this:when i use this api:
MySite/wp-json/tribe/events/v1/events I got this error:code: “event-archive-page-not-found”,
message: “The requested event archive page does not exist”,
data: {
status: 404
}the only work around I found is using another link and that is
MySite/wp-json/tribe/events/v1/events?start_date=2017-10-04&per_page=10but the problem is that its only shown a single event no mater what date I put it only shown the same exact event
Anyway, I need to solve the problem without the need to use start-date parameter meaning I need to get all my events regardless of date page or even category.
- The topic ‘event-archive-page-not-found’ is closed to new replies.