I’ve got this odd behavior in my local development wagtail editor page. Some of the fields just aren’t showing. There are no HTTP errors and no HTTP 404s but there are some odd errors in the js console.
The editing experience looks like this:
The javascript errors are like these:
There are no other javascript errors before these.
If I search the DOM in the browser developer tools, I can find all of those in the sources loaded with the page.
I get the same behavior in private/incognito windows and other browsers, new venv with dependencies installed. It works for other devs on my team and on our test environments… and it used to work for me.
This is my local environment and I'm running django/wagtail with runserver, so static assets are being served directly by django. Again, there are no issues with any of the HTTP requests.
Has anybody seen this happen? Any ideas about how to fix it?