Vercel ISR: page redirects to `page-isr` when using isr: true
I have the following route rule configured:
working
When navigating to
On first hit, the page is generated, and on subsequent hits, Vercel serves from the cache.
not working
However, when navigating to the URL directly (typing in my browser), the server fails to load the page and redirects me
Here are the headers I get from a curl call:
When navigating to
/schedule from the client side (clicking a link), I can access the page.On first hit, the page is generated, and on subsequent hits, Vercel serves from the cache.
However, when navigating to the URL directly (typing in my browser), the server fails to load the page and redirects me
/schedule-isr, which 404s.Here are the headers I get from a curl call:
