Importing Tiger Data

I’m very new to nominatim. I’ve been tasked with upgrading our current nominatim server so I’ve built a new server using docker and nominatm 3.6. I’ve imported the osm data with US postal codes since we’re only interested in the US then I’ve imported tiger data. There are some lat/lon that return a street number using the OSM API but not with my new server. For instance the following returns the correct data on both but my server doesn’t have the street number:

33.988550,-118.307050

OSM:
1724, West Slauson Avenue, Harvard Park, Los Angeles, Los Angeles County, California, 90047, United States

My nominatim server:

{“place_id”:35986209,“licence”:“Data © OpenStreetMap contributors, ODbL 1.0. https://osm.org/copyright",“osm_type”:“way”,“osm_id”:398417482,“lat”:“33.98912998169946”,“lon”:“-118.30704669537441”,“display_name”:"West Slauson Avenue, Harvard Park, Los Angeles, Los Angeles County, California, 90230, United States”,“address”:{“road”:“West Slauson Avenue”,“suburb”:“Harvard Park”,“city”:“Los Angeles”,“county”:“Los Angeles County”,“state”:“California”,“postcode”:“90230”,“country”:“United States”,“country_code”:“us”},“boundingbox”:[“33.9891243”,“33.9891377”,“-118.3083982”,“-118.3050133”]}

I could use some help in determining why I’m missing the street number. I did not receive any errors when importing Tiger data.