I created a Profile Edit page that has a form container. I want users to be able to update the form and click submit to update the profile. I bound the form fields to my database files so that the form is pre-populated with some info. My database is Xano and I placed a Workflow on the form container. When I usedthe page preview and made some updates to the form, as a user, and clicked submit. the Profile page didn’t update and I can see that my Xano User table was not updated as well. I’ve going back through the steps, but do not see what I may be doing wrong.
Here is the error code.
Failed
Error: Request failed with status code 400
Error:
name: “Error”
stack: “Error: Request failed with status code 400 at e.exports (https://editor-cdn.weweb.io/public/js/chunk-vendors.30212033.js:64:1241) at e.exports (https://editor-cdn.weweb.io/public/js/chunk-vendors.30212033.js:97:3739) at XMLHttpRequest.w (https://editor-cdn.weweb.io/public/js/chunk-vendors.30212033.js:262:2151)”
message: “Request failed with status code 400”
isAxiosError: true
toJSON: function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:this.config,code:this.code,status:this.response&&this.response.status?this.response.status:null}}
configObject
requestObject
responseObject