Posts by Myag • 11 points
3 posts
-
0
votes0
answers10
viewsQ: Axios - Server Error Error: Request failed with status code 404
I’m having a problem, I’m doing an authentication but this giving Error: Request failed with status code 404, and I don’t know what’s wrong with the url. import axios from "axios"; import {…
-
-1
votes1
answer25
viewsQ: I’m not getting the form clean
I’m having a problem, I can’t clear the form after Submit. export default function Home() { const initialValue = { nome: '', sobrenome: '', email: '', endereco: '', numero: '', cidade: '', bairro:…
-
0
votes1
answer33
viewsQ: How to Clean Formalario in React
So guys I’m having a problem, I made a formalario that sends input data by Submit to an API, but I can’t file the data after Submit. export default function Home() { const initialValue = { nome: '',…