ahn / vaadin-oauthpopup

OAuth Popup Add-on for Vaadin 7.1+
Apache License 2.0
9 stars 16 forks source link

Failed to load the bootstrap javascript: ./../VAADIN/vaadinBootstrap.js?v=7.6.4 #12

Open francesc3000 opened 8 years ago

francesc3000 commented 8 years ago

Hello, I have copied demo code into my project and it compiles, but when I click Facebook button this error is shown.

Failed to load the bootstrap javascript: ./../VAADIN/vaadinBootstrap.js?v=7.6.4

Has anyone had this error?

I'm using VAADIN + Spring Boot + Maven

Thanks.

giovanymoreno commented 8 years ago

I am also having this issue using VAADIN + Spring Boot + Maven.

It was correctly working before when I was using Jetty alone. However, I have to migrate the project to use Vaadin-Spring capabilities, but now all Oauth functionalities are showing this same error message. It seems to be a Spring Boot related issue with this Add-on (?).

All I have found so far is this project Collamap that supposedly works with this stack.