"project not found" with KAS installation

I just tried to migrate over from Certificate based clusters to the Kubernetes Agent Server deployment. I have the KAS configured in gitlab, and deployed an agent config, but the agent in my cluster is complaining about not being able to find the project. I've tried both with the project ID and the path, but all I get is:

 ame":"gitops","project_id":"/erichardson/website"}
{"level":"error","time":"2021-12-04T03:03:27.109Z","msg":"GetObjectsToSynchronize.Recv failed","                                                                        mod_name":"gitops","project_id":"/erichardson/website","agent_id":1,"error":"rpc error: code = N                                                                        otFound desc = project not found","correlation_id":"01FP1PAZZJV401R55V5MQQM1PW"}
{"level":"error","time":"2021-12-04T03:03:44.048Z","msg":"GetObjectsToSynchronize.Recv failed","                                                                        mod_name":"gitops","project_id":"/erichardson/website","agent_id":1,"error":"rpc error: code = N                                                                        otFound desc = project not found","correlation_id":"01FP1PBGN27STEMHYQ9HPFSW7X"}
{"level":"error","time":"2021-12-04T03:04:09.863Z","msg":"GetObjectsToSynchronize.Recv failed","                                                                        mod_name":"gitops","project_id":"/erichardson/website","agent_id":1,"error":"rpc error: code = N                                                                        otFound desc = project not found","correlation_id":"01FP1PC9VT4MYSWX7WVM7A8VKA"}
{"level":"error","time":"2021-12-04T03:05:05.669Z","msg":"GetObjectsToSynchronize.Recv failed","mod_name":"gitops","project_id":"/erichardson/website","agent_id":1,"error":"rpc error: code = NotFound desc = project not found","correlation_id":"01FP1PE074AX3ED20AVP9C6AXM"}

My config.yaml in my project is:

gitops:
    manifest_projects:
    - id: "/erichardson/website"
      paths:
      - glob: '/manifests/*.{yaml,yml,json}'

Gitlab 14.5.1, gitlab-ce edition locally hosted. The agent says it's able to talk to gitlab, so I don't think that's the issue.

Thanks!