3

I have tried every suggestion that is out there but im still getting this error enter image description here

In my config data they are figured as:

enter image description here

i have tried the solutions none of them are working im still getting the same error over and over. I also have apache rewrite mode on as well.

I have tried:

Magento 2 CSS and JavaScript not loading from correct folder

https://stackoverflow.com/questions/34040496/magento-2-not-loading-css-and-javascript

Compu Scie
  • 103
  • 5
  • 12

3 Answers3

2

What was your deployment command? it should have nl_NL so should be something like: php bin/magento setup:static-content:deploy nl_NL -f

if you did please insure the files are physically existing under pub/static/frontend/Smartwave/porto/nl_NL folder

if they're, check for the existence of .htaccess under /pub/static/

M.Elwan
  • 220
  • 3
  • 11
1

Change your web/unsecure/base_static_url and web/secure/base_static_url as http://localhost/tfgs-m2/pub/static/ OR remove this entry from core_config_data table and flush cache.

kunj
  • 3,699
  • 2
  • 10
  • 25
0

rename .htaccess to bkp.htaccess in pub folder.

or clean cache we can

rename because in developing model Magento can't set all condition and permissions that's why to change the name of this file.

nirali
  • 11
  • 1