Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Message section backend fixes #998

Open
andreasgangso opened this issue Aug 23, 2024 · 0 comments
Open

Message section backend fixes #998

andreasgangso opened this issue Aug 23, 2024 · 0 comments

Comments

@andreasgangso
Copy link
Member

andreasgangso commented Aug 23, 2024

Reproduction steps

  • Have an empty page.
  • Let it have 1 message section.
  • Let that have 1 message.
  • Enable and disable the message a few times.

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:

  • 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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant