Server will not replicate newly spawned objs that have physics enabled

I have a bp class that I’m spawning on the server via a server function from the client. When I have the enable physics checkbox unchecked on the class, the obj spawns on both the server and the client. If I enable the physics checkbox on the class, it will only spawn on the server. Is this the intended behavior or am I doing something wrong?