Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refreshes all the time #35

Closed
onu411514c opened this issue Aug 28, 2018 · 7 comments
Closed

refreshes all the time #35

onu411514c opened this issue Aug 28, 2018 · 7 comments
Labels

Comments

@onu411514c
Copy link

unable to setup as it keeps on refreshing and never reaches a stable point ....
i followed the steps to setup this application turns out it is more than just frustrating to set this up

@BoykoAlex
Copy link
Collaborator

Did you look at the sample app? Think it shows the DSL editor and visual editor in sync and doesn't refresh all the time...
A bit more details on what is refreshing all the time or some sample code to demonstrate the problem would help

@sabbyanandan
Copy link

@onu411514c: It'd be good to also know which browser and version you're on.

@onu411514c
Copy link
Author

onu411514c commented Aug 30, 2018

browser version -->> Chrome Version 68.0.3440.75 (Official Build) (64-bit)
node -- > v8.11.4

I am trying to setup the spring flo demo app on my local. When i run npm start it opens the window but it never loads, it keeps refreshing itself i can see in network tab that the calls never stop.
I tried in IE and Fire Fox it was not loading in any of them .

was using git bash, worked with cmd

@BoykoAlex
Copy link
Collaborator

BoykoAlex commented Aug 30, 2018

It does that on Windows i can confirm that. It's fine on Mac with the same Chrome version. I'll investigate...
Doesn't look like the library code is the cause for that... Something is wrong with the example or the way it's launched :-(

@BoykoAlex
Copy link
Collaborator

This was introduced not long ago with Angular 6 upgrade: c130c5c
I have upgraded ngx-bootstrap being used by the sample app to 3.x because wanted not to use rxjs-compat package. It turned out however that something is off with ngx-bootsrap 3.x: valor-software/ngx-bootstrap#4494
I worked around the problem by transpiling ngx-bootstrap.es2015.js file at runtime by SystemJS. It worked great everywhere up until. This is very unfortunate because I couldn't find a better solution but to rollback sample to ngx-bootstrap 2.x and add rxjs-compat. (ngx-bootstrap is used show modal dialogs for the sample app).

I have updated the dependendy of lite-server and now you should be able to see the sample in other browsers on Windows. Note, however, that FF and IE are not well supported as we were aiming to get it working primarily on Chrome.

@BoykoAlex
Copy link
Collaborator

Fixed with 5d7f892

@sabbyanandan
Copy link

@onu411514c: Please try it out and let us know if you have any other feedback. Thanks for reporting this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants