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
You can clearly see that /c/accessoires is available and published within the entries query. But when I try to fetch this with the entry query I get no results.
The weird thing is once I resave this entry I get the correct result back. Seems like a cache issue? Although my graphql cache is set to false. It also works if I run php artisan statamic:stache:warm.
How to reproduce
Clone Statamic
Create a collection
Add entries to this collection
Use the GraphiQL explorer to reproduce above queries
Bug description
I'm trying to query a single entry based on URI with GraphQL. These are the queries I'm using:
The results are as follows:
You can clearly see that
/c/accessoires
is available and published within theentries
query. But when I try to fetch this with theentry
query I get no results.The weird thing is once I resave this entry I get the correct result back. Seems like a cache issue? Although my graphql cache is set to
false
. It also works if I runphp artisan statamic:stache:warm
.How to reproduce
Logs
No response
Environment
Installation
Fresh statamic/statamic site via CLI
Additional details
No response
The text was updated successfully, but these errors were encountered: