You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wonder if the live preview response is being cached - I think there was a similar problem with GraphQL during the beta. (could be wrong)
I had looked at that as well because my first thought was user error. But all the tests I tried were with the cache set to false within the api.php config.
Bug description
Description
I've got a Nuxt 2.X site that I'm trying to convert over to use Statamic as a headless CMS.
Live preview is not working for the REST API. It sends the same response even if you pass the
token
back to the API.Graph QL appears to work correctly.
Screenshots
GraphQL
Rest
How to reproduce
When you pass the
token
sent to the live preview target using the REST API you still get the same response from the API.Logs
No response
Versions
Statamic 3.3.2 Pro
Laravel 9.5.1
PHP 8.0.15
Installation
Starter Kit using via CLI
Antlers Parser
No response
Additional details
No response
The text was updated successfully, but these errors were encountered: