07-07-2019, 07:31 PM
Tried the suggestion for modifying the cdb_loadTable. I assume you mean this:
on preOpenStack
initializeCanelaDB
get cdb_auth("test@test.com","password","user")
cdb_loadTable"*"
end preOpenStack
If that is what you were suggesting, it does not seem to do the trick. Restarted the app, but still getting the "Error: Failed API Key Authentication".
on preOpenStack
initializeCanelaDB
get cdb_auth("test@test.com","password","user")
cdb_loadTable"*"
end preOpenStack
If that is what you were suggesting, it does not seem to do the trick. Restarted the app, but still getting the "Error: Failed API Key Authentication".