-
Notifications
You must be signed in to change notification settings - Fork 113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can not pass authentication when running with local storage #381
Comments
hmmm i don't think you should be getting a pop up window for a password, it should be entered into a form in settings i believe. could you show me a screenshot of the popups? |
Then it's a bit strange, because I tried to run vimflowy on my two different PC's, and a pop up window appeared on both. Here are screenshots: |
ahh you're right, i misremembered. sorry... |
I also tried to print environment variable |
I am unable to pass authentication in vimflowy.
Here I will describe my steps in detail.
At fisrt I downloaded docker image from Docker Hub.
Then I created new volume:
And then I launched container using command:
After starting the container, I go to http://localhost:3000 and the popup window appears to enter the password.
I enter
123
, and after entering new popup window appears, in which it is written that my password is incorrect.I do not understand what I do wrong since I tried to do the whole setup according to the docs :(
The text was updated successfully, but these errors were encountered: