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
Recently, I've been getting this error when I run fin tableplus mysql:
No application knows how to open URL mysql://user:[email protected]:127.0.0.1:55001/default?statusColor=007F3D&enviroment=local&name=sitename (Error Domain=NSOSStatusErrorDomain Code=-10814 "kLSApplicationNotFoundErr: E.g. no application claims the file" UserInfo={_LSLine=1489, _LSFunction=runEvaluator}).
I tried specifying which application the open command should use, thus:
open -a /Applications/TablePlus.app "mysql://${USER}:${PASS}@${HOST}:${PORT}/${DB}?statusColor=007F3D&enviroment=local&name=${NAME}"
It errors out with application starting.
I think it has something to do with the new domain naming convention of *.docksal.site.
The text was updated successfully, but these errors were encountered:
Recently, I've been getting this error when I run
fin tableplus mysql
:I tried specifying which application the
open
command should use, thus:open -a /Applications/TablePlus.app "mysql://${USER}:${PASS}@${HOST}:${PORT}/${DB}?statusColor=007F3D&enviroment=local&name=${NAME}"
It errors out with application starting.
I think it has something to do with the new domain naming convention of *.docksal.site.
The text was updated successfully, but these errors were encountered: