Welcome Guest, Not a member yet? Register   Sign In
redirect()->to() problem on IE
#7

(12-13-2021, 02:05 AM)InsiteFX Wrote: Try this, it's how I do it.

PHP Code:
$routes->get('dashboard''Dashboard::index', ['filter' => 'auth''as' => 'dashboard']);

return 
redirect()->to('dashboard'); 

Let us know if it works.

Didn't help. When I checked IE console, found geting one message: 
"DOM7011: The code on this page disabled back and forward caching. For more information, see: http://go.microsoft.com/fwlink/?LinkID=291337
logout
HTML1300: Navigation occurred.
dnserror.htm
Reply


Messages In This Thread
redirect()->to() problem on IE - by anishvm - 12-10-2021, 04:16 AM
RE: redirect()->to() problem on IE - by kenjis - 12-10-2021, 10:46 PM
RE: redirect()->to() problem on IE - by anishvm - 12-12-2021, 09:03 PM
RE: redirect()->to() problem on IE - by InsiteFX - 12-11-2021, 02:40 AM
RE: redirect()->to() problem on IE - by anishvm - 12-12-2021, 09:08 PM
RE: redirect()->to() problem on IE - by InsiteFX - 12-13-2021, 02:05 AM
RE: redirect()->to() problem on IE - by anishvm - 12-13-2021, 02:29 AM
RE: redirect()->to() problem on IE - by InsiteFX - 12-14-2021, 02:00 AM



Theme © iAndrew 2016 - Forum software by © MyBB