Opened 16 months ago
Closed 10 months ago
#59038 closed defect (bug) (worksforme)
WordPress 6.3 Gutenberg Editor Bug - Editor Unusable
Reported by: | sarahh1997 | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | critical | Version: | 6.3 |
Component: | Editor | Keywords: | needs-testing-info needs-testing close |
Focuses: | javascript | Cc: |
Description (last modified by )
Hi there,
I believe that there is a bug with the latest WordPress update as I'm unable to make new paragraphs when editing a post without WordPress deleting all of the content. It's also not saving past work and I'm unable to see backups of this work ever existing. Right now, WordPress is basically un-useable since I'm not able to edit posts or pages for my website.
Attachments (1)
Change History (37)
#2
@
16 months ago
- Component changed from General to Editor
- Focuses javascript added
- Summary changed from WordPress 6.3 Bug to WordPress 6.3 Gutenberg Editor Bug - Editor Unusable
I get the same error. Whole bunch of sites. Looks like an infinite loop in a function that runs in the editor. I'm seeing a lot of people report the same error and bugs in Gutenberg since WP 6.3 was released.
Example messages logged in Console when a new block is inserted into a Gutenberg page, different sites:
helpers.js:89 Uncaught RangeError: Maximum call stack size exceeded at Function.isArray (<anonymous>) at Function.zr [as save] (blocks.min.js:10:4314) at Wg.Content (block-editor.min.js:26:308655) at B (element.min.js:9:6433) at B (element.min.js:9:6431) at B (element.min.js:9:6431) at B (element.min.js:9:6431) at B (element.min.js:9:6431) at B (element.min.js:9:6431) at B (element.min.js:9:6431) at B (element.min.js:9:6431) at B (element.min.js:9:6431) at B (element.min.js:9:6431) at B (element.min.js:9:6431) at B (element.min.js:9:6431) at B (element.min.js:9:6431) at B (element.min.js:9:6431) at B (element.min.js:9:6431) at B (element.min.js:9:6431) at B (element.min.js:9:6431) at B (element.min.js:9:6431) at B (element.min.js:9:6431) at B (element.min.js:9:6431) at B (element.min.js:9:6431) at B (element.min.js:9:6431) at B (element.min.js:9:6431) at B (element.min.js:9:6431) at B (element.min.js:9:6431) at B (element.min.js:9:6431) at B (element.min.js:9:6431) at B (element.min.js:9:6431) at B (element.min.js:9:6431) at B (element.min.js:9:6431) at B (element.min.js:9:6431) at B (element.min.js:9:6431) at B (element.min.js:9:6431) at B (element.min.js:9:6431) at B (element.min.js:9:6431) at B (element.min.js:9:6431) at B (element.min.js:9:6431) at B (element.min.js:9:6431) at B (element.min.js:9:6431) at B (element.min.js:9:6431) at B (element.min.js:9:6431) at B (element.min.js:9:6431) at B (element.min.js:9:6431) at B (element.min.js:9:6431) at B (element.min.js:9:6431) at B (element.min.js:9:6431) at B (element.min.js:9:6431)
And
TypeError: this.activateMode is not a function at https://c0.wp.com/c/6.3/wp-includes/js/media-views.min.js:2:59604 at It (chrome-extension://gojhcdgcpbpfigcaejpfhfegekdgiblk/web3/provider.js:2:586804) at Function.ma (chrome-extension://gojhcdgcpbpfigcaejpfhfegekdgiblk/web3/provider.js:2:621991) at n._createModes (https://c0.wp.com/c/6.3/wp-includes/js/media-views.min.js:2:59564) at n.initialize (https://c0.wp.com/c/6.3/wp-includes/js/media-views.min.js:2:58973) at n.initialize (https://c0.wp.com/c/6.3/wp-includes/js/media-views.min.js:2:79857) at n.initialize (https://c0.wp.com/c/6.3/wp-includes/js/media-views.min.js:2:73432) at h.View (https://c0.wp.com/c/6.3/wp-includes/js/backbone.min.js:2:14648) at n.constructor (https://c0.wp.com/c/6.3/wp-includes/js/wp-backbone.min.js:2:2602) at n.constructor (https://c0.wp.com/c/6.3/wp-includes/js/media-views.min.js:2:106817)
And
blocks.min.js:10 Uncaught RangeError: Maximum call stack size exceeded at Function.zr [as save] (blocks.min.js:10:4273) at Wg.Content (block-editor.min.js:26:308655) at B (element.min.js:9:6433) at B (element.min.js:9:6431) at B (element.min.js:9:6431) at B (element.min.js:9:6431) at B (element.min.js:9:6431) at B (element.min.js:9:6431) at B (element.min.js:9:6431) at B (element.min.js:9:6431)
#3
@
16 months ago
Me too, except, it only affects post that I creted by pasting markdown into the Gutenberg editor. If I create a post just one block at a time, no problem.
#4
in reply to:
↑ 1
;
follow-up:
↓ 6
@
16 months ago
Replying to alannah21:
Also having the same problem. Tried using the new footnotes block and it is having problems. "This block has encountered an error and cannot be previewed." Tried to take footnotes out, and they keep coming back. No changes I make to the post are being saved.
Edit: problem for me seems specific to the footnote block. Rolled affected page back to before I used it and all is better.
I have a lead on this problem specifically. I'm going to confirm today and spin off a separate ticket since I believe the issue is unique to Footnotes.
This ticket was mentioned in Slack in #core-editor by nekojonez. View the logs.
16 months ago
#6
in reply to:
↑ 4
@
16 months ago
Replying to kraftbj:
I have a lead on this problem specifically. I'm going to confirm today and spin off a separate ticket since I believe the issue is unique to Footnotes.
Nope. It is not just Footnotes. It affects image blocks, list blocks and other blocks.
#7
follow-up:
↓ 8
@
16 months ago
It affects Groups as well. The weird thing is, the entire post becomes uneditable ... you can't simply delete a block, like an unrecoverable image, and then re-add it. Then whole post is just dead in the water ...
#8
in reply to:
↑ 7
@
16 months ago
Replying to hmnvtn:
It affects Groups as well. The weird thing is, the entire post becomes uneditable ... you can't simply delete a block, like an unrecoverable image, and then re-add it. Then whole post is just dead in the water ...
When I click Save the popup notice appears but the page does not save. No error message displays near the page top to suggest there is an error in the save function.
A workaround is to switch to the HTML editor, make edits where possible then click Save.
The issue is within the Javascript that runs on the pages.
I manage maybe 50 sites. I'm getting inundated with reports about this error.
My guess is error is under reported because people because they can't easily find the WP support forum through the wordpress.org website. I've used WordPress for over a decade, I'm sure of that, and I get frustrated when I try to navigate wordpress.org through to the support forums.
#9
@
16 months ago
- Description modified (diff)
I have a lead on this problem specifically. I'm going to confirm today and spin off a separate ticket since I believe the issue is unique to Footnotes.
In case it's related, there was a bug fix for an issue with the Footnotes logic and how it recurses into block attributes over in https://github.com/WordPress/gutenberg/pull/53257, which didn't make it into 6.3.0, but is slated for 6.3.1. I'm not sure if it's the exact issue reported here, but might be worth checking to see if that bugfix addresses the issue for anyone?
#10
@
16 months ago
- Description modified (diff)
Apologies, my last comment seemed to accidentally remove the issue description. I think this comment should restore it.
#12
follow-ups:
↓ 13
↓ 16
@
16 months ago
@sarahh1997,@leehodson, @hmnvtn do you have any custom blocks installed on your sites, or plugins that add additional blocks? If so are you able to provide details about what these are please?
We are having trouble replicating this on a fresh 6.3 install with no plugins, so it would be good to try and work out what the common factor is across the sites that are having this problem.
Thanks.
#13
in reply to:
↑ 12
@
16 months ago
Replying to glendaviesnz:
Happens with plugins disabled and 2023 activated as well, but here they are ...
Cloudflare
Version 4.12.2 | By Cloudflare, Inc. | View details
Create by Mediavine
Version 1.9.4 | By Mediavine | View details | Download Mediavine Recipe Importers Plugin
Grow Social Pro by Mediavine
Version 2.16.3 | By Mediavine | View details | Check for updates
LiteSpeed Cache
Version 5.5.1 | By LiteSpeed Technologies | View details
Mediavine Control Panel
Version 2.9.0 | By Mediavine | View details
PostX - Gutenberg Post Grid Blocks
Version 3.0.6 | By wpxpo | View details | Docs | Tutorials | Support
PostX Pro - Gutenberg Post Blocks
Version 1.5.4 | By wpxpo | View details
Rank Math SEO
Version 1.0.121.1 | By Rank Math | View details | Getting Started | Documentation
Rank Math SEO PRO
Version 3.0.42 | By Rank Math | View details
ShortPixel Image Optimizer
#14
@
16 months ago
I haven't been able to reproduce this issue, but it may be related to https://github.com/WordPress/gutenberg/pull/53596.
#16
in reply to:
↑ 12
@
16 months ago
Replying to glendaviesnz:
In one site I tested the editor with the Health Check plugin enabled, all plugins disabled and the theme switched to a default theme. The issue remained.
I can see that myself and @hmnvtn both use LiteSpeed Cache. I have tested with this plugin disabled. The bug persisted.
Here is a merged list of plugins used across multiple sites that show this bug. All these sites use the GeneratePress theme + GP Pro. Please note that these plugins are in sites that are not affected by the bug, too.
I have had reports about this bug from owners/admins of sites that use the Divi theme and the Genesis theme. I don't have admin access to the Divi site.
404 Solution (2.32.2) Admin Columns (4.6.1) Akismet Anti-Spam: Spam Protection (5.2) AltText.ai (1.0.43) BlockMeister (3.1.10) Easy Add Thumbnail (1.1.3) EditorsKit (1.34.9) Embed Plus YouTube WordPress Plugin (14.1.6.3) FluentSMTP (2.2.5) Font Awesome (4.4.0) GP Premium (2.3.1) GenerateBlocks (1.8.1) GenerateBlocks Pro (1.6.0) GetGenie AI (3.7.0) Grow Social Pro by Mediavine (2.16.3) Hide Broken Shortcodes (1.9.4) Jetpack (12.4) Jetpack Protect (1.4.1) Jetpack Without Promotions (1.2.0) Link Whisper (2.2.7) LiteSpeed Cache (5.5.1) MailerLite - Signup forms (official) (1.6.11) MainWP Child (4.4.1.3) MainWP Child Reports (2.1.1) Mediavine Control Panel (2.9.0) Menu Icons (0.13.6) Quick 301 Redirects (1.1.6) SEOPress (6.9) SEOPress PRO (6.9) Simple Social Icons (3.1.2) Site Kit by Google (1.106.0) Slickstream Search and Engagement (1.4.2) Spectra (2.7.4) StarBox (3.4.6) Tasty Links (1.1.1) Tasty Roundups1.1.0-alpha-003 Topic (1.0.22) WP Recipe Maker (8.9.2) WP Recipe Maker Premium (8.9.2) WP Show Posts (1.1.4) WPML Media (2.7.3) WPML Multilingual CMS (4.6.5) WPML SEO (2.1.0) WPML String Translation (3.2.7) Web Stories (1.33.0) Widget Options (3.9.5) Wordfence Security (7.10.3) Yoast Duplicate Post (4.5) wpDiscuz (7.6.3)
#17
follow-up:
↓ 18
@
16 months ago
Thanks for the extra detail @leehodson, are you able to provide the full content markup from a page where you are seeing this error by going into the code editor view and selecting all on a page that doesn't have any sensitive information?
#18
in reply to:
↑ 17
@
16 months ago
Replying to glendaviesnz:
Here you go:
<!-- wp:paragraph --> <p><span class="tasty-link" data-tasty-link-remove="1">Esta receta de </span><strong><span class="tasty-link" data-tasty-link-remove="1">hotcakes de avena en la licuadora</span></strong><span class="tasty-link" data-tasty-link-remove="1"> es así de fácil como suena. Todos los ingredientes se ponen en la licuadora y de ahí </span>al sartén y al plato. Estos hotcakes veganos son una maravilla en sabor, nutrición y forma de hacerse.</p> <!-- /wp:paragraph --> <!-- wp:image {"align":"center","id":13440} --> <figure class="aligncenter"><img data-pin-description="Con estos hotcakes de avena en la licuadora tú y tus hijos van a tener un desayuno de campeones todos los días. Estos hotcakes son fáciles de hacer, se pueden congelar y quedan deliciosos. " src="https://www.example.com/wp-content/uploads/2018/08/hotcakes-de-aavena-y-pera-9-of-11.jpg" alt="Hotcakes de avena con miel cayendoles encima" class="wp-image-13440"/></figure> <!-- /wp:image --> <!-- wp:heading {"editorskit":{"devices":false,"desktop":true,"tablet":true,"mobile":true,"loggedin":true,"loggedout":true,"acf_visibility":"","acf_field":"","acf_condition":"","acf_value":"","migrated":false,"unit_test":false},"UAGDay":[]} --> <h2 class="wp-block-heading">¿Son saludables los hotcakes de avena?</h2> <!-- /wp:heading --> <!-- wp:paragraph --> <p>Yo sé que <a href="https://www.example.com/muffins-de-avena/">desayunar avena</a> o cualquier otro tipo de potaje sin buen sabor todos los días puede ser medio, aburrido y hasta cansado. Pero la verdad es que la avena es una maravilla y más para las personas que hacemos deporte, tiene muchísimos beneficios. </p> <!-- /wp:paragraph --> <!-- wp:paragraph --> <p>Cuando entrenaba para correr carreras o maratones, mi entrenador siempre decía que un buen plato de <a href="https://www.example.com/avena-con-chia-frambuesa/">avena </a>es un DESAYUNO DE CAMPEONES. Por eso se me quedó grabado el beneficio nutricional de este desayuno y a mis hijos les doy de desayunar seguido avena. </p> <!-- /wp:paragraph --> <!-- wp:heading {"editorskit":{"devices":false,"desktop":true,"tablet":true,"mobile":true,"loggedin":true,"loggedout":true,"acf_visibility":"","acf_field":"","acf_condition":"","acf_value":"","migrated":false,"unit_test":false},"UAGDay":[]} --> <h2 class="wp-block-heading">Beneficios de la avena</h2> <!-- /wp:heading --> <!-- wp:paragraph --> <p>La avena tiene muchos <a aria-label="beneficios nutricionales (opens in a new tab)" href="https://www.healthline.com/nutrition/9-benefits-oats-oatmeal#TOC_TITLE_HDR_3" target="_blank" rel="noreferrer noopener" class="ek-link">beneficios nutricionales</a>, entre ellos fibra, proteína, minerales, es rica en antioxidantes y aporta mucha energía. La <a href="https://www.example.com/avena-para-el-dia-siguiente/" class="ek-link">avena nos hace sentir satisfechos y listos para empezar el día</a>.</p> <!-- /wp:paragraph --> <!-- wp:image {"align":"center","id":13434} --> <figure class="aligncenter"><img data-pin-description="Con estos hotcakes de avena en la licuadora tú y tus hijos van a tener un desayuno de campeones todos los días. Estos hotcakes son fáciles de hacer, se pueden congelar y quedan deliciosos. " src="https://www.example.com/wp-content/uploads/2018/08/hotcakes-de-aavena-y-pera-1-of-11.jpg" alt="ingredientes para hacer pancakes de avena de desayuno " class="wp-image-13434"/></figure> <!-- /wp:image --> <!-- wp:heading {"editorskit":{"devices":false,"desktop":true,"tablet":true,"mobile":true,"loggedin":true,"loggedout":true,"acf_visibility":"","acf_field":"","acf_condition":"","acf_value":"","migrated":false,"unit_test":false},"UAGDay":[]} --> <h2 class="wp-block-heading">EStos hotcakes de avena te van a gustar porque</h2> <!-- /wp:heading --> <!-- wp:list --> <ul><!-- wp:list-item --> <li>TODOS <a href="https://www.example.com/acai-smoothie-bowl/">desayunan super</a> rico, y son mega nutritivos </li> <!-- /wp:list-item --> <!-- wp:list-item --> <li>Puedes hacer varias recetas para congelar o tener listos en el refrigerador. </li> <!-- /wp:list-item --> <!-- wp:list-item --> <li>Todo se <a href="https://www.example.com/crema-de-brocoli-sin-crema/">hace en una licuadora sin</a> necesidad de ensuciar tazones de más.</li> <!-- /wp:list-item --> <!-- wp:list-item --> <li> Son rapidísimos de hacer.</li> <!-- /wp:list-item --> <!-- wp:list-item --> <li>Los puedes adaptar <a href="https://www.example.com/fruta-congelada-con-chocolate/">con la fruta</a>, endulzante, nueces, etc. <a href="https://www.example.com/tacos-de-papa-y-camote-con-salsa-verde/">con todos los ingredientes que más</a> te gustan.</li> <!-- /wp:list-item --> <!-- wp:list-item --> <li>Y lo mejor de todo es que estos <a href="https://www.example.com/hotcakes-con-manzana-y-avena/">hotcakes de avena</a> también sirven de lunch. ¿Lo máximo verdad?</li> <!-- /wp:list-item --></ul> <!-- /wp:list --> <!-- wp:preformatted --> <pre>🖐 En México a este le desayuno le decimos <a href="https://www.example.com/hotcakes-de-platano/" class="ek-link">hotcakes</a> de avena, pero también se les conoce como pancakes de avena, panqueques de avena o tortitas de avena. </pre> <!-- /wp:preformatted --> <!-- wp:shortcode --> <div itemscope="" itemtype="http://schema.org/VideoObject" data-video-id="Z17P48Lh" data-player-type="default" override-embed="default" class="adthrive-video-player in-post"> <meta itemprop="uploadDate" content="2019-10-28T15:47:49.000Z"/> <meta itemprop="name" content="Hotcakes de avena en la licuadora/ Rolled oats blender pancakes"/> <meta itemprop="description" content="This vegan recipe for rolled oats blender pancakes is my go-to pancake recipe. It is very easy to prepare, healthy and hearty and the best to start your day. You have to try it, I promise you you'll love it. . Esta receta de hotcakes en la licuadora es la receta que estoy segura necesitas en tu vida. Piensa en esas mañanas de locura que todo mundo tiene que salir corriendo.... Si, esta receta vegana de hotcakes esta lista en dos patadas.. o sea super rápido... es mega nutritiva y deliciosa. ¿Y sabes qué también? Qué está super fácil y te la puedes aprender de memoria bien rápido, bueno tan fácil que hasta dormida la vas a poder hacer. "/> <meta itemprop="thumbnailUrl" content="https://content.jwplatform.com/thumbs/Z17P48Lh-720.jpg"/> <meta itemprop="contentUrl" content="https://content.jwplatform.com/videos/Z17P48Lh.mp4"/> </div> <!-- /wp:shortcode --> <!-- wp:image {"align":"center","id":13438} --> <figure class="aligncenter"><img data-pin-description="Con estos hotcakes de avena en la licuadora tú y tus hijos van a tener un desayuno de campeones todos los días. Estos hotcakes son fáciles de hacer, se pueden congelar y quedan deliciosos. " src="https://www.example.com/wp-content/uploads/2018/08/hotcakes-de-aavena-y-pera-4-of-11.jpg" alt="sirviendo la masa para hotcakes en la licuadora en un sarten" class="wp-image-13438"/></figure> <!-- /wp:image --> <!-- wp:heading {"editorskit":{"devices":false,"desktop":true,"tablet":true,"mobile":true,"loggedin":true,"loggedout":true,"acf_visibility":"","acf_field":"","acf_condition":"","acf_value":"","migrated":false,"unit_test":false},"UAGDay":[]} --> <h2 class="wp-block-heading">Ingredientes para hacer hotcakes de avena en la licuadora</h2> <!-- /wp:heading --> <!-- wp:list --> <ul><!-- wp:list-item --> <li><a href="https://www.example.com/aprende-como-hacer-pure-de-manzana-en-casa/" class="ek-link"><strong>Puré</strong> manzana</a>, <a href="https://www.example.com/pure-de-calabaza-hecho-en-casa/" class="ek-link">calabaza naranja</a> o un plátano maduro</li> <!-- /wp:list-item --> <!-- wp:list-item --> <li><strong>Hojuelas de avena</strong>. Es mejor usar hojuelas de avena enteras y certificadas como libres de gluten. </li> <!-- /wp:list-item --> <!-- wp:list-item --> <li><strong>Polvo para hornear</strong></li> <!-- /wp:list-item --> <!-- wp:list-item --> <li><strong>Especias</strong>. Canela o cualquier otra especia o</li> <!-- /wp:list-item --> <!-- wp:list-item --> <li><strong>Endulzante</strong>. Azúcar de coco o miel de maple.</li> <!-- /wp:list-item --> <!-- wp:list-item --> <li><strong>Agua</strong> o leche vegetal como <a href="https://www.example.com/leche-de-almendra-en-tres-pasos/" class="ek-link">leche de almendra.</a></li> <!-- /wp:list-item --> <!-- wp:list-item --> <li><strong>Aceite vegetal</strong>, aceite de coco o mantequilla vegana para hacerlos</li> <!-- /wp:list-item --> <!-- wp:list-item --> <li><strong>Miel de maple</strong> para servir, <a href="https://www.example.com/que-es-piloncillo/" class="ek-link">miel de piloncillo</a>, o una buena cucharada de <a href="https://www.example.com/mermelada-de-chia/" class="ek-link">mermelada de chía</a>.</li> <!-- /wp:list-item --></ul> <!-- /wp:list --> <!-- wp:image {"align":"center","id":13436} --> <figure class="aligncenter"><img data-pin-description="Con estos hotcakes de avena en la licuadora tú y tus hijos van a tener un desayuno de campeones todos los días. Estos hotcakes son fáciles de hacer, se pueden congelar y quedan deliciosos. " src="https://www.example.com/wp-content/uploads/2018/08/hotcakes-de-aavena-y-pera-3-of-11.jpg" alt="hotcakes de avena sobre un comal" class="wp-image-13436"/></figure> <!-- /wp:image --> <!-- wp:heading {"editorskit":{"devices":false,"desktop":true,"tablet":true,"mobile":true,"loggedin":true,"loggedout":true,"acf_visibility":"","acf_field":"","acf_condition":"","acf_value":"","migrated":false,"unit_test":false},"UAGDay":[]} --> <h2 class="wp-block-heading">¿Como hacer los hotcakes de avena?</h2> <!-- /wp:heading --> <!-- wp:paragraph --> <p><strong>Primero paso</strong> es calentar el sartén o <span class="tasty-link" data-tasty-link-href="https://shareasale.com/r.cfm?b=1811776&u=3585309&m=95722&urllink=&afftrack=">comal</span> donde los vas a hacer. A mí me gusta que esté caliente para que estén listos más rápido.</p> <!-- /wp:paragraph --> <!-- wp:paragraph --> <p><strong>Segundo paso</strong> es poner todos los ingredientes en la licuadora y prenderla hasta que te quede una mezcla homogénea y fácil de hacer los hotcakes veganos.</p> <!-- /wp:paragraph --> <!-- wp:paragraph --> <p>Si vas a usar un <span class="tasty-link" data-tasty-link-href="https://amzn.to/2H6gsew">procesador de alimentos</span>, es mejor que pongas las hojuelas de avena primero y le des pulsar hasta que están pulverizadas. Después agregas el resto de los ingredientes.</p> <!-- /wp:paragraph --> <!-- wp:paragraph --> <p><strong>Tercer paso</strong> es hacer los hotcakes como acostumbras. Tal vez te guste poner aceite o mantequilla en el sartén o tal vez te gusta hacerlos en el <span class="tasty-link" data-tasty-link-href="https://shareasale.com/r.cfm?b=1811776&u=3585309&m=95722&urllink=&afftrack=">comal</span> o plancha.</p> <!-- /wp:paragraph --> <!-- wp:paragraph --> <p><strong>El último paso</strong> es servirlos y terminarlos con lo que más te guste, miel, mantequilla, <a href="https://www.example.com/crema-de-almendra-en-dos-simples-pasos/" class="ek-link">crema de almendra</a>, yogurt de coco o nuez de la india. También puedes servirlos crema de cacahuate y chocolate o <a href="https://www.example.com/mermelada-de-chia/">mermelada de chia</a>.</p> <!-- /wp:paragraph --> <!-- wp:image {"align":"center","id":13442} --> <figure class="aligncenter"><img data-pin-description="Con estos hotcakes de avena en la licuadora tú y tus hijos van a tener un desayuno de campeones todos los días. Estos hotcakes son fáciles de hacer, se pueden congelar y quedan deliciosos. " src="https://www.example.com/wp-content/uploads/2018/08/hotcakes-de-aavena-y-pera-11-of-11.jpg" alt="pancakes de avena en un plato con mantequilla y mucha miel de maple" class="wp-image-13442"/></figure> <!-- /wp:image --> <!-- wp:heading {"editorskit":{"devices":false,"desktop":true,"tablet":true,"mobile":true,"loggedin":true,"loggedout":true,"acf_visibility":"","acf_field":"","acf_condition":"","acf_value":"","migrated":false,"unit_test":false},"UAGDay":[]} --> <h2 class="wp-block-heading">Otras recetas que te pueden gustar</h2> <!-- /wp:heading --> <!-- wp:list --> <ul><!-- wp:list-item --> <li> <a href="https://www.example.com/burritos-de-arroz-y-frijol/" class="ek-link">Burritos</a> de arroz y frijol</li> <!-- /wp:list-item --> <!-- wp:list-item --> <li> <a href="https://www.example.com/arroz-frito-con-shitakes-y-esparragos/" class="ek-link">Arroz frito</a></li> <!-- /wp:list-item --> <!-- wp:list-item --> <li>S<a href="https://www.example.com/sopa-de-tomate/">opa de tomate</a> y sírvela con in sándwich de queso amarillo vegano (<a href="https://amzn.to/2Z0f73c">queso daiya</a> (<em>affiliate link</em>) o <a rel="noreferrer noopener" href="https://amzn.to/31EXYtA" target="_blank">violife</a> (<em>affiliate link</em>)).</li> <!-- /wp:list-item --> <!-- wp:list-item --> <li>Frutas, pepino y jícama con <a href="https://www.example.com/chamoy/">chamoy hecho en casa</a>.</li> <!-- /wp:list-item --> <!-- wp:list-item --> <li><a href="https://www.example.com/jugos-y-smoothies/">Jugo</a> verde, jugo de zanahoria o <a href="https://www.example.com/ebooks/">smoothie</a>. </li> <!-- /wp:list-item --> <!-- wp:list-item --> <li><a href="https://www.example.com/bowl-dulce-para-desayunar/" class="ek-link">Bowl de avena dulce</a> para desayunar.</li> <!-- /wp:list-item --> <!-- wp:list-item --> <li><a href="https://www.example.com/leche-de-avena/" class="ek-link">Leche de avena</a></li> <!-- /wp:list-item --></ul> <!-- /wp:list --> <!-- wp:block {"ref":62661} /--> <!-- wp:wp-recipe-maker/recipe {"id":13445,"updated":1684952057295} --> [wprm-recipe id="13445"] <!-- /wp:wp-recipe-maker/recipe --> <!-- wp:wp-tasty/tasty-links-featured --> <section class="wp-block-wp-tasty-tasty-links-featured"><!-- wp:heading {"placeholder":"Enter a heading for the featured links","editorskit":{"devices":false,"desktop":true,"tablet":true,"mobile":true,"loggedin":true,"loggedout":true,"acf_visibility":"","acf_field":"","acf_condition":"","acf_value":"","migrated":false,"unit_test":false},"UAGDay":[]} --> <h2 class="wp-block-heading"></h2> <!-- /wp:heading --> <!-- wp:wp-tasty/tasty-links-individual {"id":"18754"} /--> <!-- wp:wp-tasty/tasty-links-individual {"id":"19206"} /--></section> <!-- /wp:wp-tasty/tasty-links-featured -->
#19
follow-ups:
↓ 20
↓ 21
@
16 months ago
@sarahh1997,@leehodson, @hmnvtn, thanks for your help with this so far. Would any of you be in a position to try installing this version of the Gutenberg plugin on a staging/test/backup copy of a site that is experiencing this issue and see if this fixes it? At this stage please only run this plugin on a backup copy of your site if you have one. Thanks.
#20
in reply to:
↑ 19
@
16 months ago
Replying to glendaviesnz:
Would any of you be in a position to try installing this version of the Gutenberg plugin
I gave it a go. It made no difference.
Attached are two console logs. The first one is the log created before I installed the Gutenberg plugin. The second log was created after I installed the Gutenberg plugin.
Before GB
11:26:16.493 XHR finished loading: POST "<URL>". 11:26:16.493 XHR finished loading: POST "<URL>". 11:26:16.493 XHR finished loading: POST "<URL>". 11:26:16.493 XHR finished loading: POST "<URL>". 11:26:16.493 XHR finished loading: POST "<URL>". 11:26:16.493 XHR finished loading: POST "<URL>". 11:26:16.493 XHR finished loading: POST "<URL>". 11:26:16.493 XHR finished loading: POST "<URL>". 11:25:35.738 Navigated to https://www.example.com/wp-admin/post.php?post=13433&action=edit&lang=es 11:25:43.877 Fetch finished loading: GET "<URL>". 11:25:43.877 Fetch finished loading: GET "<URL>". 11:25:43.877 Fetch finished loading: GET "<URL>". 11:25:43.877 Fetch finished loading: GET "<URL>". 11:25:43.877 Fetch finished loading: GET "<URL>". 11:25:43.877 Fetch finished loading: GET "<URL>". 11:25:43.877 Fetch finished loading: GET "<URL>". 11:25:43.877 Fetch finished loading: GET "<URL>". 11:25:43.877 Fetch finished loading: GET "<URL>". 11:25:43.877 Fetch finished loading: GET "<URL>". 11:25:43.877 Fetch finished loading: GET "<URL>". 11:25:43.877 Fetch finished loading: GET "<URL>". 11:25:43.877 Fetch finished loading: GET "<URL>". 11:25:43.877 Fetch finished loading: GET "<URL>". 11:25:43.877 Fetch finished loading: GET "<URL>". 11:25:43.877 Fetch finished loading: GET "<URL>". 11:25:43.877 Fetch finished loading: GET "<URL>". 11:25:43.877 Fetch finished loading: GET "<URL>". 11:25:43.877 Fetch finished loading: GET "<URL>". 11:25:43.877 Fetch finished loading: GET "<URL>". 11:25:43.877 Fetch finished loading: GET "<URL>". 11:25:43.877 Fetch finished loading: GET "<URL>". 11:25:43.877 Fetch finished loading: GET "<URL>". 11:25:43.877 Fetch finished loading: GET "<URL>". 11:25:37.679 jquery-migrate.min.js:2 JQMIGRATE: Migrate is installed, version 3.4.1 11:25:37.930 deprecated.min.js:2 Declaring non-string block descriptions is deprecated since version 6.2. i @ deprecated.min.js:2 ar @ blocks.min.js:10 (anonymous) @ blocks.min.js:10 (anonymous) @ data.min.js:2 (anonymous) @ redux-routine.min.js:9 (anonymous) @ data.min.js:2 (anonymous) @ data.min.js:2 (anonymous) @ data.min.js:2 ne @ blocks.min.js:3 (anonymous) @ index.js:1 (anonymous) @ index.js:1 11:25:38.077 briefsReducer.js:6 briefsReducer {type: '@@redux/INITe.l.6.p.j.i'} 11:25:38.077 briefsReducer.js:6 briefsReducer {type: '@@redux/PROBE_UNKNOWN_ACTIONz.u.5.2.4'} 11:25:38.077 currentPageReducer.js:5 currentPageReducer {type: '@@redux/INITe.l.6.p.j.i'} 11:25:38.077 currentPageReducer.js:5 currentPageReducer {type: '@@redux/PROBE_UNKNOWN_ACTIONd.v.5.b.o.n'} 11:25:38.083 briefsReducer.js:6 briefsReducer {type: '@@redux/INITe.l.6.p.j.i'} 11:25:38.083 currentPageReducer.js:5 currentPageReducer {type: '@@redux/INITe.l.6.p.j.i'} 11:26:00.511 Fetch finished loading: POST "<URL>". 11:26:00.511 Fetch finished loading: POST "<URL>". 11:26:00.511 Fetch finished loading: POST "<URL>". 11:26:00.511 Fetch finished loading: POST "<URL>". 11:26:00.511 Fetch finished loading: POST "<URL>". 11:25:38.900 post.php:10054 GET https://stats.wp.com/w.js net::ERR_CERT_COMMON_NAME_INVALID 11:25:43.284 Fetch finished loading: GET "<URL>". 11:25:43.284 Fetch finished loading: GET "<URL>". 11:25:43.284 Fetch finished loading: GET "<URL>". 11:25:43.284 Fetch finished loading: GET "<URL>". 11:25:43.284 Fetch finished loading: GET "<URL>". 11:25:43.284 Fetch finished loading: GET "<URL>". 11:25:43.284 Fetch finished loading: GET "<URL>". 11:25:39.900 DevTools failed to load source map: Could not load content for https://widgets.wp.com/wpcom-block-editor/default.editor.min.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE 11:25:41.032 briefsReducer.js:6 briefsReducer {type: '@@redux/INITx.w.a.2.c'} 11:25:41.032 briefsReducer.js:6 briefsReducer {type: '@@redux/PROBE_UNKNOWN_ACTIONw.o.p.o.5.d'} 11:25:41.032 currentPageReducer.js:5 currentPageReducer {type: '@@redux/INITx.w.a.2.c'} 11:25:41.032 currentPageReducer.js:5 currentPageReducer {type: '@@redux/PROBE_UNKNOWN_ACTIONb.0.0.4.x.f'} 11:25:41.036 briefsReducer.js:6 briefsReducer {type: '@@redux/INITx.w.a.2.c'} 11:25:41.037 currentPageReducer.js:5 currentPageReducer {type: '@@redux/INITx.w.a.2.c'} 11:25:41.453 admin-bar-v2.js:2 Missing data from PHP (wpNotesArgs). (anonymous) @ admin-bar-v2.js:2 (anonymous) @ admin-bar-v2.js:74 11:25:41.937 web-stories-block.js:1 GET https://www.googletagmanager.com/gtag/js?id=G-T88C9951CM&l=webStoriesTrackingDataLayer net::ERR_CERT_COMMON_NAME_INVALID n @ web-stories-block.js:1 l @ web-stories-block.js:1 c @ web-stories-block.js:1 g @ web-stories-block.js:1 (anonymous) @ web-stories-block.js:10 (anonymous) @ web-stories-block.js:10 (anonymous) @ web-stories-block.js:10 11:25:41.979 deprecated.min.js:2 wp.blocks.children.matcher is deprecated since version 6.1 and will be removed in version 6.3. Please use html source instead. See: https://developer.wordpress.org/block-editor/how-to-guides/block-tutorial/introducing-attributes-and-editable-fields/ i @ deprecated.min.js:2 Hn @ blocks.min.js:10 (anonymous) @ blocks.min.js:10 a @ blocks.min.js:10 qn @ blocks.min.js:10 $n @ blocks.min.js:10 (anonymous) @ blocks.min.js:10 Gn @ blocks.min.js:10 (anonymous) @ blocks.min.js:10 Zn @ blocks.min.js:10 (anonymous) @ blocks.min.js:10 Xn @ blocks.min.js:10 (anonymous) @ core-data.min.js:2 Ur @ react-dom.min.js:10 El @ react-dom.min.js:10 (anonymous) @ react-dom.min.js:10 xl @ react-dom.min.js:10 fl @ react-dom.min.js:10 Nn @ react-dom.min.js:10 (anonymous) @ react-dom.min.js:10 setTimeout (async) s @ data.min.js:2 i @ data.min.js:2 (anonymous) @ edit-post.min.js:7 (anonymous) @ data.min.js:9 __unstableMarkListeningStores @ data.min.js:2 (anonymous) @ data.min.js:2 l @ data.min.js:9 (anonymous) @ data.min.js:9 ze @ data.min.js:9 Je @ data.min.js:9 ja @ edit-post.min.js:7 wt @ react-dom.min.js:10 js @ react-dom.min.js:10 wl @ react-dom.min.js:10 bl @ react-dom.min.js:10 yl @ react-dom.min.js:10 ol @ react-dom.min.js:10 v @ react.min.js:10 ce @ react.min.js:10 11:25:41.982 blocks.min.js:10 Block validation: Expected attribute `class` of value `wp-block-image aligncenter`, saw `aligncenter`. (anonymous) @ blocks.min.js:10 (anonymous) @ blocks.min.js:10 Zn @ blocks.min.js:10 (anonymous) @ blocks.min.js:10 Xn @ blocks.min.js:10 (anonymous) @ core-data.min.js:2 Ur @ react-dom.min.js:10 El @ react-dom.min.js:10 (anonymous) @ react-dom.min.js:10 xl @ react-dom.min.js:10 fl @ react-dom.min.js:10 Nn @ react-dom.min.js:10 (anonymous) @ react-dom.min.js:10 setTimeout (async) s @ data.min.js:2 i @ data.min.js:2 (anonymous) @ edit-post.min.js:7 (anonymous) @ data.min.js:9 __unstableMarkListeningStores @ data.min.js:2 (anonymous) @ data.min.js:2 l @ data.min.js:9 (anonymous) @ data.min.js:9 ze @ data.min.js:9 Je @ data.min.js:9 ja @ edit-post.min.js:7 wt @ react-dom.min.js:10 js @ react-dom.min.js:10 wl @ react-dom.min.js:10 bl @ react-dom.min.js:10 yl @ react-dom.min.js:10 ol @ react-dom.min.js:10 v @ react.min.js:10 ce @ react.min.js:10 11:25:41.983 blocks.min.js:10 Block validation: Block validation failed for `core/image` ({name: 'core/image', icon: {…}, keywords: Array(6), attributes: {…}, providesContext: {…}, …}apiVersion: 3attributes: {align: {…}, url: {…}, alt: {…}, caption: {…}, title: {…}, …}category: "media"deprecated: (6) [{…}, {…}, {…}, {…}, {…}, {…}]description: "Inserta una imagen para crear algo visual."edit: e=>React.createElement(s.Z,{ChildEdit:t,childProps:e})example: {attributes: {…}}getEditWrapperProps: n=>{let o={};return t&&(o=t(n)),y_(o,e,n,b_)}icon: {src: {…}}keywords: (6) ['img', 'foto', 'imagen', 'google photos', 'pexels', 'openverse']name: "core/image"providesContext: {}save: ƒ ({attributes:e})selectors: {border: '.wp-block-image img, .wp-block-image .wp-block-ima…rop-area, .wp-block-image .components-placeholder', filter: {…}}styles: (2) [{…}, {…}]supports: {anchor: true, behaviors: {…}, color: {…}, filter: {…}, __experimentalBorder: {…}}title: "Imagen"transforms: {from: Array(3)}usesContext: (3) ['allowResize', 'imageCrop', 'fixedHeight']variations: []__experimentalLabel: ƒ __experimentalLabel(e,{context:t})[[Prototype]]: Object). Content generated by `save` function: <figure class="wp-block-image aligncenter"><img data-pin-description="Con estos hotcakes de avena en la licuadora tú y tus hijos van a tener un desayuno de campeones todos los días. Estos hotcakes son fáciles de hacer, se pueden congelar y quedan deliciosos. " src="https://www.example.com/wp-content/uploads/2018/08/hotcakes-de-aavena-y-pera-9-of-11.jpg" alt="Hotcakes de avena con miel cayendoles encima" class="wp-image-13440"/></figure> Content retrieved from post body: <figure class="aligncenter"><img data-pin-description="Con estos hotcakes de avena en la licuadora tú y tus hijos van a tener un desayuno de campeones todos los días. Estos hotcakes son fáciles de hacer, se pueden congelar y quedan deliciosos. " src="https://www.example.com/wp-content/uploads/2018/08/hotcakes-de-aavena-y-pera-9-of-11.jpg" alt="Hotcakes de avena con miel cayendoles encima" class="wp-image-13440"/></figure> (anonymous) @ blocks.min.js:10 (anonymous) @ blocks.min.js:10 Zn @ blocks.min.js:10 (anonymous) @ blocks.min.js:10 Xn @ blocks.min.js:10 (anonymous) @ core-data.min.js:2 Ur @ react-dom.min.js:10 El @ react-dom.min.js:10 (anonymous) @ react-dom.min.js:10 xl @ react-dom.min.js:10 fl @ react-dom.min.js:10 Nn @ react-dom.min.js:10 (anonymous) @ react-dom.min.js:10 setTimeout (async) s @ data.min.js:2 i @ data.min.js:2 (anonymous) @ edit-post.min.js:7 (anonymous) @ data.min.js:9 __unstableMarkListeningStores @ data.min.js:2 (anonymous) @ data.min.js:2 l @ data.min.js:9 (anonymous) @ data.min.js:9 ze @ data.min.js:9 Je @ data.min.js:9 ja @ edit-post.min.js:7 wt @ react-dom.min.js:10 js @ react-dom.min.js:10 wl @ react-dom.min.js:10 bl @ react-dom.min.js:10 yl @ react-dom.min.js:10 ol @ react-dom.min.js:10 v @ react.min.js:10 ce @ react.min.js:10 11:25:41.994 blocks.min.js:10 Block validation: Expected attribute `class` of value `wp-block-image aligncenter`, saw `aligncenter`. (anonymous) @ blocks.min.js:10 (anonymous) @ blocks.min.js:10 Zn @ blocks.min.js:10 (anonymous) @ blocks.min.js:10 Xn @ blocks.min.js:10 (anonymous) @ core-data.min.js:2 Ur @ react-dom.min.js:10 El @ react-dom.min.js:10 (anonymous) @ react-dom.min.js:10 xl @ react-dom.min.js:10 fl @ react-dom.min.js:10 Nn @ react-dom.min.js:10 (anonymous) @ react-dom.min.js:10 setTimeout (async) s @ data.min.js:2 i @ data.min.js:2 (anonymous) @ edit-post.min.js:7 (anonymous) @ data.min.js:9 __unstableMarkListeningStores @ data.min.js:2 (anonymous) @ data.min.js:2 l @ data.min.js:9 (anonymous) @ data.min.js:9 ze @ data.min.js:9 Je @ data.min.js:9 ja @ edit-post.min.js:7 wt @ react-dom.min.js:10 js @ react-dom.min.js:10 wl @ react-dom.min.js:10 bl @ react-dom.min.js:10 yl @ react-dom.min.js:10 ol @ react-dom.min.js:10 v @ react.min.js:10 ce @ react.min.js:10 11:25:41.995 blocks.min.js:10 Block validation: Block validation failed for `core/image` ({name: 'core/image', icon: {…}, keywords: Array(6), attributes: {…}, providesContext: {…}, …}). Content generated by `save` function: <figure class="wp-block-image aligncenter"><img data-pin-description="Con estos hotcakes de avena en la licuadora tú y tus hijos van a tener un desayuno de campeones todos los días. Estos hotcakes son fáciles de hacer, se pueden congelar y quedan deliciosos. " src="https://www.example.com/wp-content/uploads/2018/08/hotcakes-de-aavena-y-pera-1-of-11.jpg" alt="ingredientes para hacer pancakes de avena de desayuno " class="wp-image-13434"/></figure> Content retrieved from post body: <figure class="aligncenter"><img data-pin-description="Con estos hotcakes de avena en la licuadora tú y tus hijos van a tener un desayuno de campeones todos los días. Estos hotcakes son fáciles de hacer, se pueden congelar y quedan deliciosos. " src="https://www.example.com/wp-content/uploads/2018/08/hotcakes-de-aavena-y-pera-1-of-11.jpg" alt="ingredientes para hacer pancakes de avena de desayuno " class="wp-image-13434"/></figure> (anonymous) @ blocks.min.js:10 (anonymous) @ blocks.min.js:10 Zn @ blocks.min.js:10 (anonymous) @ blocks.min.js:10 Xn @ blocks.min.js:10 (anonymous) @ core-data.min.js:2 Ur @ react-dom.min.js:10 El @ react-dom.min.js:10 (anonymous) @ react-dom.min.js:10 xl @ react-dom.min.js:10 fl @ react-dom.min.js:10 Nn @ react-dom.min.js:10 (anonymous) @ react-dom.min.js:10 setTimeout (async) s @ data.min.js:2 i @ data.min.js:2 (anonymous) @ edit-post.min.js:7 (anonymous) @ data.min.js:9 __unstableMarkListeningStores @ data.min.js:2 (anonymous) @ data.min.js:2 l @ data.min.js:9 (anonymous) @ data.min.js:9 ze @ data.min.js:9 Je @ data.min.js:9 ja @ edit-post.min.js:7 wt @ react-dom.min.js:10 js @ react-dom.min.js:10 wl @ react-dom.min.js:10 bl @ react-dom.min.js:10 yl @ react-dom.min.js:10 ol @ react-dom.min.js:10 v @ react.min.js:10 ce @ react.min.js:10 11:25:41.998 blocks.min.js:10 Block validation: Expected attributes [Array(3)], instead saw []. (anonymous) @ blocks.min.js:10 (anonymous) @ blocks.min.js:10 Zn @ blocks.min.js:10 (anonymous) @ blocks.min.js:10 Xn @ blocks.min.js:10 (anonymous) @ core-data.min.js:2 Ur @ react-dom.min.js:10 El @ react-dom.min.js:10 (anonymous) @ react-dom.min.js:10 xl @ react-dom.min.js:10 fl @ react-dom.min.js:10 Nn @ react-dom.min.js:10 (anonymous) @ react-dom.min.js:10 setTimeout (async) s @ data.min.js:2 i @ data.min.js:2 (anonymous) @ edit-post.min.js:7 (anonymous) @ data.min.js:9 __unstableMarkListeningStores @ data.min.js:2 (anonymous) @ data.min.js:2 l @ data.min.js:9 (anonymous) @ data.min.js:9 ze @ data.min.js:9 Je @ data.min.js:9 ja @ edit-post.min.js:7 wt @ react-dom.min.js:10 js @ react-dom.min.js:10 wl @ react-dom.min.js:10 bl @ react-dom.min.js:10 yl @ react-dom.min.js:10 ol @ react-dom.min.js:10 v @ react.min.js:10 ce @ react.min.js:10 11:25:41.999 blocks.min.js:10 Block validation: Block validation failed for `core/preformatted` ({name: 'core/preformatted', icon: {…}, keywords: Array(0), attributes: {…}, providesContext: {…}, …}). Content generated by `save` function: <pre class="wp-block-preformatted">🖐 En México a este le desayuno le decimos <a href="https://www.example.com/hotcakes-de-platano/" class="ek-link">hotcakes</a> de avena, pero también se les conoce como pancakes de avena, panqueques de avena o tortitas de avena. </pre> Content retrieved from post body: <pre>🖐 En México a este le desayuno le decimos <a href="https://www.example.com/hotcakes-de-platano/" class="ek-link">hotcakes</a> de avena, pero también se les conoce como pancakes de avena, panqueques de avena o tortitas de avena. </pre> (anonymous) @ blocks.min.js:10 (anonymous) @ blocks.min.js:10 Zn @ blocks.min.js:10 (anonymous) @ blocks.min.js:10 Xn @ blocks.min.js:10 (anonymous) @ core-data.min.js:2 Ur @ react-dom.min.js:10 El @ react-dom.min.js:10 (anonymous) @ react-dom.min.js:10 xl @ react-dom.min.js:10 fl @ react-dom.min.js:10 Nn @ react-dom.min.js:10 (anonymous) @ react-dom.min.js:10 setTimeout (async) s @ data.min.js:2 i @ data.min.js:2 (anonymous) @ edit-post.min.js:7 (anonymous) @ data.min.js:9 __unstableMarkListeningStores @ data.min.js:2 (anonymous) @ data.min.js:2 l @ data.min.js:9 (anonymous) @ data.min.js:9 ze @ data.min.js:9 Je @ data.min.js:9 ja @ edit-post.min.js:7 wt @ react-dom.min.js:10 js @ react-dom.min.js:10 wl @ react-dom.min.js:10 bl @ react-dom.min.js:10 yl @ react-dom.min.js:10 ol @ react-dom.min.js:10 v @ react.min.js:10 ce @ react.min.js:10 11:25:42.010 blocks.min.js:10 Block validation: Expected attribute `class` of value `wp-block-image aligncenter`, saw `aligncenter`. (anonymous) @ blocks.min.js:10 (anonymous) @ blocks.min.js:10 Zn @ blocks.min.js:10 (anonymous) @ blocks.min.js:10 Xn @ blocks.min.js:10 (anonymous) @ core-data.min.js:2 Ur @ react-dom.min.js:10 El @ react-dom.min.js:10 (anonymous) @ react-dom.min.js:10 xl @ react-dom.min.js:10 fl @ react-dom.min.js:10 Nn @ react-dom.min.js:10 (anonymous) @ react-dom.min.js:10 setTimeout (async) s @ data.min.js:2 i @ data.min.js:2 (anonymous) @ edit-post.min.js:7 (anonymous) @ data.min.js:9 __unstableMarkListeningStores @ data.min.js:2 (anonymous) @ data.min.js:2 l @ data.min.js:9 (anonymous) @ data.min.js:9 ze @ data.min.js:9 Je @ data.min.js:9 ja @ edit-post.min.js:7 wt @ react-dom.min.js:10 js @ react-dom.min.js:10 wl @ react-dom.min.js:10 bl @ react-dom.min.js:10 yl @ react-dom.min.js:10 ol @ react-dom.min.js:10 v @ react.min.js:10 ce @ react.min.js:10 11:25:42.011 blocks.min.js:10 Block validation: Block validation failed for `core/image` ({name: 'core/image', icon: {…}, keywords: Array(6), attributes: {…}, providesContext: {…}, …}). Content generated by `save` function: <figure class="wp-block-image aligncenter"><img data-pin-description="Con estos hotcakes de avena en la licuadora tú y tus hijos van a tener un desayuno de campeones todos los días. Estos hotcakes son fáciles de hacer, se pueden congelar y quedan deliciosos. " src="https://www.example.com/wp-content/uploads/2018/08/hotcakes-de-aavena-y-pera-4-of-11.jpg" alt="sirviendo la masa para hotcakes en la licuadora en un sarten" class="wp-image-13438"/></figure> Content retrieved from post body: <figure class="aligncenter"><img data-pin-description="Con estos hotcakes de avena en la licuadora tú y tus hijos van a tener un desayuno de campeones todos los días. Estos hotcakes son fáciles de hacer, se pueden congelar y quedan deliciosos. " src="https://www.example.com/wp-content/uploads/2018/08/hotcakes-de-aavena-y-pera-4-of-11.jpg" alt="sirviendo la masa para hotcakes en la licuadora en un sarten" class="wp-image-13438"/></figure> (anonymous) @ blocks.min.js:10 (anonymous) @ blocks.min.js:10 Zn @ blocks.min.js:10 (anonymous) @ blocks.min.js:10 Xn @ blocks.min.js:10 (anonymous) @ core-data.min.js:2 Ur @ react-dom.min.js:10 El @ react-dom.min.js:10 (anonymous) @ react-dom.min.js:10 xl @ react-dom.min.js:10 fl @ react-dom.min.js:10 Nn @ react-dom.min.js:10 (anonymous) @ react-dom.min.js:10 setTimeout (async) s @ data.min.js:2 i @ data.min.js:2 (anonymous) @ edit-post.min.js:7 (anonymous) @ data.min.js:9 __unstableMarkListeningStores @ data.min.js:2 (anonymous) @ data.min.js:2 l @ data.min.js:9 (anonymous) @ data.min.js:9 ze @ data.min.js:9 Je @ data.min.js:9 ja @ edit-post.min.js:7 wt @ react-dom.min.js:10 js @ react-dom.min.js:10 wl @ react-dom.min.js:10 bl @ react-dom.min.js:10 yl @ react-dom.min.js:10 ol @ react-dom.min.js:10 v @ react.min.js:10 ce @ react.min.js:10 11:25:42.019 blocks.min.js:10 Block validation: Expected attribute `class` of value `wp-block-image aligncenter`, saw `aligncenter`. (anonymous) @ blocks.min.js:10 (anonymous) @ blocks.min.js:10 Zn @ blocks.min.js:10 (anonymous) @ blocks.min.js:10 Xn @ blocks.min.js:10 (anonymous) @ core-data.min.js:2 Ur @ react-dom.min.js:10 El @ react-dom.min.js:10 (anonymous) @ react-dom.min.js:10 xl @ react-dom.min.js:10 fl @ react-dom.min.js:10 Nn @ react-dom.min.js:10 (anonymous) @ react-dom.min.js:10 setTimeout (async) s @ data.min.js:2 i @ data.min.js:2 (anonymous) @ edit-post.min.js:7 (anonymous) @ data.min.js:9 __unstableMarkListeningStores @ data.min.js:2 (anonymous) @ data.min.js:2 l @ data.min.js:9 (anonymous) @ data.min.js:9 ze @ data.min.js:9 Je @ data.min.js:9 ja @ edit-post.min.js:7 wt @ react-dom.min.js:10 js @ react-dom.min.js:10 wl @ react-dom.min.js:10 bl @ react-dom.min.js:10 yl @ react-dom.min.js:10 ol @ react-dom.min.js:10 v @ react.min.js:10 ce @ react.min.js:10 11:25:42.019 blocks.min.js:10 Block validation: Block validation failed for `core/image` ({name: 'core/image', icon: {…}, keywords: Array(6), attributes: {…}, providesContext: {…}, …}). Content generated by `save` function: <figure class="wp-block-image aligncenter"><img data-pin-description="Con estos hotcakes de avena en la licuadora tú y tus hijos van a tener un desayuno de campeones todos los días. Estos hotcakes son fáciles de hacer, se pueden congelar y quedan deliciosos. " src="https://www.example.com/wp-content/uploads/2018/08/hotcakes-de-aavena-y-pera-3-of-11.jpg" alt="hotcakes de avena sobre un comal" class="wp-image-13436"/></figure> Content retrieved from post body: <figure class="aligncenter"><img data-pin-description="Con estos hotcakes de avena en la licuadora tú y tus hijos van a tener un desayuno de campeones todos los días. Estos hotcakes son fáciles de hacer, se pueden congelar y quedan deliciosos. " src="https://www.example.com/wp-content/uploads/2018/08/hotcakes-de-aavena-y-pera-3-of-11.jpg" alt="hotcakes de avena sobre un comal" class="wp-image-13436"/></figure> (anonymous) @ blocks.min.js:10 (anonymous) @ blocks.min.js:10 Zn @ blocks.min.js:10 (anonymous) @ blocks.min.js:10 Xn @ blocks.min.js:10 (anonymous) @ core-data.min.js:2 Ur @ react-dom.min.js:10 El @ react-dom.min.js:10 (anonymous) @ react-dom.min.js:10 xl @ react-dom.min.js:10 fl @ react-dom.min.js:10 Nn @ react-dom.min.js:10 (anonymous) @ react-dom.min.js:10 setTimeout (async) s @ data.min.js:2 i @ data.min.js:2 (anonymous) @ edit-post.min.js:7 (anonymous) @ data.min.js:9 __unstableMarkListeningStores @ data.min.js:2 (anonymous) @ data.min.js:2 l @ data.min.js:9 (anonymous) @ data.min.js:9 ze @ data.min.js:9 Je @ data.min.js:9 ja @ edit-post.min.js:7 wt @ react-dom.min.js:10 js @ react-dom.min.js:10 wl @ react-dom.min.js:10 bl @ react-dom.min.js:10 yl @ react-dom.min.js:10 ol @ react-dom.min.js:10 v @ react.min.js:10 ce @ react.min.js:10 11:25:42.029 blocks.min.js:10 Block validation: Expected attribute `class` of value `wp-block-image aligncenter`, saw `aligncenter`. (anonymous) @ blocks.min.js:10 (anonymous) @ blocks.min.js:10 Zn @ blocks.min.js:10 (anonymous) @ blocks.min.js:10 Xn @ blocks.min.js:10 (anonymous) @ core-data.min.js:2 Ur @ react-dom.min.js:10 El @ react-dom.min.js:10 (anonymous) @ react-dom.min.js:10 xl @ react-dom.min.js:10 fl @ react-dom.min.js:10 Nn @ react-dom.min.js:10 (anonymous) @ react-dom.min.js:10 setTimeout (async) s @ data.min.js:2 i @ data.min.js:2 (anonymous) @ edit-post.min.js:7 (anonymous) @ data.min.js:9 __unstableMarkListeningStores @ data.min.js:2 (anonymous) @ data.min.js:2 l @ data.min.js:9 (anonymous) @ data.min.js:9 ze @ data.min.js:9 Je @ data.min.js:9 ja @ edit-post.min.js:7 wt @ react-dom.min.js:10 js @ react-dom.min.js:10 wl @ react-dom.min.js:10 bl @ react-dom.min.js:10 yl @ react-dom.min.js:10 ol @ react-dom.min.js:10 v @ react.min.js:10 ce @ react.min.js:10 11:25:42.029 blocks.min.js:10 Block validation: Block validation failed for `core/image` ({name: 'core/image', icon: {…}, keywords: Array(6), attributes: {…}, providesContext: {…}, …}). Content generated by `save` function: <figure class="wp-block-image aligncenter"><img data-pin-description="Con estos hotcakes de avena en la licuadora tú y tus hijos van a tener un desayuno de campeones todos los días. Estos hotcakes son fáciles de hacer, se pueden congelar y quedan deliciosos. " src="https://www.example.com/wp-content/uploads/2018/08/hotcakes-de-aavena-y-pera-11-of-11.jpg" alt="pancakes de avena en un plato con mantequilla y mucha miel de maple" class="wp-image-13442"/></figure> Content retrieved from post body: <figure class="aligncenter"><img data-pin-description="Con estos hotcakes de avena en la licuadora tú y tus hijos van a tener un desayuno de campeones todos los días. Estos hotcakes son fáciles de hacer, se pueden congelar y quedan deliciosos. " src="https://www.example.com/wp-content/uploads/2018/08/hotcakes-de-aavena-y-pera-11-of-11.jpg" alt="pancakes de avena en un plato con mantequilla y mucha miel de maple" class="wp-image-13442"/></figure> (anonymous) @ blocks.min.js:10 (anonymous) @ blocks.min.js:10 Zn @ blocks.min.js:10 (anonymous) @ blocks.min.js:10 Xn @ blocks.min.js:10 (anonymous) @ core-data.min.js:2 Ur @ react-dom.min.js:10 El @ react-dom.min.js:10 (anonymous) @ react-dom.min.js:10 xl @ react-dom.min.js:10 fl @ react-dom.min.js:10 Nn @ react-dom.min.js:10 (anonymous) @ react-dom.min.js:10 setTimeout (async) s @ data.min.js:2 i @ data.min.js:2 (anonymous) @ edit-post.min.js:7 (anonymous) @ data.min.js:9 __unstableMarkListeningStores @ data.min.js:2 (anonymous) @ data.min.js:2 l @ data.min.js:9 (anonymous) @ data.min.js:9 ze @ data.min.js:9 Je @ data.min.js:9 ja @ edit-post.min.js:7 wt @ react-dom.min.js:10 js @ react-dom.min.js:10 wl @ react-dom.min.js:10 bl @ react-dom.min.js:10 yl @ react-dom.min.js:10 ol @ react-dom.min.js:10 v @ react.min.js:10 ce @ react.min.js:10 11:25:42.032 deprecated.min.js:2 wp.editor.InnerBlocks.Content is deprecated since version 5.3 and will be removed in version 6.2. Please use wp.blockEditor.InnerBlocks.Content instead. i @ deprecated.min.js:2 (anonymous) @ editor.min.js:12 B @ element.min.js:9 Z @ element.min.js:9 Y @ element.min.js:9 B @ element.min.js:9 Ir @ blocks.min.js:10 En @ blocks.min.js:10 (anonymous) @ blocks.min.js:10 Zn @ blocks.min.js:10 (anonymous) @ blocks.min.js:10 Xn @ blocks.min.js:10 (anonymous) @ core-data.min.js:2 Ur @ react-dom.min.js:10 El @ react-dom.min.js:10 (anonymous) @ react-dom.min.js:10 xl @ react-dom.min.js:10 fl @ react-dom.min.js:10 Nn @ react-dom.min.js:10 (anonymous) @ react-dom.min.js:10 setTimeout (async) s @ data.min.js:2 i @ data.min.js:2 (anonymous) @ edit-post.min.js:7 (anonymous) @ data.min.js:9 __unstableMarkListeningStores @ data.min.js:2 (anonymous) @ data.min.js:2 l @ data.min.js:9 (anonymous) @ data.min.js:9 ze @ data.min.js:9 Je @ data.min.js:9 ja @ edit-post.min.js:7 wt @ react-dom.min.js:10 js @ react-dom.min.js:10 wl @ react-dom.min.js:10 bl @ react-dom.min.js:10 yl @ react-dom.min.js:10 ol @ react-dom.min.js:10 v @ react.min.js:10 ce @ react.min.js:10 11:25:42.349 deprecated.min.js:2 wp.editor.InnerBlocks is deprecated since version 5.3 and will be removed in version 6.2. Please use wp.blockEditor.InnerBlocks instead. i @ deprecated.min.js:2 (anonymous) @ editor.min.js:12 wt @ react-dom.min.js:10 dr @ react-dom.min.js:10 js @ react-dom.min.js:10 wl @ react-dom.min.js:10 bl @ react-dom.min.js:10 yl @ react-dom.min.js:10 fl @ react-dom.min.js:10 Nn @ react-dom.min.js:10 (anonymous) @ react-dom.min.js:10 setTimeout (async) s @ data.min.js:2 i @ data.min.js:2 (anonymous) @ edit-post.min.js:7 (anonymous) @ data.min.js:9 __unstableMarkListeningStores @ data.min.js:2 (anonymous) @ data.min.js:2 l @ data.min.js:9 (anonymous) @ data.min.js:9 ze @ data.min.js:9 Je @ data.min.js:9 ja @ edit-post.min.js:7 wt @ react-dom.min.js:10 js @ react-dom.min.js:10 wl @ react-dom.min.js:10 bl @ react-dom.min.js:10 yl @ react-dom.min.js:10 ol @ react-dom.min.js:10 v @ react.min.js:10 ce @ react.min.js:10 11:25:42.484 DevTools failed to load source map: Could not load content for https://www.example.com/sm/f07d8d7b2652873f485707eab4f3d300bf1f6f3b42912e189c8933b1b9b3dfde.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE 11:25:42.499 DevTools failed to load source map: Could not load content for https://www.example.com/wp-content/plugins/link-whisper-premium/js/moment.min.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE 11:25:42.557 react-dom.min.js:10 [Violation] 'setTimeout' handler took 600ms 11:25:42.577 [Violation] Forced reflow while executing JavaScript took 64ms 11:25:42.803 admin-bar-v2.js:68 3PC allowed 11:25:45.469 [Violation] Added non-passive event listener to a scroll-blocking <some> event. Consider marking event handler as 'passive' to make the page more responsive. See <URL> 11:25:45.469 [Violation] Added non-passive event listener to a scroll-blocking <some> event. Consider marking event handler as 'passive' to make the page more responsive. See <URL> 11:25:45.469 [Violation] Added non-passive event listener to a scroll-blocking <some> event. Consider marking event handler as 'passive' to make the page more responsive. See <URL> 11:25:45.469 [Violation] Added non-passive event listener to a scroll-blocking <some> event. Consider marking event handler as 'passive' to make the page more responsive. See <URL> 11:25:45.469 [Violation] Added non-passive event listener to a scroll-blocking <some> event. Consider marking event handler as 'passive' to make the page more responsive. See <URL> 11:25:42.838 wpil_admin.js:170 {response: {…}, count: 0} 11:26:43.394 XHR finished loading: POST "<URL>". 11:26:43.394 XHR finished loading: POST "<URL>". 11:26:43.394 XHR finished loading: POST "<URL>". 11:26:43.394 XHR finished loading: POST "<URL>". 11:26:43.394 XHR finished loading: POST "<URL>". 11:26:43.394 XHR finished loading: POST "<URL>". 11:25:43.201 post.php:1 [Intervention] Slow network is detected. See https://www.chromestatus.com/feature/5636954674692096 for more details. Fallback font will be used while loading: https://fonts.gstatic.com/s/raleway/v28/1Ptsg8zYS_SKggPNyCg4TYFq.woff2 11:25:43.220 widgets.wp.com/:1 GET https://stats.wp.com/w.js?61 net::ERR_CERT_COMMON_NAME_INVALID 11:25:43.614 Error with Permissions-Policy header: Unrecognized feature: 'ch-ua-form-factor'. 11:25:43.635 ZpEtHFNXo7A?version=3&rel=1&showsearch=0&showinfo=1&iv_load_policy=1&fs=1&hl=es-ES&autohide=2&wmode=transparent:1 [Intervention] Slow network is detected. See https://www.chromestatus.com/feature/5636954674692096 for more details. Fallback font will be used while loading: https://fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu4mxK.woff2 11:25:43.636 ZpEtHFNXo7A?version=3&rel=1&showsearch=0&showinfo=1&iv_load_policy=1&fs=1&hl=es-ES&autohide=2&wmode=transparent:1 [Intervention] Slow network is detected. See https://www.chromestatus.com/feature/5636954674692096 for more details. Fallback font will be used while loading: https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmEU9fBBc4.woff2 11:25:43.725 pixel.wp.com/boom.gif?v=0.9&u=https://public-api.wordpress.com/pinghub&json={%22beacons%22:[%22pinghub.restproxy.ws_supported.opera:1|c%22]}:1 GET https://pixel.wp.com/boom.gif?v=0.9&u=https://public-api.wordpress.com/pinghub&json={%22beacons%22:[%22pinghub.restproxy.ws_supported.opera:1|c%22]} net::ERR_CERT_COMMON_NAME_INVALID Image (async) b @ ?v=2.0:16 D @ ?v=2.0:16 O @ ?v=2.0:16 11:25:43.727 pixel.wp.com/boom.gif?v=0.9&u=https://public-api.wordpress.com/pinghub&json={%22beacons%22:[%22pinghub.restproxy.nocookie.opera:1|c%22]}:1 GET https://pixel.wp.com/boom.gif?v=0.9&u=https://public-api.wordpress.com/pinghub&json={%22beacons%22:[%22pinghub.restproxy.nocookie.opera:1|c%22]} net::ERR_CERT_COMMON_NAME_INVALID Image (async) b @ ?v=2.0:16 D @ ?v=2.0:16 O @ ?v=2.0:16 11:25:44.117 ?v=2.0:16 XHR finished loading: GET "https://public-api.wordpress.com/rest/v1.1/me?http_envelope=1&fields=ID%2Cusername". p @ ?v=2.0:16 O @ ?v=2.0:16 11:25:44.128 ?v=2.0:16 XHR finished loading: GET "https://public-api.wordpress.com/rest/v1.1/notifications/?http_envelope=1&fields=id%2Ctype%2Cunread%2Cbody%2Csubject%2Ctimestamp%2Cmeta%2Cnote_hash&number=10". p @ ?v=2.0:16 O @ ?v=2.0:16 11:25:44.341 ?v=2.0:16 WebSocket connection to 'wss://public-api.wordpress.com/pinghub/wpcom/me/newest-note-data' failed: Error during WebSocket handshake: Unexpected response code: 403 v @ ?v=2.0:16 D @ ?v=2.0:16 O @ ?v=2.0:16 11:25:44.345 pixel.wp.com/boom.gif?v=0.9&u=https://public-api.wordpress.com/pinghub&json={%22beacons%22:[%22pinghub.conn_err.opera:621|ms%22]}:1 GET https://pixel.wp.com/boom.gif?v=0.9&u=https://public-api.wordpress.com/pinghub&json={%22beacons%22:[%22pinghub.conn_err.opera:621|ms%22]} net::ERR_CERT_COMMON_NAME_INVALID Image (async) b @ ?v=2.0:16 e.onerror @ ?v=2.0:16 error (async) v @ ?v=2.0:16 D @ ?v=2.0:16 O @ ?v=2.0:16 11:25:44.346 pixel.wp.com/boom.gif?v=0.9&u=https://public-api.wordpress.com/pinghub&json={%22beacons%22:[%22pinghub.conn_close_code.1006.opera:621|ms%22]}:1 GET https://pixel.wp.com/boom.gif?v=0.9&u=https://public-api.wordpress.com/pinghub&json={%22beacons%22:[%22pinghub.conn_close_code.1006.opera:621|ms%22]} net::ERR_CERT_COMMON_NAME_INVALID Image (async) b @ ?v=2.0:16 e.onclose @ ?v=2.0:16 11:25:44.561 wpil_admin.js:170 {response: {…}, count: 6} 11:25:44.611 www-embed-player.js:887 GET https://googleads.g.doubleclick.net/pagead/id net::ERR_CERT_COMMON_NAME_INVALID ml @ www-embed-player.js:887 jl @ www-embed-player.js:872 (anonymous) @ www-embed-player.js:1452 Qd @ www-embed-player.js:318 Is @ www-embed-player.js:1449 xk @ www-embed-player.js:1468 Zs @ www-embed-player.js:1473 $s @ www-embed-player.js:1474 (anonymous) @ www-embed-player.js:1858 (anonymous) @ ZpEtHFNXo7A?version=3&rel=1&showsearch=0&showinfo=1&iv_load_policy=1&fs=1&hl=es-ES&autohide=2&wmode=transparent:10 11:25:44.614 www-embed-player.js:887 XHR failed loading: GET "https://googleads.g.doubleclick.net/pagead/id". ml @ www-embed-player.js:887 jl @ www-embed-player.js:872 (anonymous) @ www-embed-player.js:1452 Qd @ www-embed-player.js:318 Is @ www-embed-player.js:1449 xk @ www-embed-player.js:1468 Zs @ www-embed-player.js:1473 $s @ www-embed-player.js:1474 (anonymous) @ www-embed-player.js:1858 (anonymous) @ ZpEtHFNXo7A?version=3&rel=1&showsearch=0&showinfo=1&iv_load_policy=1&fs=1&hl=es-ES&autohide=2&wmode=transparent:10 11:25:45.095 [Violation] Added non-passive event listener to a scroll-blocking <some> event. Consider marking event handler as 'passive' to make the page more responsive. See <URL> 11:25:45.095 [Violation] Added non-passive event listener to a scroll-blocking <some> event. Consider marking event handler as 'passive' to make the page more responsive. See <URL> 11:25:45.095 [Violation] Added non-passive event listener to a scroll-blocking <some> event. Consider marking event handler as 'passive' to make the page more responsive. See <URL> 11:25:45.095 [Violation] Added non-passive event listener to a scroll-blocking <some> event. Consider marking event handler as 'passive' to make the page more responsive. See <URL> 11:25:45.095 [Violation] Added non-passive event listener to a scroll-blocking <some> event. Consider marking event handler as 'passive' to make the page more responsive. See <URL> 11:25:45.032 www-embed-player.js:842 [Violation] 'setTimeout' handler took 421ms 11:25:45.041 www-embed-player.js:1663 GET https://static.doubleclick.net/instream/ad_status.js net::ERR_CERT_COMMON_NAME_INVALID Hv @ www-embed-player.js:1663 Ev @ www-embed-player.js:1660 Dv @ www-embed-player.js:1659 Mv @ www-embed-player.js:1668 (anonymous) @ www-embed-player.js:1860 (anonymous) @ ZpEtHFNXo7A?version=3&rel=1&showsearch=0&showinfo=1&iv_load_policy=1&fs=1&hl=es-ES&autohide=2&wmode=transparent:10 11:25:50.114 XHR finished loading: GET "<URL>". 11:25:50.114 XHR finished loading: GET "<URL>". 11:25:50.114 XHR finished loading: GET "<URL>". 11:25:50.114 XHR finished loading: GET "<URL>". 11:25:50.114 XHR finished loading: GET "<URL>". 11:25:48.784 pixel.wp.com/g.gif?v=wpcom-no-pv&x_notes-menu-impressions=zero-jetpack&baba=0.9340668071812539:1 GET https://pixel.wp.com/g.gif?v=wpcom-no-pv&x_notes-menu-impressions=zero-jetpack&baba=0.9340668071812539 net::ERR_CERT_COMMON_NAME_INVALID Image (async) bumpStat @ notes-common-lite.min.js:1 WPNTView @ admin-bar-v2.js:20 initIFrame @ admin-bar-v2.js:70 (anonymous) @ admin-bar-v2.js:68 11:26:13.590 GET https://www.googletagmanager.com/gtag/js?id=UA-130569087-3&l=_googlesitekitDataLayer net::ERR_CERT_COMMON_NAME_INVALID (anonymous) @ googlesitekit-api-4d…f867135ad0ea2d.js:1 (anonymous) @ googlesitekit-api-4d…f867135ad0ea2d.js:1 u @ googlesitekit-vendor…5bc85dbb04dbbb.js:7 (anonymous) @ googlesitekit-vendor…5bc85dbb04dbbb.js:7 forEach.e.<computed> @ googlesitekit-vendor…5bc85dbb04dbbb.js:7 n @ googlesitekit-vendor…5bc85dbb04dbbb.js:1 _next @ googlesitekit-vendor…5bc85dbb04dbbb.js:1 (anonymous) @ googlesitekit-vendor…5bc85dbb04dbbb.js:1 (anonymous) @ googlesitekit-vendor…5bc85dbb04dbbb.js:1 (anonymous) @ googlesitekit-api-4d…f867135ad0ea2d.js:1 (anonymous) @ googlesitekit-adminb…2937196fc51544.js:1 (anonymous) @ googlesitekit-vendor…5bc85dbb04dbbb.js:1 11:26:15.493 Tracking event "view_urlsummary" (category "adminBar") took too long to fire. (anonymous) @ index.js:1 (anonymous) @ index-classic.js:1 (anonymous) @ googlesitekit-api-4d…f867135ad0ea2d.js:1 a @ index-classic.js:1 setTimeout (async) (anonymous) @ index.js:1 (anonymous) @ index-classic.js:1 (anonymous) @ googlesitekit-api-4d…f867135ad0ea2d.js:1 (anonymous) @ googlesitekit-api-4d…f867135ad0ea2d.js:1 u @ googlesitekit-vendor…5bc85dbb04dbbb.js:7 (anonymous) @ googlesitekit-vendor…5bc85dbb04dbbb.js:7 forEach.e.<computed> @ googlesitekit-vendor…5bc85dbb04dbbb.js:7 n @ googlesitekit-vendor…5bc85dbb04dbbb.js:1 _next @ googlesitekit-vendor…5bc85dbb04dbbb.js:1 (anonymous) @ googlesitekit-vendor…5bc85dbb04dbbb.js:1 (anonymous) @ googlesitekit-vendor…5bc85dbb04dbbb.js:1 (anonymous) @ googlesitekit-api-4d…f867135ad0ea2d.js:1 (anonymous) @ googlesitekit-adminb…2937196fc51544.js:1 (anonymous) @ googlesitekit-vendor…5bc85dbb04dbbb.js:1 11:26:15.966 WebSocket connection to 'wss://public-api.wordpress.com/pinghub/wpcom/me/newest-note-data' failed: Error during WebSocket handshake: Unexpected response code: 403 v @ public-api.wordpress.com/:16 D @ public-api.wordpress.com/:16 O @ public-api.wordpress.com/:16 11:26:15.970 pixel.wp.com/boom.gif?v=0.9&u=https://public-api.wordpress.com/pinghub&json={%22beacons%22:[%22pinghub.conn_err.opera:1473|ms%22]}:1 GET https://pixel.wp.com/boom.gif?v=0.9&u=https://public-api.wordpress.com/pinghub&json={%22beacons%22:[%22pinghub.conn_err.opera:1473|ms%22]} net::ERR_CERT_COMMON_NAME_INVALID Image (async) b @ public-api.wordpress.com/:16 e.onerror @ public-api.wordpress.com/:16 error (async) v @ public-api.wordpress.com/:16 D @ public-api.wordpress.com/:16 O @ public-api.wordpress.com/:16 11:26:15.971 pixel.wp.com/boom.gif?v=0.9&u=https://public-api.wordpress.com/pinghub&json={%22beacons%22:[%22pinghub.conn_close_code.1006.opera:1474|ms%22]}:1 GET https://pixel.wp.com/boom.gif?v=0.9&u=https://public-api.wordpress.com/pinghub&json={%22beacons%22:[%22pinghub.conn_close_code.1006.opera:1474|ms%22]} net::ERR_CERT_COMMON_NAME_INVALID Image (async) b @ public-api.wordpress.com/:16 e.onclose @ public-api.wordpress.com/:16 11:26:46.882 WebSocket connection to 'wss://public-api.wordpress.com/pinghub/wpcom/me/newest-note-data' failed: Error during WebSocket handshake: Unexpected response code: 403 v @ public-api.wordpress.com/:16 D @ public-api.wordpress.com/:16 O @ public-api.wordpress.com/:16 11:26:46.891 pixel.wp.com/boom.gif?v=0.9&u=https://public-api.wordpress.com/pinghub&json={%22beacons%22:[%22pinghub.conn_err.opera:388|ms%22]}:1 GET https://pixel.wp.com/boom.gif?v=0.9&u=https://public-api.wordpress.com/pinghub&json={%22beacons%22:[%22pinghub.conn_err.opera:388|ms%22]} net::ERR_CERT_COMMON_NAME_INVALID Image (async) b @ public-api.wordpress.com/:16 e.onerror @ public-api.wordpress.com/:16 error (async) v @ public-api.wordpress.com/:16 D @ public-api.wordpress.com/:16 O @ public-api.wordpress.com/:16 11:26:46.894 pixel.wp.com/boom.gif?v=0.9&u=https://public-api.wordpress.com/pinghub&json={%22beacons%22:[%22pinghub.conn_close_code.1006.opera:389|ms%22]}:1 GET https://pixel.wp.com/boom.gif?v=0.9&u=https://public-api.wordpress.com/pinghub&json={%22beacons%22:[%22pinghub.conn_close_code.1006.opera:389|ms%22]} net::ERR_CERT_COMMON_NAME_INVALID Image (async) b @ public-api.wordpress.com/:16 e.onclose @ public-api.wordpress.com/:16 11:27:03.830 XHR finished loading: GET "https://public-api.wordpress.com/rest/v1.1/notifications/?http_envelope=1&fields=id%2Ctype%2Cunread%2Cbody%2Csubject%2Ctimestamp%2Cmeta%2Cnote_hash&number=10". p @ public-api.wordpress.com/:16 O @ public-api.wordpress.com/:16 11:27:45.504 XHR failed loading: GET "https://googleads.g.doubleclick.net/pagead/id". ml @ www-embed-player.js:887 jl @ www-embed-player.js:872 (anonymous) @ www-embed-player.js:1452 Qd @ www-embed-player.js:318 Is @ www-embed-player.js:1449 (anonymous) @ www-embed-player.js:1472 (anonymous) @ www-embed-player.js:842 setTimeout (async) cl @ www-embed-player.js:865 Ys @ www-embed-player.js:1472 Xs @ www-embed-player.js:1471 (anonymous) @ www-embed-player.js:1468 e.h @ www-embed-player.js:334 ie @ www-embed-player.js:347 de @ www-embed-player.js:346 m.ge @ www-embed-player.js:345 Pd @ www-embed-player.js:317 Promise.then (async) Kd @ www-embed-player.js:315 Nd @ www-embed-player.js:314 fe @ www-embed-player.js:343 Rd @ www-embed-player.js:338 (anonymous) @ www-embed-player.js:318 a.onError @ www-embed-player.js:1450 (anonymous) @ www-embed-player.js:872 (anonymous) @ www-embed-player.js:842 k @ www-embed-player.js:885 XMLHttpRequest.send (async) ml @ www-embed-player.js:887 jl @ www-embed-player.js:872 (anonymous) @ www-embed-player.js:1452 Qd @ www-embed-player.js:318 Is @ www-embed-player.js:1449 xk @ www-embed-player.js:1468 Zs @ www-embed-player.js:1473 $s @ www-embed-player.js:1474 (anonymous) @ www-embed-player.js:1858 (anonymous) @ ZpEtHFNXo7A:10 11:27:45.504 GET https://googleads.g.doubleclick.net/pagead/id net::ERR_CERT_COMMON_NAME_INVALID ml @ www-embed-player.js:887 jl @ www-embed-player.js:872 (anonymous) @ www-embed-player.js:1452 Qd @ www-embed-player.js:318 Is @ www-embed-player.js:1449 (anonymous) @ www-embed-player.js:1472 (anonymous) @ www-embed-player.js:842 setTimeout (async) cl @ www-embed-player.js:865 Ys @ www-embed-player.js:1472 Xs @ www-embed-player.js:1471 (anonymous) @ www-embed-player.js:1468 e.h @ www-embed-player.js:334 ie @ www-embed-player.js:347 de @ www-embed-player.js:346 m.ge @ www-embed-player.js:345 Pd @ www-embed-player.js:317 Promise.then (async) Kd @ www-embed-player.js:315 Nd @ www-embed-player.js:314 fe @ www-embed-player.js:343 Rd @ www-embed-player.js:338 (anonymous) @ www-embed-player.js:318 a.onError @ www-embed-player.js:1450 (anonymous) @ www-embed-player.js:872 (anonymous) @ www-embed-player.js:842 k @ www-embed-player.js:885 XMLHttpRequest.send (async) ml @ www-embed-player.js:887 jl @ www-embed-player.js:872 (anonymous) @ www-embed-player.js:1452 Qd @ www-embed-player.js:318 Is @ www-embed-player.js:1449 xk @ www-embed-player.js:1468 Zs @ www-embed-player.js:1473 $s @ www-embed-player.js:1474 (anonymous) @ www-embed-player.js:1858 (anonymous) @ ZpEtHFNXo7A:10
After GB
11:47:23.598 XHR finished loading: POST "<URL>". 11:47:23.598 XHR finished loading: POST "<URL>". 11:47:23.598 XHR finished loading: POST "<URL>". 11:47:23.598 XHR finished loading: POST "<URL>". 11:47:23.598 XHR finished loading: POST "<URL>". 11:47:23.598 XHR finished loading: POST "<URL>". 11:47:23.598 XHR finished loading: POST "<URL>". 11:47:23.598 XHR finished loading: POST "<URL>". 11:47:23.598 XHR finished loading: POST "<URL>". 11:47:23.598 XHR finished loading: POST "<URL>". 11:47:04.034 Navigated to https://www.example.com/wp-admin/post.php?post=13433&action=edit&lang=es 11:47:18.745 Fetch finished loading: GET "<URL>". 11:47:18.745 Fetch finished loading: GET "<URL>". 11:47:18.745 Fetch finished loading: GET "<URL>". 11:47:18.745 Fetch finished loading: GET "<URL>". 11:47:18.745 Fetch finished loading: GET "<URL>". 11:47:18.745 Fetch finished loading: GET "<URL>". 11:47:18.745 Fetch finished loading: GET "<URL>". 11:47:18.745 Fetch finished loading: GET "<URL>". 11:47:18.745 Fetch finished loading: GET "<URL>". 11:47:18.745 Fetch finished loading: GET "<URL>". 11:47:18.745 Fetch finished loading: GET "<URL>". 11:47:18.745 Fetch finished loading: GET "<URL>". 11:47:18.745 Fetch finished loading: GET "<URL>". 11:47:18.745 Fetch finished loading: GET "<URL>". 11:47:18.745 Fetch finished loading: GET "<URL>". 11:47:18.745 Fetch finished loading: GET "<URL>". 11:47:18.745 Fetch finished loading: GET "<URL>". 11:47:18.745 Fetch finished loading: GET "<URL>". 11:47:18.745 Fetch finished loading: GET "<URL>". 11:47:18.745 Fetch finished loading: GET "<URL>". 11:47:18.745 Fetch finished loading: GET "<URL>". 11:47:06.954 jquery-migrate.min.js:2 JQMIGRATE: Migrate is installed, version 3.4.1 11:47:07.663 index.js:77 Declaring non-string block descriptions is deprecated since version 6.2. i @ index.js:77 nr @ actions.js:67 (anonymous) @ actions.js:183 (anonymous) @ thunk-middleware.js:4 (anonymous) @ index.js:24 (anonymous) @ promise-middleware.js:20 (anonymous) @ resolvers-cache-middleware.js:51 (anonymous) @ index.js:202 re @ registration.js:315 (anonymous) @ index.js:1 (anonymous) @ index.js:1 11:47:08.144 briefsReducer.js:6 briefsReducer {type: '@@redux/INITb.1.u.h.d.r'} 11:47:08.145 briefsReducer.js:6 briefsReducer {type: '@@redux/PROBE_UNKNOWN_ACTIONi.t.3.r.g'} 11:47:08.145 currentPageReducer.js:5 currentPageReducer {type: '@@redux/INITb.1.u.h.d.r'} 11:47:08.145 currentPageReducer.js:5 currentPageReducer {type: '@@redux/PROBE_UNKNOWN_ACTIONk.8.y.8.7'} 11:47:08.149 briefsReducer.js:6 briefsReducer {type: '@@redux/INITb.1.u.h.d.r'} 11:47:08.150 currentPageReducer.js:5 currentPageReducer {type: '@@redux/INITb.1.u.h.d.r'} 11:47:17.692 Fetch finished loading: GET "<URL>". 11:47:17.692 Fetch finished loading: GET "<URL>". 11:47:17.692 Fetch finished loading: GET "<URL>". 11:47:17.692 Fetch finished loading: GET "<URL>". 11:47:17.692 Fetch finished loading: GET "<URL>". 11:47:17.692 Fetch finished loading: GET "<URL>". 11:47:17.692 Fetch finished loading: GET "<URL>". 11:47:39.528 Fetch finished loading: POST "<URL>". 11:47:39.528 Fetch finished loading: POST "<URL>". 11:47:39.528 Fetch finished loading: POST "<URL>". 11:47:39.528 Fetch finished loading: POST "<URL>". 11:47:39.528 Fetch finished loading: POST "<URL>". 11:47:10.046 post.php:10060 GET https://stats.wp.com/w.js net::ERR_CERT_COMMON_NAME_INVALID 11:47:10.143 DevTools failed to load source map: Could not load content for https://widgets.wp.com/wpcom-block-editor/default.editor.min.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE 11:47:12.213 briefsReducer.js:6 briefsReducer {type: '@@redux/INITn.a.4.c.6.9'} 11:47:12.213 briefsReducer.js:6 briefsReducer {type: '@@redux/PROBE_UNKNOWN_ACTIONf.y.t.x.q.3'} 11:47:12.213 currentPageReducer.js:5 currentPageReducer {type: '@@redux/INITn.a.4.c.6.9'} 11:47:12.213 currentPageReducer.js:5 currentPageReducer {type: '@@redux/PROBE_UNKNOWN_ACTIONk.m.z.c.g'} 11:47:12.218 briefsReducer.js:6 briefsReducer {type: '@@redux/INITn.a.4.c.6.9'} 11:47:12.218 currentPageReducer.js:5 currentPageReducer {type: '@@redux/INITn.a.4.c.6.9'} 11:47:13.559 DevTools failed to load source map: Could not load content for https://www.example.com/wp-content/plugins/link-whisper-premium/js/moment.min.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE 11:47:13.568 DevTools failed to load source map: Could not load content for https://www.example.com/sm/f07d8d7b2652873f485707eab4f3d300bf1f6f3b42912e189c8933b1b9b3dfde.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE 11:47:13.872 wpil_admin.js:170 {response: {…}, count: 0} 11:48:17.988 XHR finished loading: POST "<URL>". 11:48:17.988 XHR finished loading: POST "<URL>". 11:48:17.988 XHR finished loading: POST "<URL>". 11:48:17.988 XHR finished loading: POST "<URL>". 11:48:17.988 XHR finished loading: POST "<URL>". 11:47:14.464 admin-bar-v2.js:2 Missing data from PHP (wpNotesArgs). (anonymous) @ admin-bar-v2.js:2 (anonymous) @ admin-bar-v2.js:74 11:47:15.154 wpil_admin.js:170 {response: {…}, count: 6} 11:47:15.850 web-stories-block.js:1 GET https://www.googletagmanager.com/gtag/js?id=G-T88C9951CM&l=webStoriesTrackingDataLayer net::ERR_CERT_COMMON_NAME_INVALID n @ web-stories-block.js:1 l @ web-stories-block.js:1 c @ web-stories-block.js:1 g @ web-stories-block.js:1 (anonymous) @ web-stories-block.js:10 (anonymous) @ web-stories-block.js:10 (anonymous) @ web-stories-block.js:10 11:47:16.615 jquery.min.js:2 [Intervention] Slow network is detected. See https://www.chromestatus.com/feature/5636954674692096 for more details. Fallback font will be used while loading: https://www.example.com/wp-content/plugins/sitepress-multilingual-cms/vendor/otgs/icons/fonts/otgs-icons.ttf?49e5d3e0aad3ed901389857c5c1533e7 11:47:16.616 jquery.min.js:2 [Intervention] Slow network is detected. See https://www.chromestatus.com/feature/5636954674692096 for more details. Fallback font will be used while loading: https://www.example.com/wp-content/plugins/litespeed-cache/assets/css/fonts/litespeedfont.ttf?rs8ttq 11:47:17.609 [Violation] Added non-passive event listener to a scroll-blocking <some> event. Consider marking event handler as 'passive' to make the page more responsive. See <URL> 11:47:17.609 [Violation] Added non-passive event listener to a scroll-blocking <some> event. Consider marking event handler as 'passive' to make the page more responsive. See <URL> 11:47:17.609 [Violation] Added non-passive event listener to a scroll-blocking <some> event. Consider marking event handler as 'passive' to make the page more responsive. See <URL> 11:47:17.609 [Violation] Added non-passive event listener to a scroll-blocking <some> event. Consider marking event handler as 'passive' to make the page more responsive. See <URL> 11:47:17.609 [Violation] Added non-passive event listener to a scroll-blocking <some> event. Consider marking event handler as 'passive' to make the page more responsive. See <URL> 11:47:16.769 index.js:77 wp.blocks.children.matcher is deprecated since version 6.1 and will be removed in version 6.3. Please use html source instead. See: https://developer.wordpress.org/block-editor/how-to-guides/block-tutorial/introducing-attributes-and-editable-fields/ i @ index.js:77 Mn @ children.js:150 (anonymous) @ get-block-attributes.js:215 a @ index.js:117 Dn @ get-block-attributes.js:261 Ln @ get-block-attributes.js:141 (anonymous) @ get-block-attributes.js:285 Hn @ get-block-attributes.js:282 (anonymous) @ apply-block-deprecated-versions.js:71 Fn @ index.js:250 (anonymous) @ index.js:312 qn @ index.js:311 (anonymous) @ entity-provider.js:180 useMemo @ react-dom.min.js:1 e.useMemo @ react.min.js:1 Un @ entity-provider.js:174 (anonymous) @ index.js:58 St @ react-dom.min.js:1 $s @ react-dom.min.js:1 Sl @ react-dom.min.js:1 kl @ react-dom.min.js:1 bl @ react-dom.min.js:1 dl @ react-dom.min.js:1 Nn @ react-dom.min.js:1 Cl @ react-dom.min.js:1 (anonymous) @ react-dom.min.js:1 v @ react.min.js:1 ce @ react.min.js:1 11:47:16.771 logger.js:17 Block validation: Expected attribute `class` of value `wp-block-image aligncenter`, saw `aligncenter`. (anonymous) @ logger.js:17 (anonymous) @ index.js:283 Fn @ index.js:283 (anonymous) @ index.js:312 qn @ index.js:311 (anonymous) @ entity-provider.js:180 useMemo @ react-dom.min.js:1 e.useMemo @ react.min.js:1 Un @ entity-provider.js:174 (anonymous) @ index.js:58 St @ react-dom.min.js:1 $s @ react-dom.min.js:1 Sl @ react-dom.min.js:1 kl @ react-dom.min.js:1 bl @ react-dom.min.js:1 dl @ react-dom.min.js:1 Nn @ react-dom.min.js:1 Cl @ react-dom.min.js:1 (anonymous) @ react-dom.min.js:1 v @ react.min.js:1 ce @ react.min.js:1 11:47:16.771 logger.js:17 Block validation: Block validation failed for `core/image` ({name: 'core/image', icon: {…}, keywords: Array(6), attributes: {…}, providesContext: {…}, …}). Content generated by `save` function: <figure class="wp-block-image aligncenter"><img data-pin-description="Con estos hotcakes de avena en la licuadora tú y tus hijos van a tener un desayuno de campeones todos los días. Estos hotcakes son fáciles de hacer, se pueden congelar y quedan deliciosos. " src="https://www.example.com/wp-content/uploads/2018/08/hotcakes-de-aavena-y-pera-9-of-11.jpg" alt="Hotcakes de avena con miel cayendoles encima" class="wp-image-13440"/></figure> Content retrieved from post body: <figure class="aligncenter"><img data-pin-description="Con estos hotcakes de avena en la licuadora tú y tus hijos van a tener un desayuno de campeones todos los días. Estos hotcakes son fáciles de hacer, se pueden congelar y quedan deliciosos. " src="https://www.example.com/wp-content/uploads/2018/08/hotcakes-de-aavena-y-pera-9-of-11.jpg" alt="Hotcakes de avena con miel cayendoles encima" class="wp-image-13440"/></figure> (anonymous) @ logger.js:17 (anonymous) @ index.js:283 Fn @ index.js:283 (anonymous) @ index.js:312 qn @ index.js:311 (anonymous) @ entity-provider.js:180 useMemo @ react-dom.min.js:1 e.useMemo @ react.min.js:1 Un @ entity-provider.js:174 (anonymous) @ index.js:58 St @ react-dom.min.js:1 $s @ react-dom.min.js:1 Sl @ react-dom.min.js:1 kl @ react-dom.min.js:1 bl @ react-dom.min.js:1 dl @ react-dom.min.js:1 Nn @ react-dom.min.js:1 Cl @ react-dom.min.js:1 (anonymous) @ react-dom.min.js:1 v @ react.min.js:1 ce @ react.min.js:1 11:47:16.781 logger.js:17 Block validation: Expected attribute `class` of value `wp-block-image aligncenter`, saw `aligncenter`. (anonymous) @ logger.js:17 (anonymous) @ index.js:283 Fn @ index.js:283 (anonymous) @ index.js:312 qn @ index.js:311 (anonymous) @ entity-provider.js:180 useMemo @ react-dom.min.js:1 e.useMemo @ react.min.js:1 Un @ entity-provider.js:174 (anonymous) @ index.js:58 St @ react-dom.min.js:1 $s @ react-dom.min.js:1 Sl @ react-dom.min.js:1 kl @ react-dom.min.js:1 bl @ react-dom.min.js:1 dl @ react-dom.min.js:1 Nn @ react-dom.min.js:1 Cl @ react-dom.min.js:1 (anonymous) @ react-dom.min.js:1 v @ react.min.js:1 ce @ react.min.js:1 11:47:16.782 logger.js:17 Block validation: Block validation failed for `core/image` ({name: 'core/image', icon: {…}, keywords: Array(6), attributes: {…}, providesContext: {…}, …}). Content generated by `save` function: <figure class="wp-block-image aligncenter"><img data-pin-description="Con estos hotcakes de avena en la licuadora tú y tus hijos van a tener un desayuno de campeones todos los días. Estos hotcakes son fáciles de hacer, se pueden congelar y quedan deliciosos. " src="https://www.example.com/wp-content/uploads/2018/08/hotcakes-de-aavena-y-pera-1-of-11.jpg" alt="ingredientes para hacer pancakes de avena de desayuno " class="wp-image-13434"/></figure> Content retrieved from post body: <figure class="aligncenter"><img data-pin-description="Con estos hotcakes de avena en la licuadora tú y tus hijos van a tener un desayuno de campeones todos los días. Estos hotcakes son fáciles de hacer, se pueden congelar y quedan deliciosos. " src="https://www.example.com/wp-content/uploads/2018/08/hotcakes-de-aavena-y-pera-1-of-11.jpg" alt="ingredientes para hacer pancakes de avena de desayuno " class="wp-image-13434"/></figure> (anonymous) @ logger.js:17 (anonymous) @ index.js:283 Fn @ index.js:283 (anonymous) @ index.js:312 qn @ index.js:311 (anonymous) @ entity-provider.js:180 useMemo @ react-dom.min.js:1 e.useMemo @ react.min.js:1 Un @ entity-provider.js:174 (anonymous) @ index.js:58 St @ react-dom.min.js:1 $s @ react-dom.min.js:1 Sl @ react-dom.min.js:1 kl @ react-dom.min.js:1 bl @ react-dom.min.js:1 dl @ react-dom.min.js:1 Nn @ react-dom.min.js:1 Cl @ react-dom.min.js:1 (anonymous) @ react-dom.min.js:1 v @ react.min.js:1 ce @ react.min.js:1 11:47:16.785 logger.js:17 Block validation: Expected attributes [Array(3)], instead saw []. (anonymous) @ logger.js:17 (anonymous) @ index.js:283 Fn @ index.js:283 (anonymous) @ index.js:312 qn @ index.js:311 (anonymous) @ entity-provider.js:180 useMemo @ react-dom.min.js:1 e.useMemo @ react.min.js:1 Un @ entity-provider.js:174 (anonymous) @ index.js:58 St @ react-dom.min.js:1 $s @ react-dom.min.js:1 Sl @ react-dom.min.js:1 kl @ react-dom.min.js:1 bl @ react-dom.min.js:1 dl @ react-dom.min.js:1 Nn @ react-dom.min.js:1 Cl @ react-dom.min.js:1 (anonymous) @ react-dom.min.js:1 v @ react.min.js:1 ce @ react.min.js:1 11:47:16.785 logger.js:17 Block validation: Block validation failed for `core/preformatted` ({name: 'core/preformatted', icon: {…}, keywords: Array(0), attributes: {…}, providesContext: {…}, …}). Content generated by `save` function: <pre class="wp-block-preformatted">🖐 En México a este le desayuno le decimos <a href="https://www.example.com/hotcakes-de-platano/" class="ek-link">hotcakes</a> de avena, pero también se les conoce como pancakes de avena, panqueques de avena o tortitas de avena. </pre> Content retrieved from post body: <pre>🖐 En México a este le desayuno le decimos <a href="https://www.example.com/hotcakes-de-platano/" class="ek-link">hotcakes</a> de avena, pero también se les conoce como pancakes de avena, panqueques de avena o tortitas de avena. </pre> (anonymous) @ logger.js:17 (anonymous) @ index.js:283 Fn @ index.js:283 (anonymous) @ index.js:312 qn @ index.js:311 (anonymous) @ entity-provider.js:180 useMemo @ react-dom.min.js:1 e.useMemo @ react.min.js:1 Un @ entity-provider.js:174 (anonymous) @ index.js:58 St @ react-dom.min.js:1 $s @ react-dom.min.js:1 Sl @ react-dom.min.js:1 kl @ react-dom.min.js:1 bl @ react-dom.min.js:1 dl @ react-dom.min.js:1 Nn @ react-dom.min.js:1 Cl @ react-dom.min.js:1 (anonymous) @ react-dom.min.js:1 v @ react.min.js:1 ce @ react.min.js:1 11:47:16.796 logger.js:17 Block validation: Expected attribute `class` of value `wp-block-image aligncenter`, saw `aligncenter`. (anonymous) @ logger.js:17 (anonymous) @ index.js:283 Fn @ index.js:283 (anonymous) @ index.js:312 qn @ index.js:311 (anonymous) @ entity-provider.js:180 useMemo @ react-dom.min.js:1 e.useMemo @ react.min.js:1 Un @ entity-provider.js:174 (anonymous) @ index.js:58 St @ react-dom.min.js:1 $s @ react-dom.min.js:1 Sl @ react-dom.min.js:1 kl @ react-dom.min.js:1 bl @ react-dom.min.js:1 dl @ react-dom.min.js:1 Nn @ react-dom.min.js:1 Cl @ react-dom.min.js:1 (anonymous) @ react-dom.min.js:1 v @ react.min.js:1 ce @ react.min.js:1 11:47:16.796 logger.js:17 Block validation: Block validation failed for `core/image` ({name: 'core/image', icon: {…}, keywords: Array(6), attributes: {…}, providesContext: {…}, …}). Content generated by `save` function: <figure class="wp-block-image aligncenter"><img data-pin-description="Con estos hotcakes de avena en la licuadora tú y tus hijos van a tener un desayuno de campeones todos los días. Estos hotcakes son fáciles de hacer, se pueden congelar y quedan deliciosos. " src="https://www.example.com/wp-content/uploads/2018/08/hotcakes-de-aavena-y-pera-4-of-11.jpg" alt="sirviendo la masa para hotcakes en la licuadora en un sarten" class="wp-image-13438"/></figure> Content retrieved from post body: <figure class="aligncenter"><img data-pin-description="Con estos hotcakes de avena en la licuadora tú y tus hijos van a tener un desayuno de campeones todos los días. Estos hotcakes son fáciles de hacer, se pueden congelar y quedan deliciosos. " src="https://www.example.com/wp-content/uploads/2018/08/hotcakes-de-aavena-y-pera-4-of-11.jpg" alt="sirviendo la masa para hotcakes en la licuadora en un sarten" class="wp-image-13438"/></figure> (anonymous) @ logger.js:17 (anonymous) @ index.js:283 Fn @ index.js:283 (anonymous) @ index.js:312 qn @ index.js:311 (anonymous) @ entity-provider.js:180 useMemo @ react-dom.min.js:1 e.useMemo @ react.min.js:1 Un @ entity-provider.js:174 (anonymous) @ index.js:58 St @ react-dom.min.js:1 $s @ react-dom.min.js:1 Sl @ react-dom.min.js:1 kl @ react-dom.min.js:1 bl @ react-dom.min.js:1 dl @ react-dom.min.js:1 Nn @ react-dom.min.js:1 Cl @ react-dom.min.js:1 (anonymous) @ react-dom.min.js:1 v @ react.min.js:1 ce @ react.min.js:1 11:47:16.806 logger.js:17 Block validation: Expected attribute `class` of value `wp-block-image aligncenter`, saw `aligncenter`. (anonymous) @ logger.js:17 (anonymous) @ index.js:283 Fn @ index.js:283 (anonymous) @ index.js:312 qn @ index.js:311 (anonymous) @ entity-provider.js:180 useMemo @ react-dom.min.js:1 e.useMemo @ react.min.js:1 Un @ entity-provider.js:174 (anonymous) @ index.js:58 St @ react-dom.min.js:1 $s @ react-dom.min.js:1 Sl @ react-dom.min.js:1 kl @ react-dom.min.js:1 bl @ react-dom.min.js:1 dl @ react-dom.min.js:1 Nn @ react-dom.min.js:1 Cl @ react-dom.min.js:1 (anonymous) @ react-dom.min.js:1 v @ react.min.js:1 ce @ react.min.js:1 11:47:16.806 logger.js:17 Block validation: Block validation failed for `core/image` ({name: 'core/image', icon: {…}, keywords: Array(6), attributes: {…}, providesContext: {…}, …}). Content generated by `save` function: <figure class="wp-block-image aligncenter"><img data-pin-description="Con estos hotcakes de avena en la licuadora tú y tus hijos van a tener un desayuno de campeones todos los días. Estos hotcakes son fáciles de hacer, se pueden congelar y quedan deliciosos. " src="https://www.example.com/wp-content/uploads/2018/08/hotcakes-de-aavena-y-pera-3-of-11.jpg" alt="hotcakes de avena sobre un comal" class="wp-image-13436"/></figure> Content retrieved from post body: <figure class="aligncenter"><img data-pin-description="Con estos hotcakes de avena en la licuadora tú y tus hijos van a tener un desayuno de campeones todos los días. Estos hotcakes son fáciles de hacer, se pueden congelar y quedan deliciosos. " src="https://www.example.com/wp-content/uploads/2018/08/hotcakes-de-aavena-y-pera-3-of-11.jpg" alt="hotcakes de avena sobre un comal" class="wp-image-13436"/></figure> (anonymous) @ logger.js:17 (anonymous) @ index.js:283 Fn @ index.js:283 (anonymous) @ index.js:312 qn @ index.js:311 (anonymous) @ entity-provider.js:180 useMemo @ react-dom.min.js:1 e.useMemo @ react.min.js:1 Un @ entity-provider.js:174 (anonymous) @ index.js:58 St @ react-dom.min.js:1 $s @ react-dom.min.js:1 Sl @ react-dom.min.js:1 kl @ react-dom.min.js:1 bl @ react-dom.min.js:1 dl @ react-dom.min.js:1 Nn @ react-dom.min.js:1 Cl @ react-dom.min.js:1 (anonymous) @ react-dom.min.js:1 v @ react.min.js:1 ce @ react.min.js:1 11:47:16.822 logger.js:17 Block validation: Expected attribute `class` of value `wp-block-image aligncenter`, saw `aligncenter`. (anonymous) @ logger.js:17 (anonymous) @ index.js:283 Fn @ index.js:283 (anonymous) @ index.js:312 qn @ index.js:311 (anonymous) @ entity-provider.js:180 useMemo @ react-dom.min.js:1 e.useMemo @ react.min.js:1 Un @ entity-provider.js:174 (anonymous) @ index.js:58 St @ react-dom.min.js:1 $s @ react-dom.min.js:1 Sl @ react-dom.min.js:1 kl @ react-dom.min.js:1 bl @ react-dom.min.js:1 dl @ react-dom.min.js:1 Nn @ react-dom.min.js:1 Cl @ react-dom.min.js:1 (anonymous) @ react-dom.min.js:1 v @ react.min.js:1 ce @ react.min.js:1 11:47:16.822 logger.js:17 Block validation: Block validation failed for `core/image` ({name: 'core/image', icon: {…}, keywords: Array(6), attributes: {…}, providesContext: {…}, …}). Content generated by `save` function: <figure class="wp-block-image aligncenter"><img data-pin-description="Con estos hotcakes de avena en la licuadora tú y tus hijos van a tener un desayuno de campeones todos los días. Estos hotcakes son fáciles de hacer, se pueden congelar y quedan deliciosos. " src="https://www.example.com/wp-content/uploads/2018/08/hotcakes-de-aavena-y-pera-11-of-11.jpg" alt="pancakes de avena en un plato con mantequilla y mucha miel de maple" class="wp-image-13442"/></figure> Content retrieved from post body: <figure class="aligncenter"><img data-pin-description="Con estos hotcakes de avena en la licuadora tú y tus hijos van a tener un desayuno de campeones todos los días. Estos hotcakes son fáciles de hacer, se pueden congelar y quedan deliciosos. " src="https://www.example.com/wp-content/uploads/2018/08/hotcakes-de-aavena-y-pera-11-of-11.jpg" alt="pancakes de avena en un plato con mantequilla y mucha miel de maple" class="wp-image-13442"/></figure> (anonymous) @ logger.js:17 (anonymous) @ index.js:283 Fn @ index.js:283 (anonymous) @ index.js:312 qn @ index.js:311 (anonymous) @ entity-provider.js:180 useMemo @ react-dom.min.js:1 e.useMemo @ react.min.js:1 Un @ entity-provider.js:174 (anonymous) @ index.js:58 St @ react-dom.min.js:1 $s @ react-dom.min.js:1 Sl @ react-dom.min.js:1 kl @ react-dom.min.js:1 bl @ react-dom.min.js:1 dl @ react-dom.min.js:1 Nn @ react-dom.min.js:1 Cl @ react-dom.min.js:1 (anonymous) @ react-dom.min.js:1 v @ react.min.js:1 ce @ react.min.js:1 11:47:16.825 index.js:77 wp.editor.InnerBlocks.Content is deprecated since version 5.3 and will be removed in version 6.2. Please use wp.blockEditor.InnerBlocks.Content instead. i @ index.js:77 (anonymous) @ deprecated.js:66 q @ serialize.js:618 B @ serialize.js:734 X @ serialize.js:659 q @ serialize.js:588 zr @ serializer.js:202 wn @ index.js:738 (anonymous) @ index.js:167 Fn @ index.js:243 (anonymous) @ index.js:312 qn @ index.js:311 (anonymous) @ entity-provider.js:180 useMemo @ react-dom.min.js:1 e.useMemo @ react.min.js:1 Un @ entity-provider.js:174 (anonymous) @ index.js:58 St @ react-dom.min.js:1 $s @ react-dom.min.js:1 Sl @ react-dom.min.js:1 kl @ react-dom.min.js:1 bl @ react-dom.min.js:1 dl @ react-dom.min.js:1 Nn @ react-dom.min.js:1 Cl @ react-dom.min.js:1 (anonymous) @ react-dom.min.js:1 v @ react.min.js:1 ce @ react.min.js:1 11:47:16.904 index.js:53 [Intervention] Slow network is detected. See https://www.chromestatus.com/feature/5636954674692096 for more details. Fallback font will be used while loading: https://fonts.gstatic.com/s/raleway/v28/1Ptug8zYS_SKggPNyC0ITw.woff2 11:47:17.101 index.js:77 wp.editor.InnerBlocks is deprecated since version 5.3 and will be removed in version 6.2. Please use wp.blockEditor.InnerBlocks instead. i @ index.js:77 (anonymous) @ deprecated.js:66 St @ react-dom.min.js:1 pr @ react-dom.min.js:1 $s @ react-dom.min.js:1 Sl @ react-dom.min.js:1 kl @ react-dom.min.js:1 bl @ react-dom.min.js:1 dl @ react-dom.min.js:1 Nn @ react-dom.min.js:1 Cl @ react-dom.min.js:1 (anonymous) @ react-dom.min.js:1 v @ react.min.js:1 ce @ react.min.js:1 11:47:17.293 logger.js:17 Block validation: Expected attribute `class` of value `wp-block-image aligncenter`, saw `aligncenter`. (anonymous) @ logger.js:17 (anonymous) @ index.js:283 Fn @ index.js:283 (anonymous) @ index.js:312 qn @ index.js:311 (anonymous) @ selectors.js:1102 r @ rememo.js:270 ve @ selectors.js:821 r @ index.js:237 (anonymous) @ index.js:53 (anonymous) @ index.js:133 __unstableMarkListeningStores @ registry.js:123 (anonymous) @ registry.js:204 l @ index.js:132 (anonymous) @ index.js:166 He @ index.js:184 Ke @ index.js:273 Cs @ index.js:45 St @ react-dom.min.js:1 $s @ react-dom.min.js:1 Sl @ react-dom.min.js:1 kl @ react-dom.min.js:1 bl @ react-dom.min.js:1 dl @ react-dom.min.js:1 Nn @ react-dom.min.js:1 Cl @ react-dom.min.js:1 (anonymous) @ react-dom.min.js:1 v @ react.min.js:1 ce @ react.min.js:1 11:47:17.297 logger.js:17 Block validation: Block validation failed for `core/image` ({name: 'core/image', icon: {…}, keywords: Array(6), attributes: {…}, providesContext: {…}, …}). Content generated by `save` function: <figure class="wp-block-image aligncenter"><img data-pin-description="Con estos hotcakes de avena en la licuadora tú y tus hijos van a tener un desayuno de campeones todos los días. Estos hotcakes son fáciles de hacer, se pueden congelar y quedan deliciosos. " src="https://www.example.com/wp-content/uploads/2018/08/hotcakes-de-aavena-y-pera-9-of-11.jpg" alt="Hotcakes de avena con miel cayendoles encima" class="wp-image-13440"/></figure> Content retrieved from post body: <figure class="aligncenter"><img data-pin-description="Con estos hotcakes de avena en la licuadora tú y tus hijos van a tener un desayuno de campeones todos los días. Estos hotcakes son fáciles de hacer, se pueden congelar y quedan deliciosos. " src="https://www.example.com/wp-content/uploads/2018/08/hotcakes-de-aavena-y-pera-9-of-11.jpg" alt="Hotcakes de avena con miel cayendoles encima" class="wp-image-13440"/></figure> (anonymous) @ logger.js:17 (anonymous) @ index.js:283 Fn @ index.js:283 (anonymous) @ index.js:312 qn @ index.js:311 (anonymous) @ selectors.js:1102 r @ rememo.js:270 ve @ selectors.js:821 r @ index.js:237 (anonymous) @ index.js:53 (anonymous) @ index.js:133 __unstableMarkListeningStores @ registry.js:123 (anonymous) @ registry.js:204 l @ index.js:132 (anonymous) @ index.js:166 He @ index.js:184 Ke @ index.js:273 Cs @ index.js:45 St @ react-dom.min.js:1 $s @ react-dom.min.js:1 Sl @ react-dom.min.js:1 kl @ react-dom.min.js:1 bl @ react-dom.min.js:1 dl @ react-dom.min.js:1 Nn @ react-dom.min.js:1 Cl @ react-dom.min.js:1 (anonymous) @ react-dom.min.js:1 v @ react.min.js:1 ce @ react.min.js:1 11:47:17.308 logger.js:17 Block validation: Expected attribute `class` of value `wp-block-image aligncenter`, saw `aligncenter`. (anonymous) @ logger.js:17 (anonymous) @ index.js:283 Fn @ index.js:283 (anonymous) @ index.js:312 qn @ index.js:311 (anonymous) @ selectors.js:1102 r @ rememo.js:270 ve @ selectors.js:821 r @ index.js:237 (anonymous) @ index.js:53 (anonymous) @ index.js:133 __unstableMarkListeningStores @ registry.js:123 (anonymous) @ registry.js:204 l @ index.js:132 (anonymous) @ index.js:166 He @ index.js:184 Ke @ index.js:273 Cs @ index.js:45 St @ react-dom.min.js:1 $s @ react-dom.min.js:1 Sl @ react-dom.min.js:1 kl @ react-dom.min.js:1 bl @ react-dom.min.js:1 dl @ react-dom.min.js:1 Nn @ react-dom.min.js:1 Cl @ react-dom.min.js:1 (anonymous) @ react-dom.min.js:1 v @ react.min.js:1 ce @ react.min.js:1 11:47:17.308 logger.js:17 Block validation: Block validation failed for `core/image` ({name: 'core/image', icon: {…}, keywords: Array(6), attributes: {…}, providesContext: {…}, …}). Content generated by `save` function: <figure class="wp-block-image aligncenter"><img data-pin-description="Con estos hotcakes de avena en la licuadora tú y tus hijos van a tener un desayuno de campeones todos los días. Estos hotcakes son fáciles de hacer, se pueden congelar y quedan deliciosos. " src="https://www.example.com/wp-content/uploads/2018/08/hotcakes-de-aavena-y-pera-1-of-11.jpg" alt="ingredientes para hacer pancakes de avena de desayuno " class="wp-image-13434"/></figure> Content retrieved from post body: <figure class="aligncenter"><img data-pin-description="Con estos hotcakes de avena en la licuadora tú y tus hijos van a tener un desayuno de campeones todos los días. Estos hotcakes son fáciles de hacer, se pueden congelar y quedan deliciosos. " src="https://www.example.com/wp-content/uploads/2018/08/hotcakes-de-aavena-y-pera-1-of-11.jpg" alt="ingredientes para hacer pancakes de avena de desayuno " class="wp-image-13434"/></figure> (anonymous) @ logger.js:17 (anonymous) @ index.js:283 Fn @ index.js:283 (anonymous) @ index.js:312 qn @ index.js:311 (anonymous) @ selectors.js:1102 r @ rememo.js:270 ve @ selectors.js:821 r @ index.js:237 (anonymous) @ index.js:53 (anonymous) @ index.js:133 __unstableMarkListeningStores @ registry.js:123 (anonymous) @ registry.js:204 l @ index.js:132 (anonymous) @ index.js:166 He @ index.js:184 Ke @ index.js:273 Cs @ index.js:45 St @ react-dom.min.js:1 $s @ react-dom.min.js:1 Sl @ react-dom.min.js:1 kl @ react-dom.min.js:1 bl @ react-dom.min.js:1 dl @ react-dom.min.js:1 Nn @ react-dom.min.js:1 Cl @ react-dom.min.js:1 (anonymous) @ react-dom.min.js:1 v @ react.min.js:1 ce @ react.min.js:1 11:47:17.312 logger.js:17 Block validation: Expected attributes [Array(3)], instead saw []. (anonymous) @ logger.js:17 (anonymous) @ index.js:283 Fn @ index.js:283 (anonymous) @ index.js:312 qn @ index.js:311 (anonymous) @ selectors.js:1102 r @ rememo.js:270 ve @ selectors.js:821 r @ index.js:237 (anonymous) @ index.js:53 (anonymous) @ index.js:133 __unstableMarkListeningStores @ registry.js:123 (anonymous) @ registry.js:204 l @ index.js:132 (anonymous) @ index.js:166 He @ index.js:184 Ke @ index.js:273 Cs @ index.js:45 St @ react-dom.min.js:1 $s @ react-dom.min.js:1 Sl @ react-dom.min.js:1 kl @ react-dom.min.js:1 bl @ react-dom.min.js:1 dl @ react-dom.min.js:1 Nn @ react-dom.min.js:1 Cl @ react-dom.min.js:1 (anonymous) @ react-dom.min.js:1 v @ react.min.js:1 ce @ react.min.js:1 11:47:17.312 logger.js:17 Block validation: Block validation failed for `core/preformatted` ({name: 'core/preformatted', icon: {…}, keywords: Array(0), attributes: {…}, providesContext: {…}, …}). Content generated by `save` function: <pre class="wp-block-preformatted">🖐 En México a este le desayuno le decimos <a href="https://www.example.com/hotcakes-de-platano/" class="ek-link">hotcakes</a> de avena, pero también se les conoce como pancakes de avena, panqueques de avena o tortitas de avena. </pre> Content retrieved from post body: <pre>🖐 En México a este le desayuno le decimos <a href="https://www.example.com/hotcakes-de-platano/" class="ek-link">hotcakes</a> de avena, pero también se les conoce como pancakes de avena, panqueques de avena o tortitas de avena. </pre> (anonymous) @ logger.js:17 (anonymous) @ index.js:283 Fn @ index.js:283 (anonymous) @ index.js:312 qn @ index.js:311 (anonymous) @ selectors.js:1102 r @ rememo.js:270 ve @ selectors.js:821 r @ index.js:237 (anonymous) @ index.js:53 (anonymous) @ index.js:133 __unstableMarkListeningStores @ registry.js:123 (anonymous) @ registry.js:204 l @ index.js:132 (anonymous) @ index.js:166 He @ index.js:184 Ke @ index.js:273 Cs @ index.js:45 St @ react-dom.min.js:1 $s @ react-dom.min.js:1 Sl @ react-dom.min.js:1 kl @ react-dom.min.js:1 bl @ react-dom.min.js:1 dl @ react-dom.min.js:1 Nn @ react-dom.min.js:1 Cl @ react-dom.min.js:1 (anonymous) @ react-dom.min.js:1 v @ react.min.js:1 ce @ react.min.js:1 11:47:17.321 logger.js:17 Block validation: Expected attribute `class` of value `wp-block-image aligncenter`, saw `aligncenter`. (anonymous) @ logger.js:17 (anonymous) @ index.js:283 Fn @ index.js:283 (anonymous) @ index.js:312 qn @ index.js:311 (anonymous) @ selectors.js:1102 r @ rememo.js:270 ve @ selectors.js:821 r @ index.js:237 (anonymous) @ index.js:53 (anonymous) @ index.js:133 __unstableMarkListeningStores @ registry.js:123 (anonymous) @ registry.js:204 l @ index.js:132 (anonymous) @ index.js:166 He @ index.js:184 Ke @ index.js:273 Cs @ index.js:45 St @ react-dom.min.js:1 $s @ react-dom.min.js:1 Sl @ react-dom.min.js:1 kl @ react-dom.min.js:1 bl @ react-dom.min.js:1 dl @ react-dom.min.js:1 Nn @ react-dom.min.js:1 Cl @ react-dom.min.js:1 (anonymous) @ react-dom.min.js:1 v @ react.min.js:1 ce @ react.min.js:1 11:47:17.321 logger.js:17 Block validation: Block validation failed for `core/image` ({name: 'core/image', icon: {…}, keywords: Array(6), attributes: {…}, providesContext: {…}, …}). Content generated by `save` function: <figure class="wp-block-image aligncenter"><img data-pin-description="Con estos hotcakes de avena en la licuadora tú y tus hijos van a tener un desayuno de campeones todos los días. Estos hotcakes son fáciles de hacer, se pueden congelar y quedan deliciosos. " src="https://www.example.com/wp-content/uploads/2018/08/hotcakes-de-aavena-y-pera-4-of-11.jpg" alt="sirviendo la masa para hotcakes en la licuadora en un sarten" class="wp-image-13438"/></figure> Content retrieved from post body: <figure class="aligncenter"><img data-pin-description="Con estos hotcakes de avena en la licuadora tú y tus hijos van a tener un desayuno de campeones todos los días. Estos hotcakes son fáciles de hacer, se pueden congelar y quedan deliciosos. " src="https://www.example.com/wp-content/uploads/2018/08/hotcakes-de-aavena-y-pera-4-of-11.jpg" alt="sirviendo la masa para hotcakes en la licuadora en un sarten" class="wp-image-13438"/></figure> (anonymous) @ logger.js:17 (anonymous) @ index.js:283 Fn @ index.js:283 (anonymous) @ index.js:312 qn @ index.js:311 (anonymous) @ selectors.js:1102 r @ rememo.js:270 ve @ selectors.js:821 r @ index.js:237 (anonymous) @ index.js:53 (anonymous) @ index.js:133 __unstableMarkListeningStores @ registry.js:123 (anonymous) @ registry.js:204 l @ index.js:132 (anonymous) @ index.js:166 He @ index.js:184 Ke @ index.js:273 Cs @ index.js:45 St @ react-dom.min.js:1 $s @ react-dom.min.js:1 Sl @ react-dom.min.js:1 kl @ react-dom.min.js:1 bl @ react-dom.min.js:1 dl @ react-dom.min.js:1 Nn @ react-dom.min.js:1 Cl @ react-dom.min.js:1 (anonymous) @ react-dom.min.js:1 v @ react.min.js:1 ce @ react.min.js:1 11:47:17.337 logger.js:17 Block validation: Expected attribute `class` of value `wp-block-image aligncenter`, saw `aligncenter`. (anonymous) @ logger.js:17 (anonymous) @ index.js:283 Fn @ index.js:283 (anonymous) @ index.js:312 qn @ index.js:311 (anonymous) @ selectors.js:1102 r @ rememo.js:270 ve @ selectors.js:821 r @ index.js:237 (anonymous) @ index.js:53 (anonymous) @ index.js:133 __unstableMarkListeningStores @ registry.js:123 (anonymous) @ registry.js:204 l @ index.js:132 (anonymous) @ index.js:166 He @ index.js:184 Ke @ index.js:273 Cs @ index.js:45 St @ react-dom.min.js:1 $s @ react-dom.min.js:1 Sl @ react-dom.min.js:1 kl @ react-dom.min.js:1 bl @ react-dom.min.js:1 dl @ react-dom.min.js:1 Nn @ react-dom.min.js:1 Cl @ react-dom.min.js:1 (anonymous) @ react-dom.min.js:1 v @ react.min.js:1 ce @ react.min.js:1 11:47:17.338 logger.js:17 Block validation: Block validation failed for `core/image` ({name: 'core/image', icon: {…}, keywords: Array(6), attributes: {…}, providesContext: {…}, …}). Content generated by `save` function: <figure class="wp-block-image aligncenter"><img data-pin-description="Con estos hotcakes de avena en la licuadora tú y tus hijos van a tener un desayuno de campeones todos los días. Estos hotcakes son fáciles de hacer, se pueden congelar y quedan deliciosos. " src="https://www.example.com/wp-content/uploads/2018/08/hotcakes-de-aavena-y-pera-3-of-11.jpg" alt="hotcakes de avena sobre un comal" class="wp-image-13436"/></figure> Content retrieved from post body: <figure class="aligncenter"><img data-pin-description="Con estos hotcakes de avena en la licuadora tú y tus hijos van a tener un desayuno de campeones todos los días. Estos hotcakes son fáciles de hacer, se pueden congelar y quedan deliciosos. " src="https://www.example.com/wp-content/uploads/2018/08/hotcakes-de-aavena-y-pera-3-of-11.jpg" alt="hotcakes de avena sobre un comal" class="wp-image-13436"/></figure> (anonymous) @ logger.js:17 (anonymous) @ index.js:283 Fn @ index.js:283 (anonymous) @ index.js:312 qn @ index.js:311 (anonymous) @ selectors.js:1102 r @ rememo.js:270 ve @ selectors.js:821 r @ index.js:237 (anonymous) @ index.js:53 (anonymous) @ index.js:133 __unstableMarkListeningStores @ registry.js:123 (anonymous) @ registry.js:204 l @ index.js:132 (anonymous) @ index.js:166 He @ index.js:184 Ke @ index.js:273 Cs @ index.js:45 St @ react-dom.min.js:1 $s @ react-dom.min.js:1 Sl @ react-dom.min.js:1 kl @ react-dom.min.js:1 bl @ react-dom.min.js:1 dl @ react-dom.min.js:1 Nn @ react-dom.min.js:1 Cl @ react-dom.min.js:1 (anonymous) @ react-dom.min.js:1 v @ react.min.js:1 ce @ react.min.js:1 11:47:17.353 logger.js:17 Block validation: Expected attribute `class` of value `wp-block-image aligncenter`, saw `aligncenter`. (anonymous) @ logger.js:17 (anonymous) @ index.js:283 Fn @ index.js:283 (anonymous) @ index.js:312 qn @ index.js:311 (anonymous) @ selectors.js:1102 r @ rememo.js:270 ve @ selectors.js:821 r @ index.js:237 (anonymous) @ index.js:53 (anonymous) @ index.js:133 __unstableMarkListeningStores @ registry.js:123 (anonymous) @ registry.js:204 l @ index.js:132 (anonymous) @ index.js:166 He @ index.js:184 Ke @ index.js:273 Cs @ index.js:45 St @ react-dom.min.js:1 $s @ react-dom.min.js:1 Sl @ react-dom.min.js:1 kl @ react-dom.min.js:1 bl @ react-dom.min.js:1 dl @ react-dom.min.js:1 Nn @ react-dom.min.js:1 Cl @ react-dom.min.js:1 (anonymous) @ react-dom.min.js:1 v @ react.min.js:1 ce @ react.min.js:1 11:47:17.353 logger.js:17 Block validation: Block validation failed for `core/image` ({name: 'core/image', icon: {…}, keywords: Array(6), attributes: {…}, providesContext: {…}, …}). Content generated by `save` function: <figure class="wp-block-image aligncenter"><img data-pin-description="Con estos hotcakes de avena en la licuadora tú y tus hijos van a tener un desayuno de campeones todos los días. Estos hotcakes son fáciles de hacer, se pueden congelar y quedan deliciosos. " src="https://www.example.com/wp-content/uploads/2018/08/hotcakes-de-aavena-y-pera-11-of-11.jpg" alt="pancakes de avena en un plato con mantequilla y mucha miel de maple" class="wp-image-13442"/></figure> Content retrieved from post body: <figure class="aligncenter"><img data-pin-description="Con estos hotcakes de avena en la licuadora tú y tus hijos van a tener un desayuno de campeones todos los días. Estos hotcakes son fáciles de hacer, se pueden congelar y quedan deliciosos. " src="https://www.example.com/wp-content/uploads/2018/08/hotcakes-de-aavena-y-pera-11-of-11.jpg" alt="pancakes de avena en un plato con mantequilla y mucha miel de maple" class="wp-image-13442"/></figure> (anonymous) @ logger.js:17 (anonymous) @ index.js:283 Fn @ index.js:283 (anonymous) @ index.js:312 qn @ index.js:311 (anonymous) @ selectors.js:1102 r @ rememo.js:270 ve @ selectors.js:821 r @ index.js:237 (anonymous) @ index.js:53 (anonymous) @ index.js:133 __unstableMarkListeningStores @ registry.js:123 (anonymous) @ registry.js:204 l @ index.js:132 (anonymous) @ index.js:166 He @ index.js:184 Ke @ index.js:273 Cs @ index.js:45 St @ react-dom.min.js:1 $s @ react-dom.min.js:1 Sl @ react-dom.min.js:1 kl @ react-dom.min.js:1 bl @ react-dom.min.js:1 dl @ react-dom.min.js:1 Nn @ react-dom.min.js:1 Cl @ react-dom.min.js:1 (anonymous) @ react-dom.min.js:1 v @ react.min.js:1 ce @ react.min.js:1 11:47:17.376 react.min.js:1 [Violation] 'message' handler took 645ms 11:47:17.387 [Violation] Forced reflow while executing JavaScript took 75ms 11:47:17.486 admin-bar-v2.js:68 3PC allowed 11:47:17.636 widgets.wp.com/:1 GET https://stats.wp.com/w.js?61 net::ERR_CERT_COMMON_NAME_INVALID 11:47:18.131 post.php:1 [Intervention] Slow network is detected. See https://www.chromestatus.com/feature/5636954674692096 for more details. Fallback font will be used while loading: https://fonts.gstatic.com/s/raleway/v28/1Ptsg8zYS_SKggPNyCg4TYFq.woff2 11:47:18.375 pixel.wp.com/boom.gif?v=0.9&u=https://public-api.wordpress.com/pinghub&json={%22beacons%22:[%22pinghub.restproxy.ws_supported.opera:1|c%22]}:1 GET https://pixel.wp.com/boom.gif?v=0.9&u=https://public-api.wordpress.com/pinghub&json={%22beacons%22:[%22pinghub.restproxy.ws_supported.opera:1|c%22]} net::ERR_CERT_COMMON_NAME_INVALID Image (async) b @ ?v=2.0:16 D @ ?v=2.0:16 O @ ?v=2.0:16 11:47:18.375 pixel.wp.com/boom.gif?v=0.9&u=https://public-api.wordpress.com/pinghub&json={%22beacons%22:[%22pinghub.restproxy.nocookie.opera:1|c%22]}:1 GET https://pixel.wp.com/boom.gif?v=0.9&u=https://public-api.wordpress.com/pinghub&json={%22beacons%22:[%22pinghub.restproxy.nocookie.opera:1|c%22]} net::ERR_CERT_COMMON_NAME_INVALID Image (async) b @ ?v=2.0:16 D @ ?v=2.0:16 O @ ?v=2.0:16 11:49:02.800 XHR finished loading: GET "<URL>". 11:49:02.800 XHR finished loading: GET "<URL>". 11:49:02.800 XHR finished loading: GET "<URL>". 11:49:02.800 XHR finished loading: GET "<URL>". 11:49:02.800 XHR finished loading: GET "<URL>". 11:47:19.673 Error with Permissions-Policy header: Unrecognized feature: 'ch-ua-form-factor'. 11:47:19.689 ZpEtHFNXo7A?version=3&rel=1&showsearch=0&showinfo=1&iv_load_policy=1&fs=1&hl=es-ES&autohide=2&wmode=transparent:1 [Intervention] Slow network is detected. See https://www.chromestatus.com/feature/5636954674692096 for more details. Fallback font will be used while loading: https://fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu4mxK.woff2 11:47:19.689 ZpEtHFNXo7A?version=3&rel=1&showsearch=0&showinfo=1&iv_load_policy=1&fs=1&hl=es-ES&autohide=2&wmode=transparent:1 [Intervention] Slow network is detected. See https://www.chromestatus.com/feature/5636954674692096 for more details. Fallback font will be used while loading: https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmEU9fBBc4.woff2 11:47:26.315 XHR finished loading: GET "<URL>". 11:47:26.315 XHR finished loading: GET "<URL>". 11:47:26.315 XHR finished loading: GET "<URL>". 11:47:26.315 XHR finished loading: GET "<URL>". 11:47:26.315 XHR finished loading: GET "<URL>". 11:47:21.107 www-embed-player.js:887 XHR failed loading: GET "https://googleads.g.doubleclick.net/pagead/id". ml @ www-embed-player.js:887 jl @ www-embed-player.js:872 (anonymous) @ www-embed-player.js:1452 Qd @ www-embed-player.js:318 Is @ www-embed-player.js:1449 xk @ www-embed-player.js:1468 Zs @ www-embed-player.js:1473 $s @ www-embed-player.js:1474 (anonymous) @ www-embed-player.js:1858 (anonymous) @ ZpEtHFNXo7A?version=3&rel=1&showsearch=0&showinfo=1&iv_load_policy=1&fs=1&hl=es-ES&autohide=2&wmode=transparent:10 11:47:21.107 www-embed-player.js:887 GET https://googleads.g.doubleclick.net/pagead/id net::ERR_CERT_COMMON_NAME_INVALID ml @ www-embed-player.js:887 jl @ www-embed-player.js:872 (anonymous) @ www-embed-player.js:1452 Qd @ www-embed-player.js:318 Is @ www-embed-player.js:1449 xk @ www-embed-player.js:1468 Zs @ www-embed-player.js:1473 $s @ www-embed-player.js:1474 (anonymous) @ www-embed-player.js:1858 (anonymous) @ ZpEtHFNXo7A?version=3&rel=1&showsearch=0&showinfo=1&iv_load_policy=1&fs=1&hl=es-ES&autohide=2&wmode=transparent:10 11:47:21.583 [Violation] Added non-passive event listener to a scroll-blocking <some> event. Consider marking event handler as 'passive' to make the page more responsive. See <URL> 11:47:21.583 [Violation] Added non-passive event listener to a scroll-blocking <some> event. Consider marking event handler as 'passive' to make the page more responsive. See <URL> 11:47:21.583 [Violation] Added non-passive event listener to a scroll-blocking <some> event. Consider marking event handler as 'passive' to make the page more responsive. See <URL> 11:47:21.583 [Violation] Added non-passive event listener to a scroll-blocking <some> event. Consider marking event handler as 'passive' to make the page more responsive. See <URL> 11:47:21.583 [Violation] Added non-passive event listener to a scroll-blocking <some> event. Consider marking event handler as 'passive' to make the page more responsive. See <URL> 11:47:21.524 www-embed-player.js:842 [Violation] 'setTimeout' handler took 416ms 11:47:21.533 www-embed-player.js:1663 GET https://static.doubleclick.net/instream/ad_status.js net::ERR_CERT_COMMON_NAME_INVALID Hv @ www-embed-player.js:1663 Ev @ www-embed-player.js:1660 Dv @ www-embed-player.js:1659 Mv @ www-embed-player.js:1668 (anonymous) @ www-embed-player.js:1860 (anonymous) @ ZpEtHFNXo7A?version=3&rel=1&showsearch=0&showinfo=1&iv_load_policy=1&fs=1&hl=es-ES&autohide=2&wmode=transparent:10 11:47:22.654 base.js:1869 [Violation] 'setTimeout' handler took 76ms 11:47:23.603 ?v=2.0:16 WebSocket connection to 'wss://public-api.wordpress.com/pinghub/wpcom/me/newest-note-data' failed: Error during WebSocket handshake: Unexpected response code: 403 v @ ?v=2.0:16 D @ ?v=2.0:16 O @ ?v=2.0:16 11:47:23.607 pixel.wp.com/boom.gif?v=0.9&u=https://public-api.wordpress.com/pinghub&json={%22beacons%22:[%22pinghub.conn_err.opera:5232|ms%22]}:1 GET https://pixel.wp.com/boom.gif?v=0.9&u=https://public-api.wordpress.com/pinghub&json={%22beacons%22:[%22pinghub.conn_err.opera:5232|ms%22]} net::ERR_CERT_COMMON_NAME_INVALID Image (async) b @ ?v=2.0:16 e.onerror @ ?v=2.0:16 error (async) v @ ?v=2.0:16 D @ ?v=2.0:16 O @ ?v=2.0:16 11:47:23.608 pixel.wp.com/boom.gif?v=0.9&u=https://public-api.wordpress.com/pinghub&json={%22beacons%22:[%22pinghub.conn_close_code.1006.opera:5233|ms%22]}:1 GET https://pixel.wp.com/boom.gif?v=0.9&u=https://public-api.wordpress.com/pinghub&json={%22beacons%22:[%22pinghub.conn_close_code.1006.opera:5233|ms%22]} net::ERR_CERT_COMMON_NAME_INVALID Image (async) b @ ?v=2.0:16 e.onclose @ ?v=2.0:16 11:47:26.168 pixel.wp.com/g.gif?v=wpcom-no-pv&x_notes-menu-impressions=zero-jetpack&baba=0.648925521935726:1 GET https://pixel.wp.com/g.gif?v=wpcom-no-pv&x_notes-menu-impressions=zero-jetpack&baba=0.648925521935726 net::ERR_CERT_COMMON_NAME_INVALID Image (async) bumpStat @ notes-common-lite.min.js:1 WPNTView @ admin-bar-v2.js:20 initIFrame @ admin-bar-v2.js:70 (anonymous) @ admin-bar-v2.js:68 11:47:52.422 googlesitekit-api-4d3b9af867135ad0ea2d.js:1 GET https://www.googletagmanager.com/gtag/js?id=UA-130569087-3&l=_googlesitekitDataLayer net::ERR_CERT_COMMON_NAME_INVALID (anonymous) @ googlesitekit-api-4d3b9af867135ad0ea2d.js:1 (anonymous) @ googlesitekit-api-4d3b9af867135ad0ea2d.js:1 u @ googlesitekit-vendor-0628725bc85dbb04dbbb.js:7 (anonymous) @ googlesitekit-vendor-0628725bc85dbb04dbbb.js:7 forEach.e.<computed> @ googlesitekit-vendor-0628725bc85dbb04dbbb.js:7 n @ googlesitekit-vendor-0628725bc85dbb04dbbb.js:1 _next @ googlesitekit-vendor-0628725bc85dbb04dbbb.js:1 (anonymous) @ googlesitekit-vendor-0628725bc85dbb04dbbb.js:1 (anonymous) @ googlesitekit-vendor-0628725bc85dbb04dbbb.js:1 (anonymous) @ googlesitekit-api-4d3b9af867135ad0ea2d.js:1 (anonymous) @ googlesitekit-adminbar-eb9e032937196fc51544.js:1 (anonymous) @ googlesitekit-vendor-0628725bc85dbb04dbbb.js:1 11:47:53.414 instrument.js:109 Tracking event "view_urlsummary" (category "adminBar") took too long to fire. (anonymous) @ instrument.js:109 (anonymous) @ instrument.js:109 (anonymous) @ googlesitekit-api-4d3b9af867135ad0ea2d.js:1 a @ helpers.js:74 setTimeout (async) (anonymous) @ trycatch.js:94 (anonymous) @ trycatch.js:94 (anonymous) @ googlesitekit-api-4d3b9af867135ad0ea2d.js:1 (anonymous) @ googlesitekit-api-4d3b9af867135ad0ea2d.js:1 u @ googlesitekit-vendor-0628725bc85dbb04dbbb.js:7 (anonymous) @ googlesitekit-vendor-0628725bc85dbb04dbbb.js:7 forEach.e.<computed> @ googlesitekit-vendor-0628725bc85dbb04dbbb.js:7 n @ googlesitekit-vendor-0628725bc85dbb04dbbb.js:1 _next @ googlesitekit-vendor-0628725bc85dbb04dbbb.js:1 (anonymous) @ googlesitekit-vendor-0628725bc85dbb04dbbb.js:1 (anonymous) @ googlesitekit-vendor-0628725bc85dbb04dbbb.js:1 (anonymous) @ googlesitekit-api-4d3b9af867135ad0ea2d.js:1 (anonymous) @ googlesitekit-adminbar-eb9e032937196fc51544.js:1 (anonymous) @ googlesitekit-vendor-0628725bc85dbb04dbbb.js:1 11:47:59.406 ?v=2.0:16 WebSocket connection to 'wss://public-api.wordpress.com/pinghub/wpcom/me/newest-note-data' failed: Error during WebSocket handshake: Unexpected response code: 403 v @ ?v=2.0:16 D @ ?v=2.0:16 O @ ?v=2.0:16 11:47:59.412 pixel.wp.com/boom.gif?v=0.9&u=https://public-api.wordpress.com/pinghub&json={%22beacons%22:[%22pinghub.conn_err.opera:4912|ms%22]}:1 GET https://pixel.wp.com/boom.gif?v=0.9&u=https://public-api.wordpress.com/pinghub&json={%22beacons%22:[%22pinghub.conn_err.opera:4912|ms%22]} net::ERR_CERT_COMMON_NAME_INVALID Image (async) b @ ?v=2.0:16 e.onerror @ ?v=2.0:16 error (async) v @ ?v=2.0:16 D @ ?v=2.0:16 O @ ?v=2.0:16 11:47:59.413 pixel.wp.com/boom.gif?v=0.9&u=https://public-api.wordpress.com/pinghub&json={%22beacons%22:[%22pinghub.conn_close_code.1006.opera:4913|ms%22]}:1 GET https://pixel.wp.com/boom.gif?v=0.9&u=https://public-api.wordpress.com/pinghub&json={%22beacons%22:[%22pinghub.conn_close_code.1006.opera:4913|ms%22]} net::ERR_CERT_COMMON_NAME_INVALID Image (async) b @ ?v=2.0:16 e.onclose @ ?v=2.0:16 11:48:29.734 public-api.wordpress.com/:16 [Violation] 'message' handler took 239ms 11:48:32.200 ?v=2.0:16 WebSocket connection to 'wss://public-api.wordpress.com/pinghub/wpcom/me/newest-note-data' failed: Error during WebSocket handshake: Unexpected response code: 403 v @ ?v=2.0:16 D @ ?v=2.0:16 O @ ?v=2.0:16 11:48:32.203 pixel.wp.com/boom.gif?v=0.9&u=https://public-api.wordpress.com/pinghub&json={%22beacons%22:[%22pinghub.conn_err.opera:2705|ms%22]}:1 GET https://pixel.wp.com/boom.gif?v=0.9&u=https://public-api.wordpress.com/pinghub&json={%22beacons%22:[%22pinghub.conn_err.opera:2705|ms%22]} net::ERR_CERT_COMMON_NAME_INVALID Image (async) b @ ?v=2.0:16 e.onerror @ ?v=2.0:16 error (async) v @ ?v=2.0:16 D @ ?v=2.0:16 O @ ?v=2.0:16 11:48:32.204 pixel.wp.com/boom.gif?v=0.9&u=https://public-api.wordpress.com/pinghub&json={%22beacons%22:[%22pinghub.conn_close_code.1006.opera:2705|ms%22]}:1 GET https://pixel.wp.com/boom.gif?v=0.9&u=https://public-api.wordpress.com/pinghub&json={%22beacons%22:[%22pinghub.conn_close_code.1006.opera:2705|ms%22]} net::ERR_CERT_COMMON_NAME_INVALID Image (async) b @ ?v=2.0:16 e.onclose @ ?v=2.0:16 11:49:16.663 trycatch.js:152 POST https://www.example.com/wp-admin/admin-ajax.php net::ERR_CONNECTION_CLOSED (anonymous) @ trycatch.js:152 (anonymous) @ instrument.js:248 (anonymous) @ trycatch.js:152 (anonymous) @ instrument.js:248 send @ jquery.min.js:2 ajax @ jquery.min.js:2 (anonymous) @ jquery-migrate.min.js:2 e.<computed> @ jquery-migrate.min.js:2 l @ heartbeat.min.js:2 (anonymous) @ heartbeat.min.js:2 a @ helpers.js:74 setTimeout (async) (anonymous) @ trycatch.js:94 (anonymous) @ trycatch.js:94 m @ heartbeat.min.js:2 v @ heartbeat.min.js:2 h @ heartbeat.min.js:2 (anonymous) @ heartbeat.min.js:2 dispatch @ jquery.min.js:2 v.handle @ jquery.min.js:2 11:49:16.664 trycatch.js:152 XHR failed loading: POST "https://www.example.com/wp-admin/admin-ajax.php". (anonymous) @ trycatch.js:152 (anonymous) @ instrument.js:248 (anonymous) @ trycatch.js:152 (anonymous) @ instrument.js:248 send @ jquery.min.js:2 ajax @ jquery.min.js:2 (anonymous) @ jquery-migrate.min.js:2 e.<computed> @ jquery-migrate.min.js:2 l @ heartbeat.min.js:2 (anonymous) @ heartbeat.min.js:2 a @ helpers.js:74 setTimeout (async) (anonymous) @ trycatch.js:94 (anonymous) @ trycatch.js:94 m @ heartbeat.min.js:2 v @ heartbeat.min.js:2 h @ heartbeat.min.js:2 (anonymous) @ heartbeat.min.js:2 dispatch @ jquery.min.js:2 v.handle @ jquery.min.js:2 11:49:21.501 www-embed-player.js:887 GET https://googleads.g.doubleclick.net/pagead/id net::ERR_CERT_COMMON_NAME_INVALID ml @ www-embed-player.js:887 jl @ www-embed-player.js:872 (anonymous) @ www-embed-player.js:1452 Qd @ www-embed-player.js:318 Is @ www-embed-player.js:1449 (anonymous) @ www-embed-player.js:1472 (anonymous) @ www-embed-player.js:842 setTimeout (async) cl @ www-embed-player.js:865 Ys @ www-embed-player.js:1472 Xs @ www-embed-player.js:1471 (anonymous) @ www-embed-player.js:1468 e.h @ www-embed-player.js:334 ie @ www-embed-player.js:347 de @ www-embed-player.js:346 m.ge @ www-embed-player.js:345 Pd @ www-embed-player.js:317 Promise.then (async) Kd @ www-embed-player.js:315 Nd @ www-embed-player.js:314 fe @ www-embed-player.js:343 Rd @ www-embed-player.js:338 (anonymous) @ www-embed-player.js:318 a.onError @ www-embed-player.js:1450 (anonymous) @ www-embed-player.js:872 (anonymous) @ www-embed-player.js:842 k @ www-embed-player.js:885 XMLHttpRequest.send (async) ml @ www-embed-player.js:887 jl @ www-embed-player.js:872 (anonymous) @ www-embed-player.js:1452 Qd @ www-embed-player.js:318 Is @ www-embed-player.js:1449 xk @ www-embed-player.js:1468 Zs @ www-embed-player.js:1473 $s @ www-embed-player.js:1474 (anonymous) @ www-embed-player.js:1858 (anonymous) @ ZpEtHFNXo7A?version=3&rel=1&showsearch=0&showinfo=1&iv_load_policy=1&fs=1&hl=es-ES&autohide=2&wmode=transparent:10 11:49:21.502 www-embed-player.js:887 XHR failed loading: GET "https://googleads.g.doubleclick.net/pagead/id". ml @ www-embed-player.js:887 jl @ www-embed-player.js:872 (anonymous) @ www-embed-player.js:1452 Qd @ www-embed-player.js:318 Is @ www-embed-player.js:1449 (anonymous) @ www-embed-player.js:1472 (anonymous) @ www-embed-player.js:842 setTimeout (async) cl @ www-embed-player.js:865 Ys @ www-embed-player.js:1472 Xs @ www-embed-player.js:1471 (anonymous) @ www-embed-player.js:1468 e.h @ www-embed-player.js:334 ie @ www-embed-player.js:347 de @ www-embed-player.js:346 m.ge @ www-embed-player.js:345 Pd @ www-embed-player.js:317 Promise.then (async) Kd @ www-embed-player.js:315 Nd @ www-embed-player.js:314 fe @ www-embed-player.js:343 Rd @ www-embed-player.js:338 (anonymous) @ www-embed-player.js:318 a.onError @ www-embed-player.js:1450 (anonymous) @ www-embed-player.js:872 (anonymous) @ www-embed-player.js:842 k @ www-embed-player.js:885 XMLHttpRequest.send (async) ml @ www-embed-player.js:887 jl @ www-embed-player.js:872 (anonymous) @ www-embed-player.js:1452 Qd @ www-embed-player.js:318 Is @ www-embed-player.js:1449 xk @ www-embed-player.js:1468 Zs @ www-embed-player.js:1473 $s @ www-embed-player.js:1474 (anonymous) @ www-embed-player.js:1858 (anonymous) @ ZpEtHFNXo7A?version=3&rel=1&showsearch=0&showinfo=1&iv_load_policy=1&fs=1&hl=es-ES&autohide=2&wmode=transparent:10
As a side note, the site with Divi installed had the issue because of the Squirrly SEO plugin. I've not been able to find the fault in the non Divi theme based sites.
#21
in reply to:
↑ 19
@
16 months ago
Replying to glendaviesnz:
I have more info for you.
I've taken a longer look into the issue. I think the issue is greater than just one or two plugins being incompatible with the new Gutenberg version shipped with WP 6.3.
The error shown below no longer happens when I disabled the plugin Grow Social by Mediavine (nee 'Social Pug'). The editor area works more smoothly when this plugin is disabled but other errors seem to be present; these other errors disappear as more editor affecting plugins are disabled.
I'm not sure why the errors previously failed to disappear when I disabled all plugins and used a default theme but I will guess that I was lead to believe that because the non rendered blocks still showed errors when the editor pages were reloaded e.g. they had the message 'Click to Restore Block' or whatever the error wording is. I probably judged too quickly out of frustration that I had a huge number of non working sites caused by the upgrade to WP 6.3.
So, reloading the page editor with the Console open using Ctrl+R to encourage files to be freshly downloaded and after disabling plugins one-by-one before each reload I see that
- the errors reduce in number with each editor affecting plugin disabled;
- the editor gradually restores to being as responsive as it was prior to WP 6.3 being installed; and
- Improperly rendered blocks (those with the 'fix errors' message button above them) remain non rendered until the 'fix it' button is pressed.
I think it is a mixture of pure luck that fewer people have reported the issue than would otherwise notice the fault because A) some people still use the Classic Editor (I and my clients prefer Gutenberg, by the way; despite hiccups you are doing a great job with GB) and B) the errors that are accumulating in the editor area are too few in many sites to cause the editor to break.
The error message shown below is not shown when Grow Social is disabled. The length of the error message when Grow Social is enabled decreases with each other plugin that is disabled i.e fewer of these lines in the message: at B (element.min.js:9:6431).
blocks.min.js:10 Uncaught RangeError: Maximum call stack size exceeded at Function.zr [as save] (blocks.min.js:10:4273) at Wg.Content (block-editor.min.js:26:308655) at B (element.min.js:9:6433) at B (element.min.js:9:6431) at B (element.min.js:9:6431) at B (element.min.js:9:6431) at B (element.min.js:9:6431) at B (element.min.js:9:6431) at B (element.min.js:9:6431) at B (element.min.js:9:6431) ... ...
Other sites without Grow Social installed experience the same or similar Gutenberg related issue(s): editor won't save, edits can't be made, blocks fail to render, editor experience is slow.
This ticket was mentioned in Slack in #core-editor by ndiego. View the logs.
16 months ago
#23
follow-up:
↓ 26
@
16 months ago
thanks @leehodson, I may be wrong but based on your console logs with the GB plugin installed it seems like the remaining issue might be the invalidation of the image block, ie. I don't see the Uncaught RangeError: Maximum call stack size exceeded
error that was causing the editor to crash/lock up. Apart from the invalid images are you still able to use the editor?
Does the Uncaught RangeError: Maximum call stack size exceeded
message disappear if you install the GB plugin I linked to above and Grow Social at the same time?
Thanks for your patience on this, it is a tricky one as I can't replicate it locally even with Grow Social installed, so not sure what the different factor is on your sites.
#24
in reply to:
↑ description
;
follow-up:
↓ 25
@
16 months ago
Any update on this or do we still need to hold off on upgrading?
#25
in reply to:
↑ 24
@
16 months ago
Replying to hmnvtn:
Any update on this or do we still need to hold off on upgrading?
There will be a 6.3.1 release soon which hopefully fixes the recursive crashes in the editor.
#26
in reply to:
↑ 23
@
16 months ago
Replying to glendaviesnz:
Thank you for chasing me up on this.
Does the
Uncaught RangeError: Maximum call stack size exceeded
message disappear if you install the GB plugin I linked to above and Grow Social at the same time?
The error did show with both the linked GB plugin active and the Grow Social plugin active.
Thanks for your patience on this, it is a tricky one as I can't replicate it locally even with Grow Social installed, so not sure what the different factor is on your sites.
I've not been able to spend much time on this. Grow Social released an update after my last reply here. Maybe MediaVine changed the way their plugin works ergo you were unable to replicate the issue.
I have not re-enabled the Grow Social plugin on any of the affected sites. Disabling Grow Social Pro decreased the effects of the bug enough for me to be able to move on to other tasks.
Keep in mind that Squirrly SEO also had a similar issue with the new editor. I believe Squirrly assumed the fault was caused by the Divi theme. Divi is not used in any of my own sites.
I think, and I said this above, the bug is in the editor but it requires several active plugins that promote the bug to show itself enough for errors to be observed.
My general stack is Apache + NginX proxy, WordPress, the GeneratePress theme + its Pro addon then other plugins.
It has been a long week. I'm going to get back to enjoying my weekend. I hope you are enjoying your weekend too!
#27
@
16 months ago
- Milestone changed from 6.3.1 to 6.3.2
WP 6.3.1 is going to be released in the next few days, so let's move this ticket to 6.3.2 to give it more time to be committed and backported.
#28
@
15 months ago
I'm not sure if this is still an issue for anyone, but we found that the issue presents on 6.3.1 with Grow at 2.16.2. Some sites are not showing the update to the newest version for some reason. (I've reached out to Mediavine but have not yet heard back.) A manual update to 2.16.4 immediately fixed the issue on all of the sites we manage that were having this issue.
#29
@
15 months ago
There appears to still be a bug that shows when the Opera One browser is used to work with the Gutenberg editor. This bug looks similar to the one this Trac issue is about.
Note: I posted above about the original issue this Trac discusses.
The issue has been reported to Opera here https://forums.opera.com/topic/66015/opera-one-does-not-work-correctly-with-wordpress
To summarise that bug (Opera One specific),
- Using a non Incognito browser window causes Gutenberg to bug out
- Sites where the bug shows itself do work fine when an Incognito browser window is used
- The bug seems to be sporadic: it shows in some sites but not others
- The bug appears not to be caused by WordPress plugins or themes
- The bug appears not to be caused by Opera extensions
- The bug (or maybe it is a different cause) affects the Appearance Customizer too: the Customizer loads but changes cannot be saved
Note: Opera uses the term Private Window instead of Incognito Mode.
I have fully cleared my browser cache and fully disabled browser extensions. The bug is there regardless.
I suspect there is a difference in the way Opera One handles jQuery / Javascript errors between Private windows and plain non private windows.
Console logs the same errors for this Opera One bug as it does for the fault discussed in this Trac thread, which is why I am posting about it here. I have checked Console with WP script debugging enabled and disabled. The Opera support forum thread includes an example of the Console errors (I am VR51 in that thread and on GitHub)
Thought I would tag this observation onto this Trac issue and the Github issue I opened because it might shed light on the underlying cause of fault.
This ticket was mentioned in Slack in #core by joemcgill. View the logs.
15 months ago
#31
@
15 months ago
- Milestone changed from 6.3.2 to 6.4
We're coming up on the next minor release for 6.3.2 and it's unclear if this has been addressed in the Gutenberg plugin or not. Either way, we'd need a PR to backport to the 6.3 branch, so I'm moving this to the 6.4 milestone for continued visibility.
#32
@
15 months ago
A fix for this issue was included in 6.3.1 but we didn't get confirmation from OP as to whether it had solved the problem or not.
The Opera browser issue mentioned in the most recent comment is probably unrelated and seems to have already been fixed on the Opera side.
This ticket was mentioned in Slack in #core by nicolefurlan. View the logs.
14 months ago
#34
@
14 months ago
- Keywords needs-testing-info needs-testing added
This ticket was discussed in today's bug scrub.
Can someone add testing instructions to make things super easy for testers?
We'll need people to test to see if this is still an issue, or if the fix in 6.3.1 resolved it.
Let's try to get this one resolved!
Props to @hellofromTonya :)
#35
@
14 months ago
- Keywords close added
- Milestone changed from 6.4 to 6.5
Because this issue wasn't introduced in the current milestone and is not its regression, I am moving this ticket to the next milestone, and because it is supposed to be fixed, I am adding close keyword to mark a candidate for closing. But it still needs to be checked.
Also having the same problem. Tried using the new footnotes block and it is having problems. "This block has encountered an error and cannot be previewed." Tried to take footnotes out, and they keep coming back. No changes I make to the post are being saved.
Edit: problem for me seems specific to the footnote block. Rolled affected page back to before I used it and all is better.