You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can cause errors in example on localhost routes:
expected: http://localhost/daybydaycrm/public/add-invoice-lines/id/task
what you actually get: http://localhost/add-invoice-lines/id/task
An easy solution might be using laravel URL helper:
This issue still giving some problems. Especially with the calls in the ajax code. I added {{asset()}} and managed to solve most breaking links.
However still some. Also the datatable for the leads is not populating. I am not to versed in jquery and ajax so left this one alone for now. Updated, fixed the datatable after I found the vue component. I added asset() after the get statement on line 88. worked as a charm.
I found some relative routes that might cause errors in certain environments.
ie:
resources/views/tasks/show.blade.php
:line 269Can cause errors in example on localhost routes:
expected:
http://localhost/daybydaycrm/public/add-invoice-lines/id/task
what you actually get:
http://localhost/add-invoice-lines/id/task
An easy solution might be using laravel URL helper:
I'm trying to collect all of this routes to fix them
Should I make a PR after fixing them or is it too specific?
The text was updated successfully, but these errors were encountered: