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
I was trying to use an https:// URL for my WP backend and I kept getting that "URL Is not valid" error.
Modified the regex to make the `s` in `https` optional, rather than the `p` in `http`. :)
0 commit comments