Fix: Pass photo request ID instead of data URL

Changed approach to pass customRequestId query parameter instead of
the full data URL. The design canvas page now fetches the photo from
the database using the request ID, avoiding URL length issues and
making the URL cleaner.
This commit is contained in:
Andymick
2026-07-18 21:05:36 +01:00
parent 8e7d242c58
commit 0d9aef5003
3 changed files with 16 additions and 4 deletions
+2 -1
View File
@@ -81,7 +81,8 @@
"Bash(git commit -m 'Fix: Refresh page after updating order tracking details *)",
"Bash(git commit -m 'Fix: Remove function prop from client component *)",
"Bash(git commit -m 'Fix: Import revalidatePath from correct module *)",
"Bash(git commit -m 'Fix: Route photo requests to design canvas instead of approval upload *)"
"Bash(git commit -m 'Fix: Route photo requests to design canvas instead of approval upload *)",
"Bash(git commit -m 'Fix: Pass photo request ID instead of data URL *)"
]
}
}