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
I have noted that the Add new Task to a project is sending a request to /dashboard/users,
For me I am trying to run this on PHP 5.3 and making changes and I have noticed that, my project is hosted inside some nested directory and the call was being sent to the root and was having 404
I have noted that the Add new Task to a project is sending a request to /dashboard/users,
For me I am trying to run this on PHP 5.3 and making changes and I have noticed that, my project is hosted inside some nested directory and the call was being sent to the root and was having 404
I have changed
assets/js/dashboard/projectusers.js:12
to
Same thing done on
assets/js/dashboard/projectuserlist.js:10
Now it is loading the users properly
The text was updated successfully, but these errors were encountered: