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
Hello. When following 9. Implement per-user authorization the subscription never updates the items once they are added using the allow.owner() below. If you refresh the page, the items show, so they have definitely been added to the data store.
}).authorization(allow => [allow.owner()]),
If you change it to the below, the subscription works.
Describe the content issue:
Hello. When following 9. Implement per-user authorization the subscription never updates the items once they are added using the allow.owner() below. If you refresh the page, the items show, so they have definitely been added to the data store.
If you change it to the below, the subscription works.
I am not sure what needs to be added/fixed to get this to work but the example in the documentation seems broken.
(https://github.com/aws-amplify/docs/blob/main/src/pages/%5Bplatform%5D/start/quickstart/nextjs-pages-router/index.mdx)
The text was updated successfully, but these errors were encountered: