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

Trying to build and run an Ember app with Capacitor on virtual device in Android studio. Build and installation goes fine until the app is launched and stops when trying to process a spesific route. ...
Filoteemo's user avatar
0 votes
1 answer
289 views

I have been trying to implement a cart function to my e-commerce . In this cart function when ever I add an item, if its already present in the cart we must increase the quantity. Everything works ...
Santhana Krishna's user avatar
0 votes
1 answer
77 views

while Accessing website in browser , i am seeing the below error.. Api is working in the browser as well as in postman but Ember fastboot is not working ... Any help should be really helpful. ...
venki chowdary's user avatar
0 votes
1 answer
155 views

I just got into ember.js recently and I've been following their tutorial. However, in the interactive components section, I came across some errors. The below is my image.hbs file {{#if this.isLarge}} ...
rhtnejr's user avatar
0 votes
2 answers
1k views

I am trying to add Intl polyfill to an ember app, but have run into the issue that I need to add a script tag that executes async functions before evaluating other script tags. In ember I can add a ...
st-h's user avatar
  • 2,573
2 votes
1 answer
2k views

Good day! I have a question. It is planned to develop a large web project, which will be scaled in the future. I would like to know what is better to choose EmberJS or React? There is experience with ...
dsanich's user avatar
  • 31
0 votes
0 answers
500 views

I had a problem while working with Ember for the first time. I created a component using ember g component general-container It has created file with the name general-container.hbs Now, when I try to ...
mxbdk's user avatar
  • 1
0 votes
1 answer
222 views

I'm new to ember and trying to figure out how to unit test, using sinon, the sessionStorage based on url parameters when that page is visited. I've tried a few things but still can't get the desired ...
dar's user avatar
  • 43
0 votes
1 answer
64 views

Lets say we are working on a recipe app and we have 2 get requests initially. /ingredients/ /recipes/ These create the recipe and the ingredient model. Now recipes are made of ingredients and amount ...
Evren Bingøl's user avatar
0 votes
0 answers
91 views

I am experimenting with mounting an existing Ember app in a React app. I have a React component that loads the vendor/app .css and then the vendor/app .js, with an await between each load. The app ...
MikeS's user avatar
  • 65
0 votes
1 answer
62 views

i have included a component in application.hbs <Auth></Auth> next in the auh components i have the following code auth.hbs <form> <div class="text-field"> ...
tgb's user avatar
  • 1
0 votes
0 answers
488 views

I am working on an ember 2.8 project and I am a newbie. On top of this, we are using a docker container to run in pc because we don't have a mac. So I running the qunit tests and am unable to go to /...
David Pell's user avatar
1 vote
0 answers
157 views

My test app is using ember-cli and ember is 3.28. When I tried to use ember-native-class-codemods to convert my test appli cation it throws below error, TypeError: Cannot read property 'process' of ...
Ember Freak's user avatar
  • 12.9k
3 votes
0 answers
182 views

I am working in an ember-cli project which has Mirage already set up for testing. It may be an older version, miragejs: ^0.1.44 and ember-cli-mirage: ^2.4.0 I have added a feature that relies on data ...
UXCODA's user avatar
  • 1,246
0 votes
1 answer
87 views

I am trying to learn ember by following the tutorial that they have on their website. One of the section was about generating a test file by running ember generate acceptance-test super-rentals which ...
Jay's user avatar
  • 1
0 votes
1 answer
403 views

In the "new" class style of Ember / JavaScript (at least new to me), I am having trouble adapting old tutorials to set a computed property in my JSONAPIAdapter. export default class ...
GSP's user avatar
  • 3,789
1 vote
1 answer
122 views

I've been following the SuperRentals Ember.JS tutorial and have also cloned the finished product from here. I'm struggling to identify where we define that we retrieve data from rentals.json in <...
Masutatsu's user avatar
  • 444
0 votes
1 answer
73 views

I'm working on eCommerce for my internship project. But I don't know how to create the user authentication using rails and ember
Santhana Krishna's user avatar
0 votes
1 answer
345 views

i am a newbie in ember and servlet. Here is the code snippet of dashboard.js from the route directory. import Route from '@ember/routing/route'; export default class DashboardRoute extends Route { ...
Subash A's user avatar
1 vote
1 answer
185 views

So I working on converting a them main app.js file over to Ember 4 and native javascript. My question is how are people handling modifying things like the Route class. My current portion of codes ...
Devon Anderson's user avatar
1 vote
1 answer
389 views

I am new to Ember, try to make simple todo app by my own after YT tutorial. However I have a problem when I try to access input value. Property 'value' does not exist on type 'EventTarget' My ...
Maciej Kuta's user avatar
0 votes
1 answer
108 views

Trying to define custom model in ember using Ember.getOwner(this.store).register('model:custom-model', { customName: DS.attr('string') }); While running the same component again, getting the ...
Prabakaran Raja's user avatar
1 vote
1 answer
418 views

I am working a rewrite of of an application that was previously built with Ember 3.12 and now being tested with 4.20. I am building out a few components and decided to mess around with the footer and ...
Devon Anderson's user avatar
2 votes
1 answer
3k views

We are facing critical vulnerability in minimist which is added as transitive dependency. +-- [email protected] | +-- [email protected] | | `-- [email protected] We tried to resolve this using couple of ...
Gautam's user avatar
  • 3,384
0 votes
1 answer
857 views

I am building a simple button component and I would like to test that my click handler is working by passing in console.log (or some other function) into my component. This is in Ember 4. app/...
GSP's user avatar
  • 3,789
2 votes
1 answer
424 views

Can some one help me on the below doubt? I am using EmberJS 3.4 version and I have a route which looks like export default Route.extend({ model(){ const items = [{price: 10}, {price: 15}] ...
Arafath Baig's user avatar
0 votes
2 answers
202 views

I am trying to reduce monaco-editor dependency size. I found this answer which shows how to do it on angular - by editing the glob configuration in angular.json file. What is the corresponding file ...
dina's user avatar
  • 4,379
0 votes
1 answer
132 views

I'm very new to JS/Ember and have been able to create a static dropdown menu that functions as desired however I've duplicated the static array of objects that holds the dropdown items in my model and ...
user2690966's user avatar
-1 votes
1 answer
303 views

I have been trying for sometime already to just run "npm start" for an old app developed with EmberJs but I get several errors. I had tried the following: Uninstall, cache clean, install ...
Lady's user avatar
  • 1
0 votes
1 answer
156 views

I'm using a basic dropdown in Ember and in the list, once we select item in the content list, I want to highlight the selected item. I'd like to know if I can use a simple [aria-current] & [aria-...
Kumar's user avatar
  • 13
0 votes
1 answer
672 views

The application uses ember-cli-mirage to mock the data and uses specific endpoint to get the specific response. Mocking data and showing the content to the templates works fine. Problem: I can't ...
Mikelemuel's user avatar
0 votes
1 answer
370 views

I am working on an ember application and I have a model hook which gets data from mysql and displays in a template.What I want to ask is ,when the data changes it is not seen unless the page is ...
Brian Byju's user avatar
2 votes
1 answer
9k views

The API call to the server is returning a zip file with Content-Disposition in format attachment, <filename> I am using FileSaver's saveAs to save the file. this.ajax.raw(requestUrl, { ...
Saurabh Batra's user avatar
0 votes
3 answers
137 views

I'm trying to click in this button but I got an error everytime: <div class="refresh-box"> <span> <button type="button" id="ember1328" class="btn-refresh btn btn-default ...
haraujo's user avatar
  • 33
1 vote
1 answer
1k views

I'm able to start my ember app but nothing loads in the screen and I noticed this error in browser console log. Any idea about what could I be missing? ember serve WARNING: Node v16.14.2 is not tested ...
Cristobal BL's user avatar
2 votes
2 answers
701 views

I'm just trying to create a new app from scratch, but getting this error: Command failed with exit code 1: npm install --loglevel error npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve ...
Cristobal BL's user avatar
1 vote
0 answers
97 views

When I try to start Ember server (ember serve) I get this error [Embroider:MacrosConfig] the given config from 'C:\WebDev\cpc\front-end_service\node_modules\ember-get-config' for packageName '...
Abderazak Amiar's user avatar
0 votes
0 answers
106 views

I have been working in Ember.js since last 8 years. Now switched to Angular.js Version 13 In Ember.js if I have to do something when some variables of model change, This was the code Following code is ...
Sunny Singh's user avatar
1 vote
1 answer
1k views

My team inherited an old (around 2017) ember.js based project, and we need to choose between remake the project with vue, or just upgrade ember version. The project use node 6.16, and here are the ...
holyris's user avatar
  • 189
0 votes
1 answer
1k views

I'm sorry if this has been asked but I'm struggling to find a fix and really could do with some help. It has been a while since I last created a fresh ember project, but after creating a new project ...
John Dean's user avatar
4 votes
1 answer
225 views

So, I am serving an Ember using ember s command. Even though I do not make any changes to the code I keep seeing the entry file changed <fileName> in the server startup log, this makes the ...
Jegadish AM's user avatar
0 votes
0 answers
69 views

I'm having an ember.js app with multiple (nested and not nested) routes, just like a usual ember app. What I want: Export multiple templates as pdf For this to achieve, I wanted to render all the ...
Lopo's user avatar
  • 966
1 vote
0 answers
383 views

My ember application started showing below error while building the app (Initially it was working and without any code change, build started failing): *Template Compiler Error (TemplateCompiler) in ...
Anand Gupta's user avatar
  • 5,740
0 votes
1 answer
335 views

In ember octane, is there a way to detect {{yield}} is not an empty string? The has-block function will return true if we use an empty component like this <IntakeFormElement></...
RonPringadi's user avatar
  • 1,533
1 vote
1 answer
137 views

I'm trying to move a very old 2.x ember-electron application to new electron with ember-electron and got application window with blank screen and error in console: (node:9061) electron: Failed to load ...
user18484503's user avatar
0 votes
1 answer
48 views

In my application, when I refresh the page, sometime I can't able to get data with SocketIO. I think the event emitter was triggered before socket connecting to server. SocketIO Code: import { io } ...
Santhosh J's user avatar
0 votes
1 answer
185 views

Just getting started with a rails api and ember frontend. I'm using ember-cli-rails and puma-dev. I'm getting an error when visiting the localhost at .test. I'm not sure what is causing it, or if it's ...
wjacobs786's user avatar
0 votes
1 answer
1k views

How do I get fresh data from the server/DS in ember without reloading a page? here is the updated component for ember import Component from '@ember/component'; import { set } from '@ember/object'; ...
user718229's user avatar
1 vote
1 answer
312 views

I'm trying to integrate FullCalendar (v5) with an Ember.JS (4.2) app, and am able to get things to work if I just import the library via CDN and inline / hard code it -- however if I attempt to break ...
twk's user avatar
  • 1,851
-1 votes
1 answer
235 views

I'm using ember-fetch and from it's source code I cannot figure out where it made the call XHR call. In another word, where does it call window.XMLHttpRequest? Coming from a jQuery background, I'm ...
RonPringadi's user avatar
  • 1,533

1
3 4
5
6 7
480