Anvil editor not loading2

I see there has already been same issue raised here: Anvil Editor Not Loading

but that topic was deleted bu the author.

I’m experiencing the same issues.
Got no reply from support. Any ideas ?

1 Like

Same issue here.

Sometimes with a bit of luck in works in an incognito tab.

Seems to be a bug in the beta editor. When I have luck and set the view to the classic editor (which gets stored in the profile) I can open the page in the non-incognito window again, of course in classic mode.

Web Console output:

get mini-css chunk filename:2 Uncaught TypeError: Cannot read properties of undefined (reading 'call')
    at __webpack_require__ (get mini-css chunk filename:2:21)
    at i (hot module replacement:124:13)
    at 7036 (App.jsx:31:20)
    at __webpack_require__ (get mini-css chunk filename:2:21)
    at i (hot module replacement:124:13)
    at 17375 (common.scss?c402:2:135)
    at __webpack_require__ (get mini-css chunk filename:2:21)
    at ide.js?buildTime=97720b22df1f1f3c17f0:2:1978021
    at __webpack_require__.O (harmony module decorator:7:20)
    at ide.js?buildTime=97720b22df1f1f3c17f0:2:1978090
Uncaught ReferenceError: CodeMirror is not defined
    at closebrackets.js:12:9
    at closebrackets.js:13:3
GET http://localhost:1616/hmr/__webpack_hmr net::ERR_CONNECTION_REFUSED

Could you try a hard refresh - in chrome that’s cmd-shift-R or ctrl-shift-R

1 Like

Hard refresh seems to solve the issue. Thanks!
Only tried with cleaning the browser data before.

2 Likes

This does not resolve the issue for me.

1 Like

I just switched to a different browser entirely: from Edge to Chrome. Working fine there so far.

Note: problem occurred with Edge after it updated and restarted itself (at my command), with beta editor open in a different Edge tab.

1 Like

I’m experiencing the same issue on Brave browser and hard refreshing doesn’t work for me.

I did not get a chance to look into that yesterday so did not try the suggested hard refresh, but today the editor seems to work fine without any action on my end.

Would be good to know what the root cause was.
Is it really the Beta editor or was it some kind of back-end issue ?

In the console I"m still seeing these error messages:

localhost:1616/hmr/__webpack_hmr:1 GET http://localhost:1616/hmr/__webpack_hmr net::ERR_CONNECTION_REFUSED

so they seem unrelated.