Hey, I am new to Laravel, Nova, etc. In the login panel for Nova, the HTML shows this:
link rel="stylesheet" href="/vendor/nova/app.css?id=83e9424dd6715db59894"
But /vendor/nova/app.css is not the right path, so it does not find the .css and returns a 404. Same is true for the JavaScript files the panel wants to load:
Sure. This is a totally stock Nova install, so it's not "my" blade template, it's Nova's blade template. I am grabbing this from nova's layout.blade.php
@MUNAZZIL - Hi, thank you - but again, this is not "my" blade. This is the blade that comes with Nova. I don't think it's supposed to be edited like that. Should it not just work?
@CRONIX - All the files that should be in /public are there: app.css, app.js, manifest.js, mix-manifest.json, and vendor.js. Yes, I have run npm run dev