I've been trying to get a more modern retro to work instead of the classic ones. I use brainCMS, Vertrigo and Heidisql for this.
Everything was quite simple and everything works as it should. But whenever I try to change the hotelUrl in www/system/brain-config.php from Localhost to anything else, for example 127.0.0.1, the client instantly goes to "assets failed". To my understanding 127.0.0.1 is the localhost, right?
i tried to use Visual Studio Code to replace every localhost with the IP I want to use, but that does nothing. And as soon as I replace the hotelUrl back to localhost, the client works again... It's like the client needs the hotel url to be "localhost" for it to load.
Does anyone have an idea how to fix this or where I need to be looking for a fix? I can upload my brain-config.php file as well if anyone needs that. Thanks in advance.
Everything was quite simple and everything works as it should. But whenever I try to change the hotelUrl in www/system/brain-config.php from Localhost to anything else, for example 127.0.0.1, the client instantly goes to "assets failed". To my understanding 127.0.0.1 is the localhost, right?
i tried to use Visual Studio Code to replace every localhost with the IP I want to use, but that does nothing. And as soon as I replace the hotelUrl back to localhost, the client works again... It's like the client needs the hotel url to be "localhost" for it to load.
Does anyone have an idea how to fix this or where I need to be looking for a fix? I can upload my brain-config.php file as well if anyone needs that. Thanks in advance.