Code Monkey home page Code Monkey logo

Comments (13)

Team503 avatar Team503 commented on September 16, 2024 3

Please note - this does not occur if you enter the URL without the trailing slash.

Behavior occurs: http://192.168.1.35:2203/ubooquity/admin/
Works as normal: http://192.168.1.35:2203/ubooquity/admin

from docker-ubooquity.

Ga22be avatar Ga22be commented on September 16, 2024

Having the same issue with 85 but beginning at 78 didn't do the trick.

Chrome does however spit out some log messages:

angular.min.js:117 TypeError: Cannot read property 'length' of undefined
    at str2rstr_utf8 (sha256-min.js:10)
    at hex_hmac_sha256 (sha256-min.js:10)
    at password.js:18
    at angular.min.js:130
    at n.$eval (angular.min.js:144)
    at n.$digest (angular.min.js:142)
    at n.$apply (angular.min.js:145)
    at l (angular.min.js:97)
    at H (angular.min.js:101)
    at XMLHttpRequest.u.onload (angular.min.js:102)
(anonymous) @ angular.min.js:117
(anonymous) @ angular.min.js:89
(anonymous) @ angular.min.js:130
$eval @ angular.min.js:144
$digest @ angular.min.js:142
$apply @ angular.min.js:145
l @ angular.min.js:97
H @ angular.min.js:101
u.onload @ angular.min.js:102
load (async)
(anonymous) @ angular.min.js:102
m @ angular.min.js:98
g @ angular.min.js:95
(anonymous) @ angular.min.js:130
$eval @ angular.min.js:144
$digest @ angular.min.js:142
$apply @ angular.min.js:145
(anonymous) @ angular.min.js:272
Qf @ angular.min.js:37
d @ angular.min.js:36

Since my JS knowledge is non-existent I hope this can help somebody else.
I am stuck for now.

from docker-ubooquity.

Undergrid avatar Undergrid commented on September 16, 2024

Try 77, I had to go back to that one on another install. I probably got confused when troubleshooting and put 78 in the bug report.

from docker-ubooquity.

hot22shot avatar hot22shot commented on September 16, 2024

Same issue here (with latest), will try to go back to 77.

Edit : Just tried 77, same endless spin.

from docker-ubooquity.

Ga22be avatar Ga22be commented on September 16, 2024

No luck with 77 here either

from docker-ubooquity.

hot22shot avatar hot22shot commented on September 16, 2024

Just solved it by using Edge instead of Firefox.
After the initial password setup, I'm fine logging with Firefox.

Edit : Nope, still having issues with FF, Edge is fine though. Will update to latest and see.

from docker-ubooquity.

Ga22be avatar Ga22be commented on September 16, 2024

Running latest, no luck setting up password with Edge.

from docker-ubooquity.

hot22shot avatar hot22shot commented on September 16, 2024

Very strange, I updated to lastest and now everything is fine.
It's perhaps a longshot but did you try 77 with Edge ?
I'll post the exact version of Edge I used.

from docker-ubooquity.

Shmee avatar Shmee commented on September 16, 2024

Spent a few minutes debugging this issue.

In password.js it's trying to load /ubooquity/admin/admin-res/cryptoparams to get the salt for the password hash. but that's the wrong path, it should be loading /ubooquity/admin-res/cryptoparams

I was able to set an admin password by modifying the source password.js in chrome source tab.

$http.get("admin-res/cryptoparams").then(function (response) {

to

$http.get("/ubooquity/admin-res/admin-res/cryptoparams").then(function (response) {

This issue has something to do with improper url routing either with the core script or the container url binding/mapping.

from docker-ubooquity.

Team503 avatar Team503 commented on September 16, 2024

I'm still having this problem with a fresh install as of today. Can anyone help?

from docker-ubooquity.

undaunt avatar undaunt commented on September 16, 2024

@Team503 Lifesaver. Adding this to my notes until it's fixed. Thanks!

from docker-ubooquity.

brainode avatar brainode commented on September 16, 2024

I think the fix is repairing Readme, becouse really, the backslash / give an error, when trying to set admin password. In readme path is with backslash.
@Team503 Thx a lot)

from docker-ubooquity.

killarny avatar killarny commented on September 16, 2024

Just mentioning that this issue still happens in current 2.1.2-ls102 as of 25-Dec-2022, and that the workaround of removing the backslash is the "fix"

from docker-ubooquity.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.