Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Sails v0.11.0-rc10 assets loading timeout

After upgrade to v0.11.0-rc10, sometimes, random assets (both css and js) loading takes a long time. Does anyone has same problem?

Firebug screen

Chrome dev screen

P.S. All grunt tasks has completed successful

P.S.S. sorry for my english

like image 282
Swarthy Avatar asked May 10 '26 14:05

Swarthy


1 Answers

The answer to this question is here (by @swarthy): https://github.com/balderdashy/sails/issues/2616#issuecomment-74642658

updating node from v0.10 to v0.12 solved the problem.

like image 64
Travis Webb Avatar answered May 12 '26 03:05

Travis Webb