Closed drewbaker closed 2 years ago
Also, in Chrome the GraphiQL explorer doesn't work: https://prettybird-api.flywheelsites.com/wp-admin/admin.php?page=graphiql-ide
If you change this setting, then what happens I suspect is, on logout, are we not clearing all cookies that were prev set based on the settings on this screen.
So you end up with a bunch of WP auth cookies for different sub-domains being sent, and the server doesn't know what to do.
So we need to make it so that when the setting is changed, we just delete the cookies set from the previous setting. It's I expect this would require a person to login again, that's fine.
Created PR #37 to organize this issue.
If you go to /wp-login and login with the right details, it redirects you back to the /wp-login page. Then you have to go to /wp-admin to get to the dashboard. I suspect this is related to the new cookie things built into the site.
I've also noticed that when you logout, it asks you to confirm that you want to log out... never seen that before.