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.
At the end of appUtils.provisionCluster(...) there is a:
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.