totaljs / openplatform

OpenPlatform v5 is a beautiful and simple portal for running, integrating and managing multiple 3rd party web applications.
https://www.totaljs.com/openplatform/
MIT License
95 stars 45 forks source link

404 image not found johndeal_domain_com.jpg #9

Closed SadiqUltra closed 7 years ago

SadiqUltra commented 7 years ago

In the home page of openplatform, I am getting a 404 error of this image johndeal_domain_com.jpg. It should point to http://DOMAIN.COM/photos/johndeal_domain_com.jpg instead of http://127.0.0.1:8000/photos/johndeal_domain_com.jpg

Thanks.

tomee03 commented 7 years ago

Hi... and where you have saved image? You have image saved in /public/photos folder? Thanks

molda commented 7 years ago

Hi try to change the url in config file to your domain url : http://127.0.0.1:8000 -> url : http://DOMAIN.COM

petersirka commented 7 years ago

@SadiqUltra open Settings page and set the URL there. I use OpenPlatform in production and everything works correctly.

SadiqUltra commented 7 years ago

Sorry I had missed URL settings.It's working.