Unable to create new topic when in desktop

I don’t know if this is the right category to report about this problem.

When creating a new topic, input the title then select a category. When selecting a category a error on the console appears

Uncaught Error: infinite rendering invalidation detected
    at Array.d (ember_jquery-07f49b58317ea9292d939348ec0091eb50a9d8aaabd9e86cc074ef5f049918aa.js:sourcemap:10)
    at p._trigger (ember_jquery-07f49b58317ea9292d939348ec0091eb50a9d8aaabd9e86cc074ef5f049918aa.js:sourcemap:7)
    at p.end (ember_jquery-07f49b58317ea9292d939348ec0091eb50a9d8aaabd9e86cc074ef5f049918aa.js:sourcemap:7)
    at p.run (ember_jquery-07f49b58317ea9292d939348ec0091eb50a9d8aaabd9e86cc074ef5f049918aa.js:sourcemap:7)
    at p.join (ember_jquery-07f49b58317ea9292d939348ec0091eb50a9d8aaabd9e86cc074ef5f049918aa.js:sourcemap:7)
    at Array.d (ember_jquery-07f49b58317ea9292d939348ec0091eb50a9d8aaabd9e86cc074ef5f049918aa.js:sourcemap:10)
    at p._trigger (ember_jquery-07f49b58317ea9292d939348ec0091eb50a9d8aaabd9e86cc074ef5f049918aa.js:sourcemap:7)
    at p.end (ember_jquery-07f49b58317ea9292d939348ec0091eb50a9d8aaabd9e86cc074ef5f049918aa.js:sourcemap:7)
    at p.run (ember_jquery-07f49b58317ea9292d939348ec0091eb50a9d8aaabd9e86cc074ef5f049918aa.js:sourcemap:7)
    at p.join (ember_jquery-07f49b58317ea9292d939348ec0091eb50a9d8aaabd9e86cc074ef5f049918aa.js:sourcemap:7)

and also this image.

I think it’s only me that having this issue, some users in elixir slack also has this issue.
Update: this issue is not present in mobile.

1 Like

Hi, I upgraded the forum yesterday and I think this may be related. @NobbZ is also experiencing the same.

Can you let me know what OS and browser you are using please?

I’ve also sent a ‘force browser refresh’ to your account - did that help at all?

Edit: there was also an update available so have upgraded the forum - has that helped?

I think ‘force browser refresh’ didn’t help at all. The issue still persist.

Here’s my OS and browser info

Distributor ID: Ubuntu
Description: Ubuntu 18.04.1 LTS
Release: 18.04
Codename: bionic

Browser:
Google Chrome Version 70.0.3538.77 (Official Build) (64-bit)

1 Like

fyi: same error here… latest safari

1 Like

This is really weird. I’m experiencing same problem, but there is really strange workaround … open developer tools and force reload page by pressing combination: <ctrl>+<shift>+<r> :exclamation: Closing developer tools causes again same problem. :077:

1 Like

Ok I’ll post this on the Discourse forum and also move this thread to a publicly viewable section so they can see it :slight_smile:

Just thought of something - I created s new category yesterday with a ? in its title, have removed it… please hard refresh the page and try again - any better?

Thank you so much @AstonJ

1 Like

Unfortunately after trying <ctrl>+<shift>+<r> same problem happens even if I remove all site data in developer tools :confused:

1 Like

I will rebuild the forum instance again and see if that helps.

(Means we’ll be offline for a bit)

Ok rebuilt… any better?

nope, exactly same problem :confused:

17:50:00.436 Uncaught Error: infinite rendering invalidation detected _ember_jquery-07f49b58317ea9292d939348ec0091eb50a9d8aaabd9e86cc074ef5f049918aa.js:24180 Uncaught Error: infinite rendering invalidation detected
    at Array.d (_ember_jquery-07f49b58317ea9292d939348ec0091eb50a9d8aaabd9e86cc074ef5f049918aa.js:24180)
    at p._trigger (_ember_jquery-07f49b58317ea9292d939348ec0091eb50a9d8aaabd9e86cc074ef5f049918aa.js:12842)
    at p.end (_ember_jquery-07f49b58317ea9292d939348ec0091eb50a9d8aaabd9e86cc074ef5f049918aa.js:12818)
    at p.run (_ember_jquery-07f49b58317ea9292d939348ec0091eb50a9d8aaabd9e86cc074ef5f049918aa.js:12921)
    at p.join (_ember_jquery-07f49b58317ea9292d939348ec0091eb50a9d8aaabd9e86cc074ef5f049918aa.js:12952)
    at Array.d (_ember_jquery-07f49b58317ea9292d939348ec0091eb50a9d8aaabd9e86cc074ef5f049918aa.js:24183)
    at p._trigger (_ember_jquery-07f49b58317ea9292d939348ec0091eb50a9d8aaabd9e86cc074ef5f049918aa.js:12842)
    at p.end (_ember_jquery-07f49b58317ea9292d939348ec0091eb50a9d8aaabd9e86cc074ef5f049918aa.js:12818)
    at p.run (_ember_jquery-07f49b58317ea9292d939348ec0091eb50a9d8aaabd9e86cc074ef5f049918aa.js:12921)
    at p.join (_ember_jquery-07f49b58317ea9292d939348ec0091eb50a9d8aaabd9e86cc074ef5f049918aa.js:12952)
1 Like

Looks like that really similar error is solved after this comment in Moderator Extension topic:

From this I believe that Discourse or one of its extensions could cause this problem.

We don’t use that plugin. But it seems related to CSS (which is odd). If I remove all CSS customisations it stops happening. So far I’ve tracked it down to being related to the last half of the customisation - which is only around 800 lines or so :lol:

1 Like

I don’t mean that. I just said that such problem appeared in one plugin, so similar or even same problem in code could happen in other plugin or discourse directly.

1 Like

Ok fixed - I hope!

This was the conflict:

#reply-control.open .grippie {
    border-top:8px solid #9A54B1;
}

I can live without it :lol:

(You might need to refresh the page)

1 Like

Yeah, I can confirm that :ok_hand:

Good job! :+1:

1 Like

Thank you all for spotting it and for your help :003:

Back to normal now.

Great job @AstonJ

1 Like