You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm investigating the use of Caluma and was following the guide (https://caluma.gitbook.io/caluma-docs/guides/guide). The application starts, however, when I access the site no content appears and I get a missing module error.
Uncaught Error: Could not find module `@ember/test-waiters` imported from `ember-apollo-client/services/apollo`
I've tried a couple of different versions of ember-apollo-client (4.1.1 and 4.02)
I've been able to get further by using embroider, however, I get a different error which seems to be related to a known issue with embroider and ember-validated-form
I've also been able to use the test app within this project to add questions and forms but I've been unable to create get a working app of my own.
Any advice would be greatly apricated.
Client setup
$ember version
ember-cli: 5.12.0
node: 20.17.0
os: linux x64
I've been looking into this issue, and I believe the problem happens because of a resolution conflict. The package @ember/test-waiters is installed with multiple versions, and it fails to resolve the correct version here.
Could you try adding the following to your package.json and install the dependencies again, and see if this resolves this error ?
Hi,
I'm investigating the use of Caluma and was following the guide (https://caluma.gitbook.io/caluma-docs/guides/guide). The application starts, however, when I access the site no content appears and I get a missing module error.
I've tried a couple of different versions of ember-apollo-client (4.1.1 and 4.02)
I've been able to get further by using embroider, however, I get a different error which seems to be related to a known issue with embroider and ember-validated-form
I've also been able to use the test app within this project to add questions and forms but I've been unable to create get a working app of my own.
Any advice would be greatly apricated.
Client setup
package.json
ember-cli-build.js
The text was updated successfully, but these errors were encountered: