Hi all,
I'm performing a migration currently, and migrate-ds went smoothly, however when attempting to generate the kerberos credentials as a user, by visiting the documented http://server/ui/migration/ endpoint, the page fails to load entirely, by attempting to load a non-existent Javascript file (user.js). The result is an empty white page, with no elements.
IPA v4.9.2
Error from JS console: GET https://myipaserver/ipa/ui/js/freeipa/user.js?40902 net::ERR_ABORTED 404 (Not Found) dojo.js?v=40902:formatted:1331 Error: scriptError: js/freeipa/user.js?40902 at makeError (dojo.js?v=40902:formatted:43) at HTMLScriptElement.<anonymous> (dojo.js?v=40902:formatted:1205) <stacktrace snipped>
Any thoughts as to why this is broken, and anything I can do to hack around it in the very short term?
Cheers, Pete
On ma, 04 loka 2021, Peter Fern via FreeIPA-users wrote:
Hi all,
I'm performing a migration currently, and migrate-ds went smoothly, however when attempting to generate the kerberos credentials as a user, by visiting the documented http://server/ui/migration/ endpoint, the page fails to load entirely, by attempting to load a non-existent Javascript file (user.js). The result is an empty white page, with no elements.
IPA v4.9.2
Error from JS console: GET https://myipaserver/ipa/ui/js/freeipa/user.js?40902 net::ERR_ABORTED 404 (Not Found) dojo.js?v=40902:formatted:1331 Error: scriptError: js/freeipa/user.js?40902 at makeError (dojo.js?v=40902:formatted:43) at HTMLScriptElement.<anonymous> (dojo.js?v=40902:formatted:1205)
<stacktrace snipped>
Any thoughts as to why this is broken, and anything I can do to hack around it in the very short term?
all files from js/freeipa/* get merged into app.js during an application build. So they don't really have references to individual files at runtime.
Any chance you are able to collect both server logs (access + error logs) and client side JS console logs?
On 4/10/21 23:42, Alexander Bokovoy wrote:
On ma, 04 loka 2021, Peter Fern via FreeIPA-users wrote:
Hi all,
I'm performing a migration currently, and migrate-ds went smoothly, however when attempting to generate the kerberos credentials as a user, by visiting the documented http://server/ui/migration/ endpoint, the page fails to load entirely, by attempting to load a non-existent Javascript file (user.js). The result is an empty white page, with no elements.
all files from js/freeipa/* get merged into app.js during an application build. So they don't really have references to individual files at runtime. Any chance you are able to collect both server logs (access + error logs) and client side JS console logs?
Actually, looking at the access logs pointed me in the right direction - there's a JS plugin that looks like it needs updating, was referring to what looks like an outdated API, causing the auto-loader to try and pull in user.js, thanks for the pointer - now I just need to work out how to fix the plugin.
freeipa-users@lists.fedorahosted.org