Skip to content
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

Javascript is not enabled issue in the WebApp connection widget #44

Open
MrHamidKhan opened this issue Oct 7, 2023 · 1 comment
Open

Comments

@MrHamidKhan
Copy link

Unable to connect to WebApp:

The actual issue is stated at the end of the screenshot: Please enable Javascript in your browser or use a browser with Javascript support.

You can use the WebApp URL and GUID from the screenshot. It is meant for testing only.

The error message screenshot from the Desktop app:
image

The WebApp is live and working:
image



• Version: 1.6.4 64-bit
• Built: Jun 20 2023 18:27:14
• db 18 (aes128cbc)
• git 6b4cc69 (2023-06-20)

Libs:
• wxWidgets 3.2.1 (wxMSW 10.0)
• wxSQLite3 4.9.1 (SQLite 3.40.0)
• RapidJSON 1.1.0
• Lua 5.3.5
• libcurl/7.82.0-DEV Schannel
• gettext 0.19.8.1
• apexcharts.js

Built with:
• CMake 3.16.2
• MSBuild 15.9.21.664
• MSVS15.0
• MSVSC 19.16.27035.0
• Windows SDK 10.0.14393.0

OS:
• Windows 11 (build 22621), 64-bit edition
• English (United States) (windows-1252)
• 1920x1080 32bit 96x96ppi
@whalley whalley transferred this issue from moneymanagerex/moneymanagerex Oct 8, 2023
@rguida
Copy link

rguida commented Apr 15, 2024

I faced the same issue and spent some time trying to work around it.

The behaviour is related to this ngix module many free web hosting providers (InfinityFree in my case) install on their servers.
Unfortunately, in my case, there is no way to disable the module on the server.

This StackOverflow thread sheds some light on the behaviour.
I tested the suggested solution to set the cookie __test in the requests header and the initial result was encouraging as I managed to execute the check_guid function successfully.
However, all the HTTP POST requests (e.g. import_bankaccount) always failed, even including the cookie (probably a different problem), and the GET requests now fail again (cookie not valid anymore?).
In conclusion, including the cookie is not resolutive.
As I am out of ideas, I will look into other free web hosting options.

I hope this helps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants