ed-roh / chat-app

Build a Chat App with ChatGPT
142 stars 91 forks source link

failed login #5

Open zeenawebdev opened 5 months ago

zeenawebdev commented 5 months ago

i am recieving a 404 error when i signup index.jsx:16 POST http://localhost:5185/auth/signup 404 (Not Found)

while index.jsx :16 is const handleRegister = () => { triggerSignUp( {username, password }); };