skip to Main Content

Reactjs – api/v1/register:1 Failed to load resource: the server responded with a status of 500 (Internal Server Error)

when i try to default register a new user then i can't register it on website ,and it shows internal server error in and failed to load resource error in console . [enter image description here](https://i.stack.imgur.com/CFa17.png)[[[enter image description here](https://i.stack.imgur.com/QrSB2.png)](https://i.stack.imgur.com/CWlKT.png)](https://i.stack.imgur.com/OMAnc.png) please…

VIEW QUESTION

Javascript – React js image not loading

Here is the directory: import {useRef} from "react" import {FaBars, FaTimes} from "react-icons/fa" import "../css/navbar.css" export function Navbar() { const navRef = useRef() const showNavBar = () => { navRef.current.classList.toggle("responsive-nav"); } return ( <navbar> <img src="my-app/public/images/logos/word logo trans-preview.png" /> <nav…

VIEW QUESTION
Back To Top
Search