[stackoverflow] [progress Openedge Abl] How Do You Get An Angular2 Web App To Work On An...

Status
Not open for further replies.
M

mast3rd3mon

Guest
I have build an angular2 web app and I'm trying to deploy it onto an OpenEdge PAS server. When I load the app onto the server and go to http://localhost:8080:dashboard, after building correctly (opening the file directly works), it loads the top index.html file but I get this error:

Not allowed to load local resource:
file:///<path>/dashboard/styles.bundle.css
Not allowed to load local resource:
file:///<path>/dashboard/inner.bundle.js
Not allowed to load local resource:
file:///<path>/dashboard/vendor.bundle.js
Not allowed to load local resource:
file:///<path>/dashboard/main.bundle.js


Can the server not scope the files correctly?

Help would be greatly appreciated

Continue reading...
 
Status
Not open for further replies.
Top