devise-api icon indicating copy to clipboard operation
devise-api copied to clipboard

AbstractController::ActionNotFound: The action 'sign_in' could not be found

Open vergil-zhao opened this issue 1 year ago • 1 comments

After defining a customized controller for TokensController like the below:

And setting the route to the new controller:

Then it cannot find the sign_in method:

But other routes work fine (users/tokens/info, users/tokens/revoke, etc.).

Could you help with that?

vergil-zhao avatar Apr 11 '23 16:04 vergil-zhao