"Branch not found" for admin

I went through the guide at Add to Your Site | Netlify CMS | Open-Source Content Management System and when I go to {mywebsite.com}/admin I get a “branch not found” error.

banchnotfound

Can you share your config.yml and repository?

Sure. @tomrutgers

config.yml - https://paste.gg/p/anonymous/86139c372ae04517a11951417162ff2b

repo - GitHub - norogoth/realty

Update your backend config: branch: master

@tomrutgers Thank you for your assistance. I have updated the backend config to have branch: master. Currently, I am still getting the same error.

I also attempted to go to Content Manager in an incognito tab and sign in. After signing in I get the same error.

You have to push those changes to your repo as Netlify CMS is a git based cms

I am aware of that. The changes have already been commited. - https://github.com/norogoth/karen-aaker-realty/blob/master/admin/config.yml

Wait I also have realty/config.yml at master · norogoth/realty · GitHub

should I delete the root/admin folder and paste that into this other folder?