-
Notifications
You must be signed in to change notification settings - Fork 462
Open
Labels
Description
System
docker image: phpmyadmin/phpmyadmin:latest
phpMyAdmin: 5.2.1
PHP: 8.1.17
MySQL: MariaDB 10.2 (1:10.2.44+maria~bionic)
Browser: same result on Chrome 112.0.5615.121 (Official Build) (arm64), Firefox 112.0.1 (64-bit), Safari 16.4
Docker Desktop: 4.18.0 (104112) using VirtuoFS file sharing on MacOS 13.3.1 (22E261)
I don't have a VPN or proxy
Problem
Attempt signin into phpmyadmin on localhost and I get the error "Failed to set session cookie. Maybe you are using HTTP instead of HTTPS to access phpMyAdmin".
I had no issues logging in until I upgraded to MacOS 13.3.1 and Docker Desktop 4.18.0 and Virtuo filesharing. I've tried going back down to phpmyadmin/phpmyadmin:5.2.0 which was on php 8.0.19 but no luck.
What I've tried
- Clearing all cookies and browser storage (session and local).
- Disabled all chrome extensions
- Tried in different browsers and in incognito
- Changed
/etc/phpmyadmin/config.inc.php
to try$cfg['Servers'][$i]['auth_type'] = 'http';
. I've also tried 'config' and setting user/password in the config file. When I do anything besides 'cookie' for auth type, the index page to login doesn't even load. localhost sends no data. - http and https.
- Restarting my computer, re-pulling the phpmyadmin image with no cache