PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Thursday, February 10, 2022

[FIXED] Laravel 5 slow refresh waiting for blocked storage access requests from trackers

 February 10, 2022     cookies, laravel, laravel-5     No comments   

Issue

I've moved a laravel app form a domain to another. All works well but I noticed, after clicked on subitting a button, that it spend 20seconds to refresh the paige. During this the system is waiting for an external components (addthis.com, google ads etc..), end when solved the process in console I read the "Blocked: Storage access requests from trackers" message. I've setup session.php to 'same_site' => 'lax' (it was null..) but nothing happends. Do you have some idea? How to include safe url list as walk-artoud it ? Thanks


Solution

Hi after this change you should clear the cache of config laravel on your console you write :

php artisan config:clear 

to permit accept the changes and then clear the cache of your application with

php artisan cache:clear

and see if this works.



Answered By - Fernando Balta Jhong
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing