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 have the instantdb server running on localhost. I should be able to use instant-cli to login to this self-hosted instance, but there is no way to do this (unless maybe there is some undocumented way) and instead it only makes use of instantdb.com.
I guess this is more of a feature request than a bug.
Thanks so much for looking into this!
The text was updated successfully, but these errors were encountered:
I figured this out after digging around in the code for instant-cli. I first pulled changes from github that had been committed over the past week (didn't work without doing this). Then I was able to do DEV=1 npx instant-cli login and it let me login on my localhost server. Horay!
However, I would like to leave this issue as a feature request because at the moment when the DEV environment variable is set, while it lets you use localhost to login, localhost is also hardcoded and preferrablly it should let you add any IP address or url to use for logging in with a command line option.
I have the instantdb server running on localhost. I should be able to use instant-cli to login to this self-hosted instance, but there is no way to do this (unless maybe there is some undocumented way) and instead it only makes use of instantdb.com.
I guess this is more of a feature request than a bug.
Thanks so much for looking into this!
The text was updated successfully, but these errors were encountered: