Posts by Gabriel Teixeira • 9 points
3 posts
-
-1
votes0
answers16
viewsQ: Notfound error while downloading a file while trying to download it with Laravel 8
I’m really not understanding, the links work the files exist but it gives a Filenotfoundexception when I try to download using the Internet with vuejs File not found at path:…
-
-1
votes1
answer29
viewsQ: Error vuejs 'this. $delete is not a Function'
I already have a theory of what could be this error, I have done a course in Vue2 but I am with Vue3 at a given time the course passes two functions to finish the task and to delete the same: Add:…
-
0
votes2
answers51
viewsQ: Error trying to save in BD
I am using the React and when I try to save in the database returns me this error: Cannot read property 'protocol' of undefined My code is this: const baseUrl = "http://localhost:8000/api/employee";…