PredixDev / predix-webapp-starter

A web application starter kit built on Polymer, Web Components, NodeJS and Predix UI Components
https://predix-webapp-starter.run.aws-usw02-pr.ice.predix.io
Other
61 stars 72 forks source link

Safari 9: only empty page when use gulp to start #12

Open donkey13 opened 7 years ago

donkey13 commented 7 years ago

after npm and bower install, use gulp to start there is no error in the console, but in browser localhost:5000 only have a empty page, no any controls and contents, I am using mac and safari,

gstroup commented 7 years ago

what version of safari are you using? I can't reproduce. In Safari 10.1.2, the app works. We are aware of some 404 errors in the console, that could possibly be causing this issue. We hope to get those fixed soon.

donkey13 commented 7 years ago

i've confirmed there is no problem with Chrome, i am thinking it may related to my Safari version, it is Version 9.1.2 (11601.7.7) seems relative old. I am updating it to latest to see if the issue still exist. maybe you could add this to known issue in you readme about the unsupported Safari version 9.1.2

gstroup commented 7 years ago

We'll be updating the PX components soon, and hopefully this issue will be fixed. Thanks for bringing this to our attention!

gstroup commented 7 years ago

Possible duplicate of issue #4

410002305 commented 6 years ago

Hi I have installed this predix-webapp-starter in my local server. I am using Chrome and typed LocalHist:5000 and I only have the directories (e.g. public/, scripts., server/) instead of the UI Components display. Would you please shed some lights at this issue. Thanks.

gstroup commented 6 years ago

Are you using Safari 9? That browser is not working any more. Please try a newer browser. Also make sure you have run npm install && bower install.