nils-kt The error TypeError: Cannot read properties of null (reading 'tag') at index.js:12:16 at Array.find (<anonymous>) at e.<anonymous> (index.js:11:54) at e.Mr.forEach.t.<computed> [as view] (extend.ts:39:16) at Function.a (render.js:30:16) at render.js:155:45 at render.js:160:3 at c (render.js:66:8) at l (render.js:50:5) at render.js:134:5 occurs only when you are not logged in. Can you fix it? @SychO
Vadim_RUNN SychO my problem stills the same. The main page contents, widgets data are not shown. All data appear again after disabling Asirem : -(
Amarok Hey, I have some little css problem as you can see here : those 2 fa icone are using fas and not far thx for the update to Flarum 1.2 🙂
bryx Amarok Yes, it's true that in French sometimes it's a problem because the translation is longer than the element. In conclusion, I have exactly the same problem 🙁
SychO Amarok try with the version I just pushed v0.1.6 Vadim_RUNN what's the error in the console when that happens? I fixed the error mentioned above, and it was the only I could find when testing with 1.2
Amarok Vadim_RUNN Work for me 😉 Had to clear the cache and passtrhough Cloudflare bryx Yes, it's true that in French sometimes it's a problem because the translation is longer than the element. In conclusion, I have exactly the same problem Could "hack" with Fof Linguist putting shorterest sentences 🙂
bryx Vadim_RUNN Everything is displayed only if you are logged in, but as a visitor without an account (not logged in or registered) the page runs in a loop without displaying any discussion results.
Vadim_RUNN SychO TypeError: e is null 35 index.js:14 e extend.ts:39 a render.js:30 c render.js:155 c render.js:160 c render.js:66 l render.js:50 c render.js:103 c render.js:62 l render.js:50 c render.js:134 c render.js:63 c render.js:162 c render.js:66 l render.js:50 c render.js:103 c render.js:62 p render.js:487 p render.js:419 f render.js:302 exports render.js:964 a mount-redraw.js:14 m router.js:114 mount-redraw.js:15:23 TypeError: t.state is undefined p render.js:929 p render.js:407 f render.js:302 p render.js:444 p render.js:415 f render.js:302 p render.js:477 p render.js:416 p render.js:488 p render.js:419 f render.js:315 p render.js:444 p render.js:415 p render.js:488 p render.js:419 f render.js:302 exports render.js:964 a mount-redraw.js:14 u mount-redraw.js:25 mount-redraw.js:15:23 TypeError: t.state is undefined p render.js:929 p render.js:407 f render.js:302 p render.js:444 p render.js:415 f render.js:302 p render.js:477 p render.js:416 p render.js:488 p render.js:419 f render.js:315 p render.js:444 p render.js:415 p render.js:488 p render.js:419 f render.js:302 exports render.js:964 a mount-redraw.js:14 u mount-redraw.js:25 mount-redraw.js:15:23 TypeError: t.state is undefined p render.js:929 p render.js:407 f render.js:302 p render.js:444 p render.js:415 f render.js:302 p render.js:477 p render.js:416 p render.js:488 p render.js:419 f render.js:315 p render.js:444 p render.js:415 p render.js:488 p render.js:419 f render.js:302 exports render.js:964 a mount-redraw.js:14 u mount-redraw.js:25 mount-redraw.js:15:23 TypeError: t.state is undefined p render.js:929 p render.js:407 f render.js:302 p render.js:444 p render.js:415 f render.js:302 p render.js:477 p render.js:416 p render.js:488 p render.js:419 f render.js:315 p render.js:444 p render.js:415 p render.js:488 p render.js:419 f render.js:302 exports render.js:964 a mount-redraw.js:14 u mount-redraw.js:25 mount-redraw.js:15:23 TypeError: t.state is undefined p render.js:929 p render.js:407 f render.js:302 p render.js:444 p render.js:415 f render.js:302 p render.js:477 p render.js:416 p render.js:488 p render.js:419 f render.js:315 p render.js:444 p render.js:415 p render.js:488 p render.js:419 f render.js:302 exports render.js:964 a mount-redraw.js:14 u mount-redraw.js:25 mount-redraw.js:15:23 TypeError: undefined has no properties p render.js:929 p render.js:407 f render.js:302 p render.js:444 p render.js:415 f render.js:302 p render.js:477 p render.js:416 p render.js:488 p render.js:419 f render.js:315 p render.js:444 p render.js:415 p render.js:488 p render.js:419 f render.js:302 exports render.js:964 a mount-redraw.js:14 u mount-redraw.js:25
Vadim_RUNN Amarok Had to clear the cache and passtrhough Cloudflare Cache was cleared twice - by terminal command and from admin panel. Cloudflare is not activated for my server.
SychO Vadim_RUNN what's the code shown when you click on the error file? that should be the error the release fixed.
Vadim_RUNN SychO you mean the code highlighted if I click on a .js file with errors? It's below and a string with error is marked bold. function sync() { if (rendering) throw new Error("Nested m.redraw.sync() call") rendering = true for (var i = 0; i < subscriptions.length; i += 2) { try { render(subscriptions, Vnode(subscriptions[i + 1]), redraw) } catch (e) { console.error(e) } } rendering = false }
Vadim_RUNN SychO flarik.nnov.city. I've just turned on the theme, but since it is not working, I'll disable it in 10..15 minutes.
Amarok bryx the problem isn't really the theme, but the view extension. It doesn't use the right container in the CSS style
[deleted] Amarok the problem isn't really the theme, but the view extension. It doesn't use the right container in the CSS style Is there CSS fix?