-
-
Notifications
You must be signed in to change notification settings - Fork 16
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
New user creation failing #201
Comments
Hi @RobSteward , this usually happens when you try to change a setting with higher security protection and the server does not recognize your origin as being inside a private network. I wonder why its happening though. Do you see any message in the You can disable this security feature by setting |
Only this section:
Whole log file:
I'd rather not allow change security rules - they are normally put in place for a good reason. Given that I'm (currently) running the server directly on the machine that I'm using the browser on I would not think this should be something that I need to disable. The |
So, I updated the property, created the user and locked it again. That worked. Facing the next hurdle now with the server not being detected in my Android app, but I'll go through the tutorials some other day to see what I could be doing wrong :) Can be closed, if you don't have an answer to the original issue. |
True :-)
In this case you should be able to use
This has given me some headache for a while now but it is only related to an unexpected close of the connection, maybe due to server shutdown or something. It should not be relevant here.
Did you replace the hostname here or is that real? 😅. Anyway I think there is actually a bug in the hostname check that doesn't recognize
What did you use as hostname in your Android app? Did you try using just the bare IP address (no ports, no paths)? |
Yes :D
Will try that! In a web browser (on the mobile) it works. Just not through the native Android app |
Pure IP works in the app. I'm guessing it's down to
|
I'm receiving a
Error when trying to create a new user after initial install. I'm on a desktop machine using Firefox Developer 103.0b8 (64-bit). I'm on a LAN network connection and have disabled ETP trying to access http://XXX.local:20721/tools/index.html#!user-management.
I'm successfully logged in with my admin that I created and the server is showing okay for all systems. What am I missing?
The text was updated successfully, but these errors were encountered: