Blank white screen

Hello guys. I’ve got a problem deploying my app to a device or an emulator. Every time i run the app on a device or an emulator with ionic run android it only shows a blank white screen. However, if I run it with ionic run android -l -c it will run just fine. I’ve seen many people having the same problems, but none of the suggested solutions worked for me.

Nvm, I found the problem, I had an extra slash before the template urls so the template files couldn’t be found. It should be “templates/something.html” not “/templates/something.html”