I figured out the solution. The database did not receive all the variables. So I included all variables user typed in the form and sent a post request to back end. Also, adding async and await to fetch function to fulfil the promise until server sent a response @jp-jee mentioned.