phone_verified on their profile; the upload UI guides you if either is missing.
Before you start
- Account — create one at
/pages/signupor via the link on/pages/login. - Phone verification — complete at
/pages/verify-phoneafter signing in.
Submitting your report
1
Open Make a Report
Use Make a Report in the header (
/pages/upload). If you are not signed in, choose Sign in on the modal (or Not now to leave). If you are signed in but not verified, use Authorize Now to go to phone verification, or dismiss with Authorize Later (you will not see the form until verified).2
Choose a category (required)
Pick one option from the category control. The value is posted as a hidden
category field — the server rejects submits without it (Missing fields.).3
Fill in the title
Up to 50 characters. Required.
4
Enter the address
Use the address fields (street, city, state, country) as shown on the form. They are combined server-side into a single address string (map location may still use a placeholder geometry depending on pipeline configuration).
5
Write a description
Up to 400 characters. Required.
6
Attach a photo (optional)
PNG or JPEG only. The UI warns about roughly 4 MB maximum so the request stays within typical serverless body limits.
7
Submit
Click Submit report. On success,
createReport redirects you to the home page (/). On validation or permission errors, you may stay on upload with ?report_err= or ?err= query parameters explaining the issue.