Level doesn't open/starts when i pressed the play button

I have made a main menu with a “play game” button but when I press the button the level doesn’t load. I am using ue4.18.2. I used this doc for making the menu: UMG UI Designer Quick Start Guide | Unreal Engine Documentation

Do you know how to fix this?

Can’t see anything obviously wrong. Use plenty of Print String to check that the events are firing properly and that the flow works as expected. This will help you find out what goes wrong, then we can look into it.

Hey there, make sure the level name is correct (without extra spaces, etc). You can try to do a console command “Open level name” to see if it works.