Cannot add Beta channel I am developing
I am developing a Roku channel and I currently have it set as a beta app. I can side-load it to my device no issues, and I created and uploaded the package. However, when I try to add the channel to my account with the vanity code, nothing happens. I put my code in, I check off that I'm not a robot and hit "Add Channel". The page blinks, but nothing happens. I opened up Developer Tools and I see the following error in the console (Note: For privacy, I replaced the actual vanity code in the error below with the placeholder {myvanitycode})...
api/v1/channels/accessCode/{myvanitycode}:1 Failed to load resource: the server responded with a status of 404 ()
I created the channel a week ago, so I can't see why it wouldn't be available yet. I have tried in 3 different browsers on my computer, as well as on my phone. Same exact behavior every time. I tried changing my vanity code as well, and it still doesn't work. When I changed the vanity code, the new code returns the same 404 error, and the old code now returns a 500 error. I also tried adding a new channel that I know exists through the website, and it worked as expected.
Any ideas on how I can fix this issue?