After getting through Chapter 12: Updating an invoice section - no eslint errors in vscode - after clicking the Edit Invoice button on the edit page I'm directed to a page not found page. The invoice is ultimately actually updated (as seen from /dashboard/invoices where the invoices are listed and the url shown in the edit page appears to be what it should be (with the uuid appearing in the url and in the right place in the url). Also I've checked, double checked, and triple checked the location of page.tsx and the directories for the edit path and it looks like what is shown in the tutorial at /app/dashboard/invoices/[id]/edit/page.tsx
What could be causing the problem and/or how to I find out?