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
In the database-actions, https is hard coded in the source code. (see a sample here) So all database-actions cannot support databases which accept http connection only.
Adding a new parameter protocol to database-actions can resolve this issue.
In the
database-actions,httpsis hard coded in the source code. (see a sample here) So alldatabase-actionscannot support databases which accepthttpconnection only.Adding a new parameter
protocoltodatabase-actionscan resolve this issue.