cescoffier / vertx-microservices-examples

Vert.x Microservices examples
29 stars 7 forks source link

UI doesn't work #7

Closed dimmonn closed 6 years ago

dimmonn commented 6 years ago

when all services are started and once "invoke" is hit, nothing happens, Circuit Breakers page and Services page is empty when a,b,c,d are started properly

Members [4] { Member [192.168.99.1]:5701 Member [192.168.99.1]:5702 Member [192.168.99.1]:5703 this Member [192.168.99.1]:5704 }

UI error

Failed to find a valid digest in the 'integrity' attribute for resource 'http://code.jquery.com/jquery-2.2.1.min.js' with computed SHA-256 integrity 'gvQgAFzTH6trSrAWoH1iPo9Xc96QxSZ3feW6kem+O00='. The resource has been blocked. bootstrap.min.js:6 Uncaught Error: Bootstrap's JavaScript requires jQuery at bootstrap.min.js:6 (anonymous) @ bootstrap.min.js:6 index.html:75 Uncaught ReferenceError: $ is not defined at index.html:75

davidaparicio commented 6 years ago

Hi @dimmonn

Please update these files

with

integrity="sha384-8C+3bW/ArbXinsJduAjm9O7WNnuOcO+Bok/VScRYikawtvz4ZPrpXtGfKIewM9dK"

It's due to a update of the JQuery 2.2.1 ;) Is it working now? :)

References:

dimmonn commented 6 years ago

thanks,

worked for me with integrity=""

cescoffier commented 6 years ago

Anyone fancy a PR?

cescoffier commented 6 years ago

Actually, I'm on it.