I was downloading the app for hosting and I came across an error that does not find solutions, locally it works normally, in hosting this error. If anyone can help I’d really appreciate it!!
Structure of the public folder of the local project
Check out https://stackoverflow.com/questions/45153738/the-mix-manifest-does-not-exist-when-it-does-exist
Check out https://stackoverflow.com/questions/45153738/the-mix-manifest-does-not-exist-when-it-does-exist
– Marcos Xavier
I switched all calls of the mix methods by Asset, so solved my problem...
– Ulisses Gimenes
So <!-<script src="{{ url (mix('/js/app.js')) }}"></script>->-> By <script src="{{ Asset('/js/app.js') }}"></script>
– Ulisses Gimenes