You need to have a proper default normal map (ie something like (128,128,255)). You probably have created a default PBR graph with empty outputs and sent all outputs to 3D view, including the empty normal output, therefore the 3D view shader is using normals which are (0,0,0), instead of the default value.