Rails Routes issue on heroku -


my app working fine on localhost when push app on heroku, show error on heroku. heroku log below

actioncontroller::routingerror (no route matches [post] "/forgot_password"):

and below rake routes result app working fine on localhost when push app on heroku, show error on heroku log below

actioncontroller::routingerror (no route matches [post] "/forgot_password"):

your routes suggest path "/api/v1/forgot_password". , getting path error "/forgot_password".

check form routing path.


Comments

Popular posts from this blog

apache - PHP Soap issue while content length is larger -

asynchronous - Python asyncio task got bad yield -

javascript - Complete OpenIDConnect auth when requesting via Ajax -