System Information
- Strapi Version: 4.3.2
- Operating System: Debian
- Database: PostgreSQL
- Node Version: 16
- NPM Version: 1.22.5
- Yarn Version: 1.22.19
I have a problem registering a new user via the API (auth/local/register
)
When I submit the request, I get a 400 error saying “TOKEN is not defined”.
Which token is meant here? The user will receive a confirmation email that includes the link to confirm their account. Is the confirmation token meant? How should I pass it?