-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
webui / login.html 404 page not found #5559
Comments
My adguardhome.yaml :
My adguardhome OpenWrt Makefile :
|
Just noticed that when building adguardhome, I am getting :
I need to add "export NODE_OPTIONS=--openssl-legacy-provider " to the adguardhome OpenWrt Makefile :
With those addition, previously my adguardhome binary was ~24 MB now it goes ~34.1 MB. Still testing it |
Confirmed, new built adguardhome binary file fixed webui loading. |
Hello. Is the issue fixed? By the way, we keep our build documentation, including one for the release-building script relatively up-to-date. |
@ainar-g |
Currently compilation fails because of: ``` opensslErrorStack: [ 'error:03000086:digital envelope routines::initialization error' ], library: 'digital envelope routines', reason: 'unsupported', code: 'ERR_OSSL_EVP_UNSUPPORTED' ``` What's interesting package gets built but when trying to access UI there's `404: page not found` error. It has been reported in multiple places: * AdguardTeam/AdGuardHome#5559 * AdguardTeam/AdGuardHome#4595 Signed-off-by: Dobroslaw Kijowski <dobo90@gmail.com>
Currently compilation fails because of: ``` opensslErrorStack: [ 'error:03000086:digital envelope routines::initialization error' ], library: 'digital envelope routines', reason: 'unsupported', code: 'ERR_OSSL_EVP_UNSUPPORTED' ``` What's interesting package gets built but when trying to access UI there's `404: page not found` error. It has been reported in multiple places: * AdguardTeam/AdGuardHome#5559 * AdguardTeam/AdGuardHome#4595 Signed-off-by: Dobroslaw Kijowski <dobo90@gmail.com>
Currently compilation fails because of: ``` opensslErrorStack: [ 'error:03000086:digital envelope routines::initialization error' ], library: 'digital envelope routines', reason: 'unsupported', code: 'ERR_OSSL_EVP_UNSUPPORTED' ``` What's interesting package gets built but when trying to access UI there's `404: page not found` error. It has been reported in multiple places: * AdguardTeam/AdGuardHome#5559 * AdguardTeam/AdGuardHome#4595 Signed-off-by: Dobroslaw Kijowski <dobo90@gmail.com>
Currently compilation fails because of: ``` opensslErrorStack: [ 'error:03000086:digital envelope routines::initialization error' ], library: 'digital envelope routines', reason: 'unsupported', code: 'ERR_OSSL_EVP_UNSUPPORTED' ``` What's interesting package gets built but when trying to access UI there's `404: page not found` error. It has been reported in multiple places: * AdguardTeam/AdGuardHome#5559 * AdguardTeam/AdGuardHome#4595 Signed-off-by: Dobroslaw Kijowski <dobo90@gmail.com>
Currently compilation fails because of: ``` opensslErrorStack: [ 'error:03000086:digital envelope routines::initialization error' ], library: 'digital envelope routines', reason: 'unsupported', code: 'ERR_OSSL_EVP_UNSUPPORTED' ``` What's interesting package gets built but when trying to access UI there's `404: page not found` error. It has been reported in multiple places: * AdguardTeam/AdGuardHome#5559 * AdguardTeam/AdGuardHome#4595 Signed-off-by: Dobroslaw Kijowski <dobo90@gmail.com>
Currently compilation fails because of: ``` opensslErrorStack: [ 'error:03000086:digital envelope routines::initialization error' ], library: 'digital envelope routines', reason: 'unsupported', code: 'ERR_OSSL_EVP_UNSUPPORTED' ``` What's interesting package gets built but when trying to access UI there's `404: page not found` error. It has been reported in multiple places: * AdguardTeam/AdGuardHome#5559 * AdguardTeam/AdGuardHome#4595 Signed-off-by: Dobroslaw Kijowski <dobo90@gmail.com>
Currently compilation fails because of: ``` opensslErrorStack: [ 'error:03000086:digital envelope routines::initialization error' ], library: 'digital envelope routines', reason: 'unsupported', code: 'ERR_OSSL_EVP_UNSUPPORTED' ``` What's interesting package gets built but when trying to access UI there's `404: page not found` error. It has been reported in multiple places: * AdguardTeam/AdGuardHome#5559 * AdguardTeam/AdGuardHome#4595 Signed-off-by: Dobroslaw Kijowski <dobo90@gmail.com>
Currently compilation fails because of: ``` opensslErrorStack: [ 'error:03000086:digital envelope routines::initialization error' ], library: 'digital envelope routines', reason: 'unsupported', code: 'ERR_OSSL_EVP_UNSUPPORTED' ``` What's interesting package gets built but when trying to access UI there's `404: page not found` error. It has been reported in multiple places: * AdguardTeam/AdGuardHome#5559 * AdguardTeam/AdGuardHome#4595 Signed-off-by: Dobroslaw Kijowski <dobo90@gmail.com>
Currently compilation fails because of: ``` opensslErrorStack: [ 'error:03000086:digital envelope routines::initialization error' ], library: 'digital envelope routines', reason: 'unsupported', code: 'ERR_OSSL_EVP_UNSUPPORTED' ``` What's interesting package gets built but when trying to access UI there's `404: page not found` error. It has been reported in multiple places: * AdguardTeam/AdGuardHome#5559 * AdguardTeam/AdGuardHome#4595 Signed-off-by: Dobroslaw Kijowski <dobo90@gmail.com>
Currently compilation fails because of: ``` opensslErrorStack: [ 'error:03000086:digital envelope routines::initialization error' ], library: 'digital envelope routines', reason: 'unsupported', code: 'ERR_OSSL_EVP_UNSUPPORTED' ``` What's interesting package gets built but when trying to access UI there's `404: page not found` error. It has been reported in multiple places: * AdguardTeam/AdGuardHome#5559 * AdguardTeam/AdGuardHome#4595 Signed-off-by: Dobroslaw Kijowski <dobo90@gmail.com>
404 fixed: |
You can also grab pre-built frontend files and dont need to build it again. They are available in every release under Im fine to use it since its js,html,css files, they are noarch. |
Prerequisites
I have checked the Wiki and Discussions and found no answer
I have searched other issues and found no duplicates
I want to report a bug and not ask a question
Operating system type
Linux, OpenWrt
CPU architecture
AMD64
Installation
Custom port
Setup
On a router, DHCP is handled by the router
AdGuard Home version
012e5be
Description
What did you do?
Compiled my own AdGuardHome vanilla git version for OpenWrt x86_64, but the webui seems doesn't work with login.html error 404 page not found from the browsers (chrome & firefox).
Tried :
Deleted the /etc/adguardhome.yaml to start from scratch but also getting install.html error 404 page not found
Functionalities wise, eventough webui is not accessible, AdGuardHome still able to update the blocklist and response to DNS request from LAN
Expected result
Able to access AdGuardHome webui
Actual result
webui files not accessible from browsers.
Additional information
OpenWrt snapshot version is r22191-f6a7ce2501
The text was updated successfully, but these errors were encountered: