-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update playground to version 0.9.44 #561
Conversation
For reference, here are the changes introduced in Playground: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🎊 !
I've tested a site using MySQL and I didn't find any crash as outlined in #358 🎊 !
Looks good. Thanks for fixing this in the upstream @jeroenpf (WordPress/wordpress-playground#1752) and upgrading Playground in Studio! |
I've tested it more, but it seems that when I try to start the site configured to use MySQL, it crashes:
When I use Studio 1.1.2, it works fine. |
Also, it seems that the above crash happens when I'm using MySQL, but with incorrect credentials configured in When I use Studio 1.1.2, both cases work: incorrect credentials show the page informing me about the problems connecting to MySQL, and correct credentials show the correct site. |
@wojtekn how did you reproduce it? Based on the error message, I wonder if it's related to #532 🤔 . |
Here are the steps:
Expected behavior: the following page is served: Current behavior: site crashes with set-cookie error |
Ah, good catch. As I shared in #561 (comment), this is a bug most likely introduced in #532. I've pushed a fix in 0f0d45e. Now when accessing WP-Admin in the scenario shared in #561 (comment), it shows the error page: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @fluiddot , works well now.
I encountered a weird behavior when testing a site with MySQL files inside the site's folder, specifically when having the symlink UPDATE: Here's the issue 9257-gh-Automattic/dotcom-forge. |
Is this still good for a merge? |
Yes, from my side it's ready to be merged . |
Proposed Changes
Testing Instructions
Pre-merge Checklist