openbaton / dashboard

Dashboard of the NFVO
6 stars 6 forks source link

"The request was rejected because the URL was not normalized" when creating a service #124

Closed marcellom closed 6 years ago

marcellom commented 6 years ago

When creating a service, it returns an error. This is because here https://github.com/openbaton/dashboard/blob/6.0/src/main/resources/static/js/controllers/serviceController.js#L121 /create is added to the url instead of just create. Please remove the slash to fix this issue.