Open patareco opened 8 months ago
Thank you for reporting @patareco, this is a really good catch!
For posterity – a fix would involve setting up a reproduction test case in php-asyncify.spec.ts
and then running the npm run fix-asyncify
command. Perhaps we could actually install MySQL in GitHub CI to merge that test and ensure this feature keeps working. CCing @sejas – would you have any bandwidth to take a look at this?
I'm also receiving this error when trying to use WordPress Studio to connect to a remote MySQL database.
Hello,
I have been trying to configure a local development setup using wp-now but accessing a remote database instead of the default mysqli one.
However when I try to access the admin I get the folllowing message in the console:
I am not sure why this happens but decided to follow the instruction provided. Navigating the frontend of the site seems to be working fine.
Any pointers in the right direction would be appreciated.