-
Notifications
You must be signed in to change notification settings - Fork 13
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
reload buttons do not work / Uncaught (in promise) SyntaxError: JSON.parse: unexpected character #77
Comments
I entered in the debugger:
which returns, maybe truncated, but does not looks like to be json !
|
On a "normal" Movim installation (mov.im), for the same command I get :
|
I can confirm the issue as well for Firefox. I also just tested it in chrome on my phone and I get the same issue. |
Unable to use "reload" buttons
After a successful login, the buttons involving the JS reload function (basically all buttons on the left panel like "Configuration"; excepted "Disconnect") do not work. UI show like if it would start to update the page but stop immediately.
Firefox debugger says:
Nota : manually typing
https://domain/conf?soft=true:1
do load the config panel as expected, so it seems a dummy JS error.Context
Steps to reproduce
Expected behavior
Buttons do what they aim to do
Investigations / localisation of the problem
The Parameter button call the JS function
MovimUtils.reload('//domain/conf')
Which is provided by
https://domain/scripts/movim_utils.js?t=1724358018:139
Containing
I guess MovimRPC.fetchWithTimeout() is not fetch some JSON as expected but don't know how further debug, any hint welcomed!
The text was updated successfully, but these errors were encountered: