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
Actual
App gets a realtime update but the page query has an exception: OperationException(linkException: null, graphqlErrors: [GraphQLError(message: internal system error, locations: null, path: [section, messages], extensions: null)]). The section fails to load.
Notes
I couldn't see this exact error in api-prod logs?? strange
Another minor issue:
Can’t remove templates on this screen: https://admin.brunstad.tv/admin/content/messages/20. Press the X on an item and save. Error: The following fields have invalid values: messages_id: Value can’t be null. I think it's just to change the directus field config (what to do "on deselect". Let it delete the m2m row instead of setting to null)
The text was updated successfully, but these errors were encountered:
Reproduction steps
Expected
The item should appear when re-enabled.
Actual
App gets a realtime update but the page query has an exception: OperationException(linkException: null, graphqlErrors: [GraphQLError(message: internal system error, locations: null, path: [section, messages], extensions: null)]). The section fails to load.
Notes
I couldn't see this exact error in api-prod logs?? strange
Another minor issue:
The following fields have invalid values: messages_id: Value can’t be null.
I think it's just to change the directus field config (what to do "on deselect". Let it delete the m2m row instead of setting to null)The text was updated successfully, but these errors were encountered: