Debug polymer-client?

Hi , I have tried to debug the polymer-client , but i don’t succeed , because only the cubarctest-shell.html appear.
one solution will be to run “polymer serve --open” and delete the " " in the index.html file but i have to desactivate cors to pass the login view.
Do you have a solution , thanks!

Hi,

By default Polymer client is served by tomcat and available at [url=http://localhost:8080/app-front]http://localhost:8080/app-front[/url].

If you want to use polymer serve or gulp serve you should set in index.html and api-url=“http://localhost:8080/api/rest/ in cubarctest-shell.html.

You can debug it as a standard web app using browser’s dev tools. The most important thing is not to forget to add imports to custom elements you use.

If you still have some issues please attach an archive with your project here.