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?