You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When doing the automated deployment, the default rooms are not created on redis. This, of course, fails the logOn action.
Redis is running by the time I can ssh into the machine. I can add the room name to the redis set actionhero checks for, and then the call works. I tried adding delayed additions of the room in my initializers, but still nothing.
Using fakeredis worked and is the default build at this time. That is not persistent between restarts.
Of course, everything works locally, it's just the vagrant/ansible auto start that is causing trouble. (A lot of trouble, I had a heck of a time debugging that one so far, and it's still not solved).
The text was updated successfully, but these errors were encountered:
When doing the automated deployment, the default rooms are not created on redis. This, of course, fails the
logOn
action.Redis is running by the time I can ssh into the machine. I can add the room name to the redis set actionhero checks for, and then the call works. I tried adding delayed additions of the room in my initializers, but still nothing.
Using
fakeredis
worked and is the default build at this time. That is not persistent between restarts.Of course, everything works locally, it's just the vagrant/ansible auto start that is causing trouble. (A lot of trouble, I had a heck of a time debugging that one so far, and it's still not solved).
The text was updated successfully, but these errors were encountered: