79137779

Date: 2024-10-29 15:04:25
Score: 1
Natty:
Report link

I finally found the solution. It was simply due to the browser which allow cookies only on domain, not 127.0.0.1

So, replace this line

$client = static::createPantherClient(['port'=>8080]);

By that one

$client = static::createPantherClient(['hostname'=>'localhost', 'port'=>8080]);
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: hadf