I'm running two seperate phabricator instances on two seperate server. The only difference is the policy.
When pushing/pulling (via http) from server 1 I get an "404: No such repository exists.", on server 2 everything works fine.
**Policy on server 1:**
| Phabricator | Public access (registraion enabled)
| Diffusion (use/view/create) | All Users
| Repository Push/Pull | All Users
**Policy on server 2:**
| Phabricator | All Users (registration disabled)
| Diffusion (use/view/create) | All Users
| Repository Push/Pull | Only myself
After some debugging I found out that
```
PhabricatorPolicyAwareQuery -> executeOne()
```
returns null.
Is this a bug or am I missing something?