Forum

Loading stuck

08 March 2018 14:18
What is wrong?
Loading bar gets stuck at 1% when build and deploy, but it's working fine in preview dev.
I put it in an iframe.
09 March 2018 14:41
Check the browser console(F12).
Typically this happens when you are accessing some object attribute somewhere with adressing through dot and somewhere through []. The first case can be obfuscated and the second never obfuscates. Do not mix this two approaches when adressing to the same attribute.
Alexander (Blend4Web Team)
twitter
 
Please register or log in to leave a reply.