I set up laravel Nova locally last night, tested it, used it, everything works great on my local machine.
Uploaded it to the server, and everything works great except when i head to /nova
which rightfully redirects me to /nova/login
but then presents me with this error
The Mix manifest does not exist. (View: /home/loanappboi/nova/resources/views/auth/layout.blade.php)
i'm using shared hosting, and i uploaded the files to the root, and uploaded the public
folder content, into public_html
(i did the necessary file updates to reflect this change)
What could be the cause of this? i need help
mix.setPublicPath('public_html/')
– Ertha