Can't Open Gutenberg Theme Editor #762
Replies: 5 comments
-
I'm not able to reproduce on a standard deployment (on linux). But I imagine it's just some nuance with your initialized environment that just isn't meshing with that new editor |
Beta Was this translation helpful? Give feedback.
-
Good point, I should've shared the contents of that SQL mod my compose file makes, that is here
So just a URL refresh in the event I use an 00-wordpress.sql script to initialize the site from an existing database dump. In this case, I've only been working with this project with content I generate therein, so haven't had an 00-wordpress.sql initializing anything yet. The project I'm working with is open source if it would provide more helpful diagnostic information: https://gitlab.com/whatcomclubhouse/wchtheme Just a barebones theme I'm working on for a local non-profit, shouldn't be anything too out of the ordinary, but even when I cut out the pieces of the compose file that actually prop up my code and have it just run flat with fresh volumes, I still have the same experience. Unfortunately haven't gotten around to that test on another device yet, but wanted to provide some more detail that might be relevant. The one singular thing that I can think of is that my containers currently expose the site to my main machine at port 8080, not 80 (which is weird, my compose file says 80, but maybe I'm missing something somewhere). What I wonder is if this means the :8080 must be on the end of siteurl and home. I'll try that at my next convenience and report back whether that seems to change anything. |
Beta Was this translation helpful? Give feedback.
-
Sorry, I'm realizing I've linked you to a repository where I've already thrown out working on a Gutenberg theme and switched to a classic theme. In any case, even excluding my bits from it and just composing the containers as an empty site leads to the same effect with twentytwentytwo. Just thought I'd mention the caveat, but I'm not looking to turn this thread into an indictment of the Gutenberg system, that can go in some angry blog somewhere. |
Beta Was this translation helpful? Give feedback.
-
Aaand I haven't swung back around to this yet, ever since moving to the classic theme I've had no reason to use those forms, so it hasn't happened incidentally. I have some work to do on one of my sites this weekend so will hopefully remember to run this through the ringer again. Sorry for dropping off! |
Beta Was this translation helpful? Give feedback.
-
Feel free to close this, it's been quite a while and have ditched any attempts at Gutenberg anyway. Hopefully it was just an isolated incident, if nobody else has had this issue it's probably long gone. |
Beta Was this translation helpful? Give feedback.
-
Hello, I've run into an issue with the new Gutenberg block theme editor in the current Docker image.
I'm generating my containers via the following compose file:
docker-compose.yml
Most things seem to work just fine, I've been using Wordpress Docker images for a couple of years now, but where it seems to get hung up is on the new theme editor (which is in beta, maybe this is to be expected...).
This is accessed here via the customize button or the Editor link on the left panel:
In both cases, navigating produces a link of the format:
/wp-admin/site-editor.php?postType=wp_template&postId=twentytwentytwo%2F%2Fhome
Which I can confirm is the same route/URL produced on our real site that we're working up.
In the Docker case, I receive the following in the browser console:
console.error
Where on our server, I get
console.log
As for my environment:
macOS 12.5.1 (x86_64)
Docker 20.10.17
Compose 2.7.0
WordPress 6.0.2
Firefox Developer Edition 105.0b8
This machine is a bit anomalous in that I usually work on this on a Raspberry Pi 400, somewhere around Linux 5.19.x (rpi fork, not upstream), typical GNU stack, aarch64 obviously, but I don't see those being significant variables, especially given this current experience is on a much more mainstream computer than I usually use for my hobby projects.
Please let me know if I can provide any further info. I will be trying this later on my usual machine to see if my experience is any different and will post the specs and details if I do find any further discrepancies.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions