I have draft mode working 100% correctly on my local development environment but when my project is deployed to Vercel only some paths work, others return 404. I've reviewed my code several times to ensure that there are no implementation differences between the working and nonworking paths and I'm pretty confident that I'm doing things consistently for every path. The logs on Vercel show the draft mode working requests make it to the application server but the paths that bounce with a 404 don't ever get logged so it looks like Vercel is serving them out of cache. Any ideas or pointers as to what I might be doing incorrectly would be greatly appreciated.