You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am unable to edit blog posts. Posting a blog works, but when I go to edit it and then click publish or save draft, nothing happens, and the changes are not saved.
This error shows up on the browser console when opening a blog post for editing (no node errors in the terminal when the page is loaded):
Uncaught ReferenceError: qq is not defined edit:351
(anonymous function) edit:351
c cache_7c867506c58445d3a6a7bc5e298c2460620ddc8e.js:4
p.fireWith cache_7c867506c58445d3a6a7bc5e298c2460620ddc8e.js:4
b.extend.ready cache_7c867506c58445d3a6a7bc5e298c2460620ddc8e.js:4
H cache_7c867506c58445d3a6a7bc5e298c2460620ddc8e.js:4
When I click publish or save draft, this error pops up in the terminal and crashes node when in development mode (no browser console errors though)
EVALSHA [Lua: ZREVRANGE+MGET] 0 z:dev/Tag:groupIdByType:1-Content 0 -1 dev/Tag [0 ms]
GET dev/Content:7 [0 ms]
GET dev/User:undefined [0 ms]
uncaughtException
uncaughtException: Cannot call method 'toPublicObject' of null
There was of course lots more errors after that, but this is the first one that triggered them all (can post more if this isn't enough info)
The text was updated successfully, but these errors were encountered:
The 'qq' error has also surfaced on the settings page and I'm unable to upload a favicon, the page just jumps back to the top when I click the button
ReferenceError: qq is not defined @ http://viktornova.com/do/admin/group:360
I am running into a number of little issues with a new installation from this repo, but I know it's only been up for 2 days and I don't want to be annoying, should I hold off on reporting every little issue I find for a bit? I just like hatch so much and want to use it full time! =D
I am unable to edit blog posts. Posting a blog works, but when I go to edit it and then click publish or save draft, nothing happens, and the changes are not saved.
This error shows up on the browser console when opening a blog post for editing (no node errors in the terminal when the page is loaded):
When I click publish or save draft, this error pops up in the terminal and crashes node when in development mode (no browser console errors though)
There was of course lots more errors after that, but this is the first one that triggered them all (can post more if this isn't enough info)
The text was updated successfully, but these errors were encountered: