The world's largest and most accurate prospecting solution.
This route is NOT served in production. Webflow handles wiza.co/ and most other paths via wiza-proxy (ALB rule 99).
Header and footer links are misleading here. They use the shared site chrome and point at other Qwik routes in this repo. For real wiza.co traffic, those URLs are served by Webflow (and related infra), not these pages ā so almost every link is to dead code that never runs in production. In pre-prod, test almost exclusively the directory URLs in the next section (plus /api-docs/*, static asset paths, or /resolve-recaptcha if you are changing those). Do not assume nav or footer links reflect the live site.
Start here: company directory on this host (local, staging, etc.).
Use your local or staging host (e.g. https://localenv.me). Slugs and IDs must exist in the data you have wired up; the pattern is:
/directory/a ā listings under /directory/{letter} (and paginated paths under /directory/{letter}/{page})./d/art-of-problem-solving/69e6 ā /d/{company-slug}/{company-id}./d/art-of-problem-solving/69e6/matt-hin ā /d/{company-slug}/{company-id}/{person-slug}.That flow hits the real Qwik directory routes and the shared header/footer layout. Other routes in this repo are for legacy or local-only pages; following header/footer links mostly walks dead paths vs production.
/d/* ā Company and person directory pages (ALB rule 97)/directory/* ā Company directory browse (by letter, pagination) (ALB rule 97)/api-docs/* ā API documentation (ALB rule 97)/assets/*, /build/*, /fonts/*, /favicon* ā Static assets (ALB rule 92)/resolve-recaptcha ā reCAPTCHA endpoint (ALB rule 92)All other routes in this repo are dead code shadowed by Webflow. See ALB rules on wiza-jupiter-load-balancer for details.