Closed Bug 1244747 Opened 8 years ago Closed 8 years ago

TravisCI pages yield a white screen and uninformative NS_ERROR_FAILURE console message

Categories

(Core :: General, defect)

defect
Not set
normal

Tracking

()

RESOLVED INCOMPLETE

People

(Reporter: jdm, Unassigned)

References

()

Details

Although opening them in a private window works fine, leading me to suspect one of IndexedDB or ServiceWorker is at fault. Going to investigate further.
Would be useful to know if its trying to upgrade the schema version in dom/cache/DBSchema.cpp.
Although I don't see a service worker getting registered from travis-ci.org.
The prettified source that the webconsole links to is this:
>function createDeprecatedModule(e) {
>  define(e, [
>    'exports',
>    'ember-resolver/resolver',
>    'ember'
>  ], function (t, r, n) {
>    n['default'].deprecate('Usage of `' + e + '` module is deprecated, please update to `ember-resolver`.', !1, {
>      id: 'ember-resolver.legacy-shims',
>      until: '3.0.0'
>    }),
>    t['default'] = r['default']
>  })
>}
with the `t['default'] = r['default']` line being responsible.
Yeah, I don't see a relevant worker in about:serviceworkers either.
Huh, it's loading fine now. Can't really do any investigative work, unfortunately.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → INCOMPLETE
You need to log in before you can comment on or make changes to this bug.