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

Base ember-data twiddles are broken #5358

Closed
cursedquail opened this issue Feb 16, 2018 · 1 comment
Closed

Base ember-data twiddles are broken #5358

cursedquail opened this issue Feb 16, 2018 · 1 comment

Comments

@cursedquail
Copy link

Both the RESTAdapter and JSONAPIAdapter base twiddles (found here) log the following error to the console:

ember-data.js:258 Uncaught Error: Could not find module `ember-data/-private/global` imported from `(require)`
    at missingModule (ember-data.js:258)
    at findModule (ember-data.js:269)
    at requireModule (ember-data.js:35)
    at ember-data.js:18643
    at ember-data.js:18650
    at ember-data.js:18651
missingModule @ ember-data.js:258
findModule @ ember-data.js:269
requireModule @ ember-data.js:35
(anonymous) @ ember-data.js:18643
(anonymous) @ ember-data.js:18650
(anonymous) @ ember-data.js:18651

loader-e7feae4459c970132902cb2a2663d88d.js:1 
Uncaught Error: Could not find module `ember-data` imported from `(require)`
    at n (loader-e7feae4459c970132902cb2a2663d88d.js:1)
    at s (loader-e7feae4459c970132902cb2a2663d88d.js:1)
    at requireModule (loader-e7feae4459c970132902cb2a2663d88d.js:1)
    at VM1096 about:srcdoc:212
n @ loader-e7feae4459c970132902cb2a2663d88d.js:1
s @ loader-e7feae4459c970132902cb2a2663d88d.js:1
requireModule @ loader-e7feae4459c970132902cb2a2663d88d.js:1
(anonymous) @ VM1096 about:srcdoc:212

This is effecting bug reports that use the base ember-data twiddle, such as #5295

@sly7-7
Copy link
Contributor

sly7-7 commented Feb 19, 2018

@bmac @locks Hi you two :) Do you have any idea where to start to make this work again ?

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