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
Currently I excluded the new Gutenberg editor in the Sandstorm Port of WordPress because an error occurs. Saving a new post or page doeasn't work. In the browser console you can see:
index.js?ver=1533578375:1 POST http://ui-6803106256ce63a444ff0499be686df5.local.sandstorm.io:6080/wp-json/wp/v2/posts/5 400 (Bad Request)
and
{code: "rest_cannot_edit", message: "Sorry, you are not allowed to edit this post.",…}
code
:
"rest_cannot_edit"
data
:
{status: 401}
message
:
"Sorry, you are not allowed to edit this post."
I'll take a look at this and try to include the Gutenberg editor in one of the next packages of the app.
Hey @tian2992, inside the application container where wordpress is running in there should be no problem with the API. Do you know any test / trick to find out that this is not an issue?
After a blog post / page is saved and the website is published (the sandstorm specific button) there should be no dynamic component working as only a complete static copy if the website is published.
Currently I excluded the new Gutenberg editor in the Sandstorm Port of WordPress because an error occurs. Saving a new post or page doeasn't work. In the browser console you can see:
and
I'll take a look at this and try to include the Gutenberg editor in one of the next packages of the app.
See branche: https://github.com/sandstormports/wordpress/tree/feature-gutenberg-test
The text was updated successfully, but these errors were encountered: