I'm getting the following result from the API when an expired token is used. Here is the result.
{
"type":"api_notfound_error",
"message":"https://[REDACTED].prismic.io/previews/[REDACTED]?websitePreviewId=[REDACTED] not found"
}
I've had an error handler that looks for "This preview token has expired" that had been working, has the API changed?