Hi!
I have a very simple UE program that I am trying to deploy do my website. I can run it perfectly on my PC local host but not when its hosted on my website. It is deployed there correctly but when I launch I get the error:
“Uncaught TypeError: Cannot read property ‘toLowerCase’ of null”.
NOTE: I tried with a ‘development’ build, with that it works but not with a packaged build.
Any help please?
Thank you!