We are building a MTA Application using cloud Webide Fullstack for Cloud Foudnry. Our application has a node module and ui module, when I run my node module it generates an url for me locally the UI works fine, but when I run my UI module which has routing to my node module, it no longer works. I have noticed the UI Url adds suffixes to the end which may be causing this issue.
while we did the development on premise using webide, the routing works just fine..
Are there any shortcuts to this or a different technique that I am missing to have the application run and test locally. It would be nearly impossible to have the application deployed everytime we make a change and test right ?
After deployment the application works with no issues.