0
I have two environments of an e-commerce in Magento: homologation and production. The problem is this: when I log in to homologation, it redirects me to production. On the homologation login screen, the action of the <form>
is going to the Production server, when it should actually go to homologation, but the link that it should do the post is received by PHP code <?php echo $this->getPostActionUrl() ?>
, that in that case should receive the approval link, right? Any idea of what might be?
Did you clear the cache of the user? Did you check if it is pointing (see in XML) to the correct database where the links point to approval? Did you check if the database has the right links? Did you check if there are any redirects in ". htaccess"? If after that does not work, calling delete the browser cache, restarted the computer, change chair...
– Filipe Moraes