I am trying to join points to polygons. To be more precise, I have a dataset with points associated with a disaster. Each point comes with latitude and longitude and other information. And I have a shapefile that has polygons that have census data information.
I do a spatial join on ArcGIS, joining points to polygons. I have the same projection in both files. But when the join is completed, the data from the polygons does not appear in the joint file. I have the corresponding columns, e.g., all info comes with 0's. Also, the polygons do not show up on the Map.
I am using the spatial join with the point layer as the target features and the census tracts as the join features.

Any suggestions why this happens and how can I fix it?