All checks were successful
CI / update (push) Successful in 1m22s
Add console logging in the browser to track image selection and form submission: - Log when user selects an image file in CardAdd component - Log file validation steps (MIME type, size) - Log form submission and FormData preparation - Log whether image is being appended to form This helps diagnose if the issue is client-side (image not selected/sent) or server-side (image not received/processed).