Search
Star
Feedback
Setup for Free
© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
custom auth actions -> Instructions don't work - Wasp
W
Wasp
•
9mo ago
•
10 replies
stobbsc
custom auth actions -> Instructions don't work
Hi team
, I
've started working on my account based login with multiple users
. The first step is to test the sign so I can add account creation
.
I
've started following these steps
:
https://wasp.sh/docs/auth/advanced/custom-auth-actions
MY Steps
: Add call to WASP code
, added signup
.tsx
, added a new customsignupPage
.
ERROR 1
:
the signup
.js file
, needed to be called signup
.tsx as it had typescripe in it
.
ERROR 2
:
Module
'
"wasp
/server
/operations
"
' has no exported member
'CustomSignup
'
.
Start I can
't actual wasp start
Now I
'm normally not one to dive into the wasp server code
, so I thought I would ask here if I am missing something
.
Thoughts
?
Custom sign-up actions | Wasp
If you need to deeply hook into the sign
-up process
, you can create your own sign
-up action and customize the code to
, for example
, add extra validation
, store more data
, or otherwise call custom code at registration time
.
Wasp
Join
Rails-like framework for React, Node.js and Prisma. Build your app in a day and deploy it with a single CLI command.
4,650
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Similar Threads
Was this page helpful?
Yes
No
Similar Threads
Custom Aliases don't work after migrating from 0.15 to 0.16
W
Wasp / 🙋questions
12mo ago
custom auth ui
W
Wasp / 🙋questions
8mo ago
custom auth page
W
Wasp / 🙋questions
2y ago
Adding Custom Auth
W
Wasp / 🙋questions
2y ago