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
and try to access it from the UI the page just shows an endless spinner. When looking at the developer tools it seems like it is triggering a search that is invalid:
{"errors":[{"message":"Cannot query field \"authorCount\" on type \"Post\". Did you mean \"author\"?","locations":[{"line":6,"column":5}],"extensions":{"code":"GRAPHQL_VALIDATION_FAILED","exception":{"stacktrace":["GraphQLError: Cannot query field \"authorCount\" on type \"Post\". Did you mean \"author\"?"," at Object.Field
So right now all my lists that use one-sided relationships can't be accessed from the UI anymore.
The text was updated successfully, but these errors were encountered:
Perfect that fixes it. Thank you so much for the quick turnaround. I am really looking forward using the grouping and moving items to the sidebar feature :)
I just updated my project to the latest version of keystone and when having a list like this:
and try to access it from the UI the page just shows an endless spinner. When looking at the developer tools it seems like it is triggering a search that is invalid:
So right now all my lists that use one-sided relationships can't be accessed from the UI anymore.
The text was updated successfully, but these errors were encountered: