I would like to register a user from my react frontend to my symfony/apiplatform API. I got inspiration from the documentation of API Platform
I tried to find some solutions on internet and tried to clear cache both in prod and dev but I still have the problem.
How can I solve this error please?
CodePudding user response:
As @Cerad said in comment, I need to take off double quote.
What I replaced :
"controller" = "RegisterController::class"
to
"controller" = RegisterController::class