1👍
When a user hits a page requiring authentication, they get redirected to the login URL with a ?next=
indicating the page they were trying to access. This way, after they’ve logged in, they’ll get the page they intended to access.
In your case, it seems like /admin/login/admin/
requires a login and the login is actually at /admin/login/
. I’m guessing you have a bad link to /admin/login/admin/
somewhere when you intended to just have /admin/login/
?
0👍
Well, struggling for days just to understand it’s heroku backend issue and there’s not enough information that could help me solving it (i did try to contact heroku support directly but I’m on a free account).
Finally I decided to deploy it using elastic beanstalk. The implementation took some time with long learning curve but now my site works and works great!
Thanks for trying to help Tim.
Cheers!