Sync Gateway querying roles returns "not_found" "reason":"missing"

I tested on my local DB and then realized that I never explicitly created those roles when I setup my local DB. So I checked with another dev and we realized we never created the roles on the server I was working on. Everything worked properly without the roles created though. We were able to assign those roles to users and check if they had the role with requireRole() in our sync function.

Thanks for the help and sorry for the false alarm!