Hello everyone, is there anyone who works with the deployment the dash web app into apache web server, I was developing a dash app on local server with several dataset and it seem there is no problem when I run the web app under local network setting, however if I deploy my app into apache webserver why the app can’t read my local dataset, I also try to change the directory access on my “/var/www/html/web_file” by using “chmod 755 /var/www/html/web_file” but it seem doesn’t work at all, on my browser it said that the “Internal Server Error”.
You might need to add some information, it’s pretty difficult to guess.
Just to understand: you deploy your app on a server and want it to access data on your local hdd?