Kelly
Kelly2mo ago

user

Are there any helpful resources to reference so I can get the template for Authentication: Signup User working? I've looked on Youtube and the buildship site but I cannot find something that helps me understand what I'm missing. I get this error when I test: "undefined is expected to be a object, but it is missing or of an incorrect type." I know this is basic, but I'm new and do not know what I don't know, so I'm not sure where to start. Thanks!
4 Replies
AI Support
AI Support2mo ago
AI Support Bot Information
<@1214331663123873802> you can react on the relevant answer (message) with a ✅ in this thread when you think it has been solved, by the bot or by a human! Anyone can react on this message with a ❌ if the GPT bot is unhelpful or hallucinating answers. Please note: Team members will review and answer the questions on best efforts basis.
AI Support
AI Support2mo ago
AI Response
It seems like there aren't any specific pre-built templates from the BuildShip Template Database for the "Authentication: Signup User" workflow. However, given the error message, there may be some common issues you're encountering: 1. Schema Mismatch: It appears you're getting an error related to an undefined object. Check that all the inputs and outputs in your nodes are correctly defined as objects and that you're passing them correctly between nodes. 2. Data Structures: Ensure that the data you are working with matches the expected inputs. For instance, if a node expects a JSON object, ensure you're providing it in the correct structure. 3. Logs and Debugging: Utilize logs and debug nodes to check the flow of data and identify where the breakdown might be occurring. For a more comprehensive guide on authentication setups, it might be worth checking general resources on JavaScript object handling or asking for help via in-app support in BuildShip, as you mentioned you're new and could benefit from direct guidance. If you require further assistance, you may also consider reaching out through BuildShip's support channels (BuildShip Help) for more personalized troubleshooting.
BuildShip AI Support
Luis
Luis2mo ago
Hi @Kelly, in testing the workflow can you ensure that you are passing the expected request body including the name, email and password.
No description
Kelly
KellyOP2mo ago
Thanks @Luis ! That worked.

Did you find this page helpful?