You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is related to #9 , so if we want to merge these two issues we can.
While doing QA of the 1.0.3 version, I noticed that the button didn't respond. Looking at the console errors within Local, it looks like if the /tmp/mysql.sock doesn't exist, the button doesn't work.
The specific error looks like:
Uncaught Error: ENOENT: no such file or directory, unlink '/tmp/mysql.sock'
The text was updated successfully, but these errors were encountered:
This is related to #9 , so if we want to merge these two issues we can.
While doing QA of the
1.0.3
version, I noticed that the button didn't respond. Looking at the console errors within Local, it looks like if the/tmp/mysql.sock
doesn't exist, the button doesn't work.The specific error looks like:
The text was updated successfully, but these errors were encountered: