Open oddstr13 opened 2 years ago
While the stack trace doesn't seem exact, it looks like this is at least related to, if not duplicate of #748
Please fix your webserver config and allow the serving of .map
files :)
https://docs.nextcloud.com/server/latest/admin_manual/installation/nginx.html?highlight=map
Then check the console again, you should have a proper stacktrace
While there's no section in my config specifically for the .map files, they are served via the default location /
block.
Looks like Firefox didn't use the maps for whatever reason. I did check the disable cache button now, I guess it's possible that did the trick, however I see that the map files where loaded last night too (in the access log).
Looks like the minified js still isn't handled tho
11:28:15.784 Error fetching timeline
Object { message: "Changed view" }
Timeline.vue:281
e Timeline.vue:281
u runtime.js:288
_invoke runtime.js:262
C runtime.js:84
N Loader.vue:20
o Loader.vue:20
(Async: promise callback)
N Loader.vue:20
a Loader.vue:20
U Loader.vue:20
U Loader.vue:20
getContent Timeline.vue:223
e vue-virtual-grid.es.js:430
u runtime.js:288
_invoke runtime.js:262
C runtime.js:84
r Actions.js:2
s Actions.js:2
s Actions.js:2
s Actions.js:2
value vue-virtual-grid.es.js:368
value vue-virtual-grid.es.js:416
t vue-virtual-grid.es.js:412
u runtime.js:288
_invoke runtime.js:262
C runtime.js:84
r Actions.js:2
s Actions.js:2
s Actions.js:2
s Actions.js:2
VueJS 5
value vue-virtual-grid.es.js:411
value vue-virtual-grid.es.js:395
VueJS 19
loading Photos.vue:1
VueJS 4
e Timeline.vue:285
u runtime.js:288
_invoke runtime.js:262
C runtime.js:84
N Loader.vue:20
a Loader.vue:20
(Async: promise callback)
N Loader.vue:20
a Loader.vue:20
U Loader.vue:20
U Loader.vue:20
getContent Timeline.vue:223
e vue-virtual-grid.es.js:430
u runtime.js:288
_invoke runtime.js:262
C runtime.js:84
r Actions.js:2
s Actions.js:2
11:29:03.865 TypeError: e is undefined
VueJS 20
value vue-virtual-grid.es.js:448
e vue-virtual-grid.es.js:423
u runtime.js:288
_invoke runtime.js:262
C runtime.js:84
r Actions.js:2
s Actions.js:2
s Actions.js:2
s Actions.js:2
value vue-virtual-grid.es.js:368
value vue-virtual-grid.es.js:416
value vue-virtual-grid.es.js:407
value vue-virtual-grid.es.js:397
VueJS 19
loading Photos.vue:1
VueJS 4
e Timeline.vue:285
u runtime.js:288
_invoke runtime.js:262
C runtime.js:84
N Loader.vue:20
a Loader.vue:20
promise callback*N Loader.vue:20
a Loader.vue:20
U Loader.vue:20
U Loader.vue:20
getContent Timeline.vue:223
e vue-virtual-grid.es.js:430
u runtime.js:288
_invoke runtime.js:262
C runtime.js:84
r Actions.js:2
s Actions.js:2
vue.runtime.esm.js:1897:12
Had exactly the same problem, just check if the cron background job is running correctly
«Background jobs; Last job ran 3 minutes ago.» Crontab looks working to me
Describe the bug A clear and concise description of what the bug is.
To Reproduce Steps to reproduce the behavior:
Expected behavior A near endless row of pictures
Screenshots
Desktop (please complete the following information):
Browser log
How to access your browser console (Click to expand)
# Chrome - Press either CTRL + SHIFT + J to open the “console” tab of the Developer Tools. - Alternative method: 1. Press either CTRL + SHIFT + I or F12 to open the Developer Tools. 2. Click the “console” tab. # Safari - Press CMD + ALT + I to open the Web Inspector. - See Chrome’s step 2. (Chrome and Safari have pretty much identical dev tools.) # IE9 1. Press F12 to open the developer tools. 2. Click the “console” tab. # Firefox - Press CTRL + SHIFT + K to open the Web console (COMMAND + SHIFT + K on Macs). - or, if Firebug is installed (recommended): 1. Press F12 to open Firebug. 2. Click on the “console” tab. # Opera 1. Press CTRL + SHIFT + I to open Dragonfly. 2. Click on the “console” tab.Additional context Seems to happen every time, but when or where it happens isn't consistent. Apologies for not including the whole log, but it contains too much sensitive information.