WordPress / gutenberg.run

Gutenberg live branch preview provisioning service
https://playground.wordpress.net/gutenberg.html.
MIT License
26 stars 8 forks source link

Changes from my Gutenberg PR weren't included Gutenberg.run ? #3

Closed skorasaurus closed 4 years ago

skorasaurus commented 4 years ago

hi,

Thanks for making this. This is really useful for testing out pull requests without having to make an manually making a testing environment or pulling in a PR into your own testing environment.

I want to solicit feedback to some acquaintances for a pull request that I made and share a testing environment for them on their browsers but the changes in my pull request didn't appear to load when I ran www.gutenberg.run. Perhaps I'm misunderstanding the purpose of gutenberg.run. :)

What I expected:

What happened:

(the link to my post is http://ncqtoqm3.gutenberg.run/2019/12/24/hi-everybody/)

How to reproduce:

  1. visit www.gutenberg.run ; enter in 18635
  2. once loaded, create a new post, add search block to it; publish.
  3. view newly published post visit source code, verify that the required attribute is not included.
SchneiderSam commented 4 years ago

Yes I understand and expected the same. But it doesn't work...

aduth commented 4 years ago

What I've observed so far is that if a build fails for one reason or another, a site will often still be provisioned, but it will be using the block editor for the stable release of WordPress, rather than the version of the plugin built from the pull request branch. You can usually confirm whether this is the case by visiting the Plugins screen to see whether Gutenberg is installed and activated.

There are a few issues to address here:

aduth commented 4 years ago

Based on errors from the logs, I made some adjustments in 5735a6a59745d2cc3d19c34aecbd2592d9d82c45 which, at least anecdotally from my end seem to resolve some issues with "Error!" I had been encountering earlier in the day. I'd suggest to give it another try and see if you have any better luck this time.

SchneiderSam commented 4 years ago

Cool. Now it works.

skorasaurus commented 4 years ago

Thanks, it's now working as expected!