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
In seeds.rb, there is a record each for banners and bannervideos with interval_end: "2020-01-01 00:00:00". However, in models, there is a validation check which says that if interval_end < Time.now, it is invalid.
Clearly, current time is more than the given interval_end timestamp. Thus, this validation is failing. We need to change the seed data to fix this issue.
Hi,
I am trying to install RTB4Free with Docker and docker-compose, I just copy the docker-compose.yml from:
https://rtb4free.readthedocs.io/en/latest/intro/getting-started-with-docker.html
The problem is that I am getting an error on campaign manager.
Frist, I can't access, with the user and password, [email protected] and rtb4free respectively:
I tried to go inside campaign-manager, and execute from scratch
rake db:setup
, but it I get the following response:I'm not much of a Ruby expert, so I don't know how I can fix it.
Can anyone give me a hint?
Thanks in advance,
Fernando
The text was updated successfully, but these errors were encountered: