Describe the bug
After installing Magento 2.3.0 and PWA Studio, and loaded the Venia demo data, I got these exceptions.
[2019-02-18 02:35:21] main.CRITICAL: File 'pub/media/catalog/product//6/3/634754808_640.jpg' was not found or has read restriction. {"exception":"[object] (Magento\Framework\Exception\LocalizedException(code: 0): File 'pub/media/catalog/product//6/3/634754808_640.jpg' was not found or has read restriction. at /var/www/html/magento2/vendor/magento/module-catalog-import-export/Model/Import/Uploader.php:210)"} []
[2019-02-18 02:35:22] main.CRITICAL: File 'pub/media/catalog/product//6/3/634754571_640.jpg' was not found or has read restriction. {"exception":"[object] (Magento\Framework\Exception\LocalizedException(code: 0): File 'pub/media/catalog/product//6/3/634754571_640.jpg' was not found or has read restriction. at /var/www/html/magento2/vendor/magento/module-catalog-import-export/Model/Import/Uploader.php:210)"} []
[2019-02-18 02:35:22] main.CRITICAL: File 'pub/media/catalog/product//6/3/634754854_640.jpg' was not found or has read restriction. {"exception":"[object] (Magento\Framework\Exception\LocalizedException(code: 0): File 'pub/media/catalog/product//6/3/634754854_640.jpg' was not found or has read restriction. at /var/www/html/magento2/vendor/magento/module-catalog-import-export/Model/Import/Uploader.php:210)"} []
[2019-02-18 02:35:23] main.CRITICAL: File 'pub/media/catalog/product//6/3/635172530_640.jpg' was not found or has read restriction. {"exception":"[object] (Magento\Framework\Exception\LocalizedException(code: 0): File 'pub/media/catalog/product//6/3/635172530_640.jpg' was not found or has read restriction. at /var/www/html/magento2/vendor/magento/module-catalog-import-export/Model/Import/Uploader.php:210)"} []
[2019-02-18 02:35:24] main.CRITICAL: File 'pub/media/catalog/product//6/3/634754677_640.jpg' was not found or has read restriction. {"exception":"[object] (Magento\Framework\Exception\LocalizedException(code: 0): File 'pub/media/catalog/product//6/3/634754677_640.jpg' was not found or has read restriction. at /var/www/html/magento2/vendor/magento/module-catalog-import-export/Model/Import/Uploader.php:210)"} []
[2019-02-18 02:35:24] main.CRITICAL: File 'pub/media/catalog/product//6/3/634754610_640.jpg' was not found or has read restriction. {"exception":"[object] (Magento\Framework\Exception\LocalizedException(code: 0): File 'pub/media/catalog/product//6/3/634754610_640.jpg' was not found or has read restriction. at /var/www/html/magento2/vendor/magento/module-catalog-import-export/Model/Import/Uploader.php:210)"} []
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
able to see the Venia demo images at the frontend.
Screenshots
If applicable, add screenshots to help explain your problem.

Please complete the following device information:
npm -vnode -vPlease let us know what packages this bug is in regards to:
venia-conceptpwa-buildpackperegrinepwa-devdocsupward-jsupward-specAdditional context
Add any other context about the problem here.
Possible solutions
Add any ideas about possible solutions to the problem here.
Hey @dereklew try to give server root path till pub then try
Hi @cnu115 can you elaborate more?
Hi @dereklew. In virtual host give back-end magento server url till pub.In my local system i am using apache2.
see the example
$cd /etc/apache2/sites-enabled
$nano site-name.conf
then change back-end server path
AllowOverride All
Require all granted
Hi @cnu115 thanks, it works!
closing since it's confirmed as a resolved.
thanks for the help provided @cnu115!
@dereklew feel free to open up again if issue still persists.