Storyboard removing group and not creating it again

I’m using a storyboard and I’m going from one scene to the next one using

storyboard.gotoScene(“tournament_lobby”)

Then in the tournament_lobby I’m calling storyboard.removeAll() and running some code. When I click the back button I go back to the first screen by calling

storyboard.gotoScene(“start_menu”)

However this time the screen is all white. The image group is never loaded. If I setup the images without using the image group from the scene they load fine. I’m confused on what could be causing this.

Okay after more testing I found that I can go from the main screen to the first scene from the first scene no matter where I try to go the next scene is always white and the display group doesn’t exist. Anyone have any ideas?

Can you post some code?

Also what version of Corona?  Windows or Mac?

Strange I figured it out but I have no idea how to fix it when I require widget is when it has issues

local widget = require(“widget”)

When I remove the widget the scenes load fine and the transfer between them is perfect. When I add it back some scenes will load others will only show a white screen.

Strange I just created a blank project and tried it out and it works fine. I have to track down what is causing this issue =/

Okay after more testing I found that I can go from the main screen to the first scene from the first scene no matter where I try to go the next scene is always white and the display group doesn’t exist. Anyone have any ideas?

Can you post some code?

Also what version of Corona?  Windows or Mac?

Strange I figured it out but I have no idea how to fix it when I require widget is when it has issues

local widget = require(“widget”)

When I remove the widget the scenes load fine and the transfer between them is perfect. When I add it back some scenes will load others will only show a white screen.

Strange I just created a blank project and tried it out and it works fine. I have to track down what is causing this issue =/