Whenever I try to edit any post in a deployed version of the app I get this error:
This XML file does not appear to have any style information associated with it. The document tree is shown below.
<Error>
<Code>AccessDenied</Code>
<Message>Access Denied</Message>
<RequestId>BSDA3BD410F2SDSDCD252A</RequestId>
<HostId>
d/kZyIzqZC1RQmmPLOSDRutO14SDSDSu5AGbNXzyvStZ2i2kCKYvoA8J+qNuul2bYapCUey2uabdmzvfwk=
</HostId>
</Error>
Everything works as expected while running the app locally.
It seems that something happens between the user's click on the "Edit post" button and the edit post rendering. There is also this error in the console:
commons.js:26 Uncaught TypeError: document.createElement(...).getContext is not a function
at Object.<anonymous> (commons.js:26)
at i (commons.js:26)
at Object.<anonymous> (commons.js:26)
at i (commons.js:26)
at Object.<anonymous> (commons.js:26)
at i (commons.js:26)
at Object.<anonymous> (commons.js:26)
at i (commons.js:26)
at Object.<anonymous> (commons.js:26)
at Object.<anonymous> (commons.js:26)
Whenever I try to edit any post in a deployed version of the app I get this error:
Everything works as expected while running the app locally.
It seems that something happens between the user's click on the "Edit post" button and the edit post rendering. There is also this error in the console: