Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
54 views

My tests are not running anymore, abort with this error: Error: No tests were run. at ProcessingQueue.done (webpack://__ember_auto_import__/./node_modules/qunit/qunit/qunit.js?:819:583) at ...
Jeff's user avatar
  • 6,961
0 votes
0 answers
38 views

I intend with this gjs to upload files to my web root but the response is always 404. Tried to follow the documentation, but probably missed something, about access permissions?? The files will ...
toreric's user avatar
  • 422
0 votes
1 answer
55 views

In our project we have a following class based resource export class MinuteTimer extends Resource<MinuteTimerArgs> { @service declare dateManager: DateManagerService; @tracked ...
Andrey Stukalin's user avatar
0 votes
0 answers
15 views

I’m encountering an issue with Ember Data (version 5.3.0) involving relationships not resolving as expected. My setup: TPE model has a belongsTo relationship with the network-construct (NC) model: ...
Saurabh Batra's user avatar
0 votes
0 answers
37 views

I have recently updated my ember project code from ember 3.16 to ember 5.12 (and ember-data to 5.3.0) The following piece of code worked fine in ember 3.16 (without even injecting the store service ...
Saurabh Batra's user avatar
1 vote
1 answer
81 views

I recently updated my app from ember 3.16 to ember 5.12 and have started seeing a weird issue. My component has started using template from the parent component is it extending. I am using co-located ...
Saurabh Batra's user avatar
0 votes
0 answers
178 views

I am upgrading my ember app from 3.16 to 5.12. I am following step by step approach where I have upgraded most of the packages and handled deprecations successfuly. But when I update the following ...
Saurabh Batra's user avatar
1 vote
0 answers
20 views

We use Ember Simple Auth to work with authentication in our Ember application. Currently it's Ember v4. We have two different user types and two different route prefixes in our application for them to ...
Vladislav Rastrusny's user avatar
2 votes
0 answers
80 views

Just learning Ember.js Following tutorial at https://guides.emberjs.com/release/tutorial/part-1/orientation/ with ember new super-rentals --lang en then once finished installing packages cd super-...
ptorrsmith's user avatar
0 votes
1 answer
34 views

ember 5.12 Joi 17.13.3 my emberjs model aModel has a field which is defined like this: @belongsTo('anotherModel', {async:true, inverse:null}) anotherModel; I want to validate, as part of my Joi ...
ZacMoeShop's user avatar
0 votes
0 answers
34 views

Ember JS framework. I am trying to test my route.js . I created route-test.js as below which is running fine but I need to use mirage mocking to mock foo model in route-test.js. When I tried mocking, ...
Aman Kushwaha's user avatar
0 votes
0 answers
23 views

I am moving away from ember-macro-helpers/computed in my project and starting using computed from '@ember/object' I have following code rowData: computed('addEndpointsData', function () { const ...
Saurabh Batra's user avatar
0 votes
1 answer
44 views

I have a model Post that used a @computed decorator like this @hasMany('comment', {async: true}) comments; @computed('[email protected]') get authorNames(){ let comments = this.comments; ...
mate89's user avatar
  • 166
1 vote
2 answers
67 views

I generate a link as: <td><LinkTo @route="assets.asset" @model="{{asset.id}}">{{asset.id}}</LinkTo></td> The link is generated correctly. When I click ...
Andrea Campolonghi's user avatar
0 votes
0 answers
148 views

I'm attempting to Dockerize my local development setup to make it much simpler to onboard new developers and ensure a common local environment for all. But i am running into build performance issues ...
RGog's user avatar
  • 74
0 votes
0 answers
31 views

Pollyjs delay request using timing: Timing.fixed(200) is not working in ember test environment, but in development mode it delays request by 200ms
Aswath shobi's user avatar
0 votes
1 answer
37 views

I want to bootstrap angular webapp from ember js and for that, we have imported angular bundle files into index html of ember js and trying to bootstrap angular by <app-root> </app-root> ...
user3098308's user avatar
0 votes
0 answers
39 views

I'm working on an Ember.js application where I need to update a single attribute (views) on a book model using Ember Data. However, when I call save() on the model, the relationships of the book (like ...
eva joly fabiola yepgwa takedo's user avatar
0 votes
1 answer
64 views

Having done this for awhile, I’d love a quick sanity check: in a web app using the History Web API is there any way to replicate state persistence across multiple primary nav tabs like you might ...
drew covi's user avatar
  • 891
0 votes
1 answer
33 views

DOM <div id="ember3705" class="ember-view"> <div id='childelement'></div> </div> I'm trying to execute this js code this.$('#ember3705') in component.js of ...
Allan's user avatar
  • 140
0 votes
1 answer
71 views

We have one web application developed in Ember js and we want to migrate it to latest Angular, but we want to migrate it module by module. so we need to coexist Angular and Ember both. and build ...
user3098308's user avatar
1 vote
1 answer
39 views

I'm writing tests for my Ember components. One of the more delicate issues is getting a specific element to scroll while not generating scroll bars elsewhere. I'm trying to write a test that will tell ...
Display name's user avatar
  • 1,601
0 votes
2 answers
73 views

Not sure if this is an issue with the local server ember generates, or if it is just a normal thing local servers do, but currently I have a video that I play in the background of my page that does ...
Jazzwal's user avatar
  • 35
0 votes
2 answers
61 views

I need custom linting rules for my Ember 5.8 project. Ember 5.8 uses ESLint 8.57 and ESLint allows custom rules via Plugin, see this tutorial. Step 8 of said tutorial reads as follows: You might want ...
crusy's user avatar
  • 1,530
0 votes
1 answer
75 views

I have v2 addon and I was create files manually, I want to be create in terminal to create components, service, utils,…etc. I tried in v2 addon path of create component but it will get error! PS C:\V2 ...
THENNARASU R's user avatar
0 votes
1 answer
44 views

I have v2 addon to use dependencies “ember-classic-decorator”: “^3.0.0”, import in my addon component get error message. But normal addon component It’s works fine. app.js:96 Ember.onerror handler - ...
THENNARASU R's user avatar
0 votes
2 answers
66 views

Currently there is an input field that displays a search drop down as soon as I click on it , but If I store the field as a global variable and try temp1.select() in chrome console ( temp1 is the name ...
Tharun Reddy's user avatar
0 votes
1 answer
53 views

I have an Ember.js application, and I have a route called parent/child. When I render the parent/child template, I only want the content inside the parent/child template to be displayed. I don't want ...
Anonymous's user avatar
0 votes
1 answer
124 views

I use Ember 5.6.0. Running ember test --silent --reporter xunit > ember-test-result.xml outputs an XML with the following content: <testsuite name="Testem Tests" tests="439" ...
crusy's user avatar
  • 1,530
0 votes
1 answer
38 views

I want to implement a rectangular highlight tool as seen on google.com -> Settings -> Send Feedback -> Capture Screenshot -> Highlight or Hide info. Seems very complicated and I'm not sure ...
agustinvaca's user avatar
0 votes
1 answer
51 views

I am struggling for some time with this issue. Ember 1.12. One model passed is working fine, but another is not as it should. Here is the relevant parts from route(search.js) - model(params) { this....
Ramix's user avatar
  • 31
0 votes
1 answer
89 views

Just upgraded from 5.4 to 5.8. Now I'm getting this error. \src\node_modules\.embroider\rewritten-app\routes\components\case-tools\template.hbs: Unsafe dynamic component: this.tool in node_modules\....
Display name's user avatar
  • 1,601
0 votes
1 answer
68 views

I'm working on an Ember.js project where I've implemented a feature flagging system to control certain UI elements based on specific conditions. However, I've encountered a situation where even when ...
Sefali gupta's user avatar
0 votes
0 answers
56 views

I updated the ember from 2.7 to 3.2 using command ember-cli-update and after this I run the project using npm start then i'm getting error on terminal type here ERROR Summary: - ...
Asif Raza's user avatar
0 votes
1 answer
55 views

I have an acceptance test to ensure that a PDF viewer on a specific route isn’t accidentally sized incorrectly. Due to a convergence of prior choices and the way the embed tag works, the viewer can ...
Display name's user avatar
  • 1,601
1 vote
1 answer
51 views

I don't understand why fillIn can't find 'data-test-code-nav-selector'. I have paused the test and using the devtools I copied this DOM excerpt. It displays as expected. As you can see, the select tag ...
Display name's user avatar
  • 1,601
0 votes
0 answers
45 views

I'm new to ember js, It may feel like a dumb question, but still: I've already defined a component say {{pq-component}}, it works fine, when called from a .hbs file. But when I try to call it from a ....
S TARUN's user avatar
0 votes
2 answers
117 views

I have a situation where I need to make a component and it has some logic to either render as a button or as a DIV depending on if it has a link. {{#let (if this.hasLink (component "...
SoluableNonagon's user avatar
3 votes
0 answers
166 views

I'm currently using Gridstack in an Ember project and want to have a custom drag handle. I know this can be implemented by setting the draggable: { handle: '.my-custom-drag-handle' } in the options. ...
Vishaal Agartha's user avatar
1 vote
1 answer
43 views

I have an Ember.js SPA that's calling a .net service via AXIOS. Everything was working until I started checking the SessionId header to return a 401 when it's expired. As long as the token is valid, ...
Display name's user avatar
  • 1,601
0 votes
1 answer
781 views

I'm currently grappling with an issue regarding the focusing of the first error field within a form upon submission. Despite successfully implementing functionality to focus on the first error field ...
Himanshu Javiya's user avatar
0 votes
2 answers
57 views

I created services/store.js with default export, then I added "@service store;" in route. Right at that line the following error occurs: TypeError: Cannot read properties of undefined (...
rykantas's user avatar
1 vote
1 answer
47 views

I have 3 web apps written in ember.js /appA, /appB and /AppC in the same domain and they connect to the same api with a token. I have this configuration: // under app/session-stores/application.js ...
Torprendido's user avatar
0 votes
0 answers
81 views

Is there any quick and simple solution to provide JWT token authentication for Ember with Typescript enabled? Although this issue sounds like quite a routine, most modules and documentations refer to ~...
rykantas's user avatar
1 vote
1 answer
47 views

Ember.js Octane and JavaScript (not TS) I have a service to access the session store. When I add or remove a specific key, I want my top level component to toggle visibility for the nav-bar. I have ...
Display name's user avatar
  • 1,601
0 votes
1 answer
31 views

Single button, it may display the text "Show", or "Hide". Toggling between show and hide causes the width of the button to change. I want the button to take up as much width as it ...
Display name's user avatar
  • 1,601
0 votes
1 answer
137 views

I am using docker with three containers - backend/frontend/admin. I would like to use such proxy pass to navigate either to admin page or frontend - <VirtualHost *:80> ServerName cookie.com ...
Ramix's user avatar
  • 31
0 votes
0 answers
47 views

I have an ember app on windows. it was working fine but next time when I open the app and tried to run the ember server it showns below error:- Cannot find module 'exists-sync' Require stack: C:\...
Sudheer Gupta's user avatar
0 votes
1 answer
142 views

Ember 5.x I have a parent component, Cases, and two child components. The CaseList has many items and the user can select one. This works. And the onCaseSelect is called. I want to have the NavBar see ...
Display name's user avatar
  • 1,601
0 votes
0 answers
57 views

Im a beginner in Ember.js framework, and Im having trouble updating a component from another one. I have this table component with the checkbox rows, and everytime the number of checked rows its ...
Emily's user avatar
  • 171

1
2 3 4 5
480