Discourse-Based Websites => Return Blank Page Topic is solved

For support with specific websites

Moderator: trava90

Forum rules
Please always mention the name/domain of the website in question in your topic title.
Please one website per topic thread (to help keep things organized). While behavior on different sites might at first glance seem similar, they are not necessarily caused by the same.

Please try to include any relevant output from the Toolkit Error Console or the Developer Tools Web Console using the following procedure:
  1. Clear any current output
  2. Navigate or refresh the page in question
  3. Copy and paste Errors or seemingly relevant Warnings into a single [ code ] block.
jangdonggun1234
Fanatic
Fanatic
Posts: 104
Joined: 2013-06-06, 01:29

Discourse-Based Websites => Return Blank Page

Unread post by jangdonggun1234 » 2022-05-12, 14:03

All the listed websites use Discourse:

Code: Select all

https://discuss.python.org/
https://discuss.pytorch.org/t/how-to-transfer-pretained-model-from-tensorflow-to-pytorch/6173
https://community.cloudflare.com/

Errors:

Code: Select all

unreachable code after return statement[Learn More]  
vendor-37595393969c03e2ee2847e9d59ade50ebf28ff3c1be84acce1744500f1f05b7.gz.js:4164
Error: Permission denied to access property "prototype"[Learn More]  
vendor-37595393969c03e2ee2847e9d59ade50ebf28ff3c1be84acce1744500f1f05b7.gz.js:1196:345
TypeError: Ember.HTMLBars is undefined[Learn More]  
discourse-adplugin-d0b53fe12925af7539f0f187c5c2a9cd75bfbf0b210bed3302e1aba353161acb.gz.js:1:40491
TypeError: Ember.HTMLBars is undefined[Learn More]  
discourse-akismet-d6c1c1c032720106173fcc509755dd02835c66acdbed6c6d6c2543fe865ba4d8.gz.js:1:1
TypeError: Ember.HTMLBars is undefined[Learn More]  
discourse-cakeday-1cfee90d0980ed891c937ec1d29817a564023f370df7305020758c8a4b66fef9.gz.js:1:23477
TypeError: Ember.HTMLBars is undefined[Learn More]  
discourse-canned-replies-c81082ae31542474ba3385e35c9dea282f156d96ed1ff4693b01c34f0410f327.gz.js:1:9774
TypeError: Ember.HTMLBars is undefined[Learn More]  
discourse-local-dates-279ee5f1b534c7754b07dcfd10c941fd8569d184c7d1ce675d29724e38037cbf.gz.js:1:10060
TypeError: Ember.HTMLBars is undefined[Learn More]  
discourse-presence-bc826a395189b32e4676ad0c4414f821f9bab8245747789b6d555fc16581dacd.gz.js:1:10367
TypeError: Ember.HTMLBars is undefined[Learn More]  
discourse-solved-25fb8a39a7251e3f126bff6e87bc94d7183343a78ad8ad33636762e80c493b17.gz.js:1:1
TypeError: Ember.HTMLBars is undefined[Learn More]  
discourse-voting-7a6cec5289e5c3a7aa91be826da7fcd220dd3a5336958a593f4f090f61e0e830.gz.js:1:3544
TypeError: Ember.HTMLBars is undefined[Learn More]  
hosted-site-07924808510a29fe375c910248a2faeaf46f028a62d21aed2b9a9dd344a5fa9b.gz.js:1:34962
TypeError: Ember.HTMLBars is undefined[Learn More]  
poll-abdf69bf172c839aa9e851096023a1f76d1d3865978fc411d53e4d41a22b3eca.gz.js:1:17098
TypeError: Ember.HTMLBars is undefined[Learn More]  
discourse-a00351811abd1b2182792f3d6e327ec2aa5384abd6f0556e5292d9ccc8e1d0d1.gz.js:6524:5

        
I don't use any adblocker.

More and more websites are implementing Discourse, and most of them are pretty important, we definitely need some quickfixes.
Last edited by jangdonggun1234 on 2022-05-12, 14:38, edited 2 times in total.

Pause
Apollo supporter
Apollo supporter
Posts: 41
Joined: 2021-08-19, 10:05

Re: Discourse-Based Websites => Return Blank Page

Unread post by Pause » 2022-05-12, 14:23

All three are working here in Pale Moon 31.0.0.

If you're using eMatrix however, you'd need to allow discourse-cdn.com for the first and third sites as it seems they are using the hosted version rather than self-hosting it.

jangdonggun1234
Fanatic
Fanatic
Posts: 104
Joined: 2013-06-06, 01:29

Re: Discourse-Based Websites => Return Blank Page

Unread post by jangdonggun1234 » 2022-05-12, 14:37

Pause wrote:
2022-05-12, 14:23
All three are working here in Pale Moon 31.0.0.

If you're using eMatrix however, you'd need to allow discourse-cdn.com for the first and third sites as it seems they are using the hosted version rather than self-hosting it.
Hi, I found my problem, my Greasemonkey's script named debugger killer blocked prototype from Discourse websites:

Code: Select all

Error: Permission denied to access property "prototype"[Learn More]  
I disabled that script and the problem is now gone.

We can now close this topic, thanks!

Locked