Page 1 of 1

Errors in Firefox browser console

Posted: Wed Nov 03, 2021 2:08 pm
by pwhodges
I am trying to get Bludit working nicely in my system (Windows Server, Caddy webserver), and having various problems.

The site looks fine, but when accessing it, sometimes a page (any, at random) will not appear, and the download is shown as busy. Cancelling and trying again usually works.

So, to diagnose this, I tried looking in the Firefox console for any errors, and found these:

(1) For every page Firefox reports:
"Error: Please use $(ref:runtime.getURL)." at index.js:27

(2) If I try to load a page quickly after the previous page (which ones doesn't matter) sometimes I get the report:
"AbortError: Actor 'Conduits' destroyed before query 'RuntimeMessage' was resolved" at ConduitsParent.jsm:312

Are these Bludit errors?

Paul

Re: Errors in Firefox browser console

Posted: Wed Nov 03, 2021 3:09 pm
by Edi
Using a Windows server is always a bit tricky. Perhaps this helps:

https://docs.bludit.com/en/webservers/iis

Re: Errors in Firefox browser console

Posted: Fri Nov 05, 2021 9:09 pm
by pwhodges
Well, IIS config has nothing to do with Caddy web server.

It turns out that the errors I reported are local Firefox errors - I uninstalled plugins until the errors went away :)

In turn, the errors I was trying to investigate in the first place were caused by a mis-configuration in PHP. Now that is fixed all is happiness and light.

Paul