I just installed Drupal 10. /sites/default/files/js & /sites/default/files/css/ are missing. I'm running development environment on macOS.
I've checked http://127.0.0.1:8080/admin/reports/status and there are no error showing.
How to fix this issue?
Those folders are created when javascript and css aggregation is turned on (it's where the generated files are stored by default).
Just turn that setting on, it is on the performance admin page.
You can change where these generated css and js files are stored with settings['file_assets_path']