telefonicaid / fiware-cosmos

fiware-cosmos toolkit for administration and support. Includes Sahara plugin
GNU Affero General Public License v3.0
11 stars 15 forks source link

[bug] Redirection to '/' is done in appUtils.provision when creating a new account #121

Closed frbattid closed 8 years ago

frbattid commented 8 years ago

At the end of appUtils.provisionCluster(...) there is a:

res.redirect('/);

This must be at app.post('/new_account...) after calling the above. Currently working because at FIWARE Lab both computing and storage are the same cluster, but will fail for sure when they are splitted.

frbattid commented 8 years ago

Fixed in PR https://github.com/telefonicaid/fiware-cosmos/pull/128