Open dimkir opened 6 years ago
It turns out that the table WAS actually created (and this message seems to be merely info
message):
(the date of creation is just few minutes from the time of writing of this post)
But why (user-manager) returns Error getting user
message?
After calling to
POST sys/admin
A
getUserPool()
function is called (which is simply delegate for the (user-manager) microservice). The call looks like this:And the response is erratic (seems like this is Dynamo native error):
And as the result response we get from (user-manager) is this:
So the question is: why wasn't the table created "automagically"?