ResqueBoard icon indicating copy to clipboard operation
ResqueBoard copied to clipboard

Missing js files

Open teewhey opened this issue 11 years ago • 10 comments

I was looking at the apache logs and found out there are some files are not found.

"GET /ResqueBoard/src/ResqueBoard/webroot/js/libs/jquery.min.map HTTP/1.1" 404 "GET /ResqueBoard/src/ResqueBoard/webroot/js/libs/cal-heatmap.source-map.js HTTP/1.1" 404

Am I missing something???

teewhey avatar Jan 03 '14 09:01 teewhey

No, these files are optionals

wa0x6e avatar Jan 03 '14 09:01 wa0x6e

Hmmm... okay.... then I have no idea what was happening... The ResqueBoard only displays the full page on first load.... the subsequent loads after jump to other pages doesn't seem to render anything... I have already updated to the latest....

teewhey avatar Jan 03 '14 09:01 teewhey

I have the same problem. It doesn't seem to be rendering or displaying any data from the Resque redis db. I only saw the worker list once, and it has not rendered since.

ckmaresca avatar Jan 07 '14 00:01 ckmaresca

It turns out there was something wrong with some of the .js files under Chrome (31.0.1650.63 on Mac OSX 10.8.3) while using AdBlock. Not sure what it was as there were no obvious errors & nothing was being blocked, but disabling it fixed the issue....

ckmaresca avatar Jan 07 '14 02:01 ckmaresca

I've tried on both Chrome and Firefox and both unable to render... I don't have Adblock installed on Firefox

teewhey avatar Jan 07 '14 02:01 teewhey

There is also a note on another issue about editing the main.js to change the load order of libraries. I did that first, I'll see if I can find it...

Edit: It's here https://github.com/kamisama/ResqueBoard/pull/23 - I would also disable any other plugins or software that blocks trackers, etc. (such as Ghostery or Do Not Track Me).

ckmaresca avatar Jan 07 '14 04:01 ckmaresca

That part of changes in main.js is already in the latest commit.

teewhey avatar Jan 07 '14 04:01 teewhey

I've tried another fork from fushanlang. It seems to work with my setup for now... You can take a look.

https://github.com/fushanlang/ResqueBoard

teewhey avatar Jan 23 '14 02:01 teewhey

The forks seems to fix some bugs, but it's hard to merge, as the fixes are written in the wrong files. I'll try contacting him

wa0x6e avatar Feb 20 '14 15:02 wa0x6e

This is probably related to #38. The heatmap file missing only breaks the heatmap. The problem @ckmaresca and @teewhey mentioned about the page only loading once is the signature symptom of #38.

paco3346 avatar Dec 05 '14 14:12 paco3346