-
Notifications
You must be signed in to change notification settings - Fork 358
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
[Bug]: after install Docker, I can't login(what is default admin user? pw?) #1578
Comments
@kelvinks I had exactly same issue. I tried to run it in Docker and got redirected to login page. However I downloaded repo and run: npm run build - that started the app with /addadmin. I got MongoDB configured on Docker and I run locally OpenSign server on: 8080. (you need to configure .env as well) |
Hello everyone, |
Btw I tried this: #1237 |
/signup route is not available on self-hosted version. You can only add users from admin login. How many users do you see in your _Users class? Ideally there should be no users if you are expecting a redirect to "/addadmin" because that happens only for fresh installations that dont have any user. |
Hello, thanks for your answer, I might be wrong checking this way, feel free to point me to the right way
It seems there is no one. P.S: and the /addadmin says there is already an admin, but I have none since it's a fresh install |
Same issue! currently I fresh install OpenSign on my linux ubuntu machine and if I open in chromium browser like opera, chrome, edge the home page says: "Unable to connect to the OpenSign server. bla bla blaaa" but if I open in Firefox the page is shown but not redirect me to /addadmin page. I was change any port, any base url, keep it by default and more, but nothing works! only waste my day. very strange behavior. |
Hello everyone, I had it running, in my case, I had set a specific string for REACT_APP_APPID / APP_ID. By reading the doc "A 12 character long random app identifier. The value of this should be same as REACT_APP_APPID which is a variable used by Frontend React App." I assumed one had to change it, but once I set it back to opensign it worked ...
|
Issue Description
Thank you for creating the OpenSign program.
I successfully installed and ran it using Docker, but I encountered an issue.
According to the YouTube video, after installation, the first time you access the browser, a page to create an administrator should appear. However, I was taken directly to the login page instead. So, I sawed the video and accessed the /addadmin URL, but it said that an administrator had already been created.
If the default administrator is created during the installation process, I think this should be clearly communicated.
Expected Behavior
No response
Current Behavior
No response
Steps to reproduce
No response
Screenshots of the issue(optional)
No response
Operating System [e.g. MacOS Sonoma 14.1, Windows 11]
Linux System (Synology Nas)
What browsers are you seeing the problem on?
Chrome
What version of OpenSign™ are you seeing this issue on? [e.g. 1.0.6]
latest docker image
What environment are you seeing the problem on?
No response
Please check the boxes that apply to this issue report.
Code of Conduct
The text was updated successfully, but these errors were encountered: