Scene Transition Issues

Hey everyone, I am having an issue with two of my four scenes when transitioning. I am using Phaser version 3.16. Within my first two scenes I am using this code.
Scene 1 to 2:
image
Scene 2 to 3:
SceneTransition2to3
I have used the same logic for my level 3 to 4 but the same images for the map on level 3 replace those on level 4, and vice versa.
SceneTransition3to4
I have been receiving errors like this as well, but they don’t seem to affect my level 1 or 2:
missingTextures
Even though I receive the errors above the correct images are still showing up within the chrom web browser.
Thanks for any help!

This has been resolved, it was a problem due to having images/jsons named the same within the preload function of two different scenes.