vaadin / full-stack-starter

Public repository for Full Stack Starter issues
https://vaadin.com/start
1 stars 0 forks source link

Script Error(0) on Mac OS #18

Open HaritaParmar opened 6 years ago

HaritaParmar commented 6 years ago

Hello, I have Bakery App Starter for Spring and Vaadin 10. I am getting Script Error(0) on performing below steps: Step-1: Login and go to Dashboard. Step-2: Copy the link http://localhost:8181/my-starter-project/dashboard and paste it to new tab of same browser. Step-3: Now come to the first tab of browser Step-4: Again come to the second tab of browser

I am getting Scrip Error(0) as shown in below screen shot:

scripterror

Please advise. Appreciate your efforts !!!

alvarezguille commented 6 years ago

I wasn't able to reproduce this behavior. Could you include the following extra info:

HaritaParmar commented 6 years ago

Hi Guille, Thank you for the quick response !!! I am using Mac OS High Sierra(version 10.13.5) and Safari browser(version 11.1.1). I have taken starter project from Vaadin in July. No, application is not running in Production mode. Also, I have added step-4 to reproduce the behavior. P.S. I checked the same on https://bakery-flow.demo.vaadin.com/login but I am not able to reproduce the issue in online demo.

DiegoCardoso commented 6 years ago

Hi, @HaritaParmar

Could you provide the steps of how you are packaging and running the project?

Thanks

HaritaParmar commented 6 years ago

Hi Diego Cardoso,

Thanks for your response. I am running the project in eclipse. Given project is maven project and packaging is war(defined in POM file). Let me know if you require more information.

Thank you !!