I try it but not working Here what I pass in body? There are many fields in my form but here I show some That is code which I try but it not working anybody review it and give your valuable comments and suggestions Basically I want form validation using react hook form,its done but when I stuck in passing
Tag: react-fullstack
why I can’t delete .next folder in nextjs project
I run my nextjs project by NOT but it automatically create the .next folder. and after I tried to delete that folder but it automatically generated again. why?? I don’t expect to generate the .next folder by this command: Answer You are running your project with Once the project is launched, .next folder will be created to store page cache
Deploying PERN stack on AWS issue
So I’m frustrated with this process I’ve watched the same tutorial a bunch on times https://www.reddit.com/r/reactjs/comments/jeuwvi/deploying_full_stack_app_on_ubuntuaws_postgres/. Everything seems perfect but the frontend doesn’t seem to be making contact with the backend. Using xginx and pm2. In the config for the xginx my locations look like this I’m not even sure if this is where the issue lies. I can hit
Im getting an error in my react and rest api app where one of my variables is coming back undefined
thank you for your time if youre reading this, im making a full stack app with react and rest api and im encountering an error as such: the part where this error is throwing is right here: heres my createUser function code: heres the code handiling post / users Im really not sure whats going on with my errors variable