Canvas not showing

So I created a basic Photon multiplayer game and everything works except for the UI. For each player prefab I attach a canvas so that it also gets instantiated and every player has a health bar UI for every screen. The problem is that the canvas won’t show up for my Game tab but shows up in my Scenes tab. It’s really strange and I was hoping if anyone can help. I’ve attached pictures to clarify what I am asking. Also, I checked if the canvas was active in the Scene tab and it was… So I don’t know why it isn’t showing on the Game tab…

@unity_h8xbxNPDoNUeiA
Have you messed with the canvas scale or rotation. If not make sure you are stetting the health bar in the correct position in respect to the canvas and not the character itself. For example the canvas it to the scale of the game view. In scene view it may look like the joysticks are nowhere near where they should be but when you go into game view they are in the correct position.
Scene view (Canvas looks massive):

Game view:

I ran into this with a previous 2D project and it had to do with sorting layers. I would take a look at that.