[SOLVED] Ember data sending requests from my computer browser instead of its...
Hello! I have the following scenario: I generated an ember build with environment=prod, and generated a docker Nginx image that serves this generated build. It uses backend-host as the API host...
View ArticleUpgrading 2.18.2 to 3.x
Hello everyone! I’m starting the process of collecting resources to build a plan to finally upgrade an old (but new) Ember 2.18.2 app to… 3.x - haven’t decided if it should be 3.20 or 3.23....
View ArticleSr. Frontend Ember Developer
Introductory paragraph Here’s a short video on ScoreBreak: ScoreBreak x PLL - YouTube At ScoreBreak, we are a small team of passionate, product focused engineers and designers creating next-generation...
View ArticleLooking for an example of a grid and form
I want to transfer a React app to Ember app (Line-of-business application). The documentation/guidelines are great but I am missing an example on how to create a grid/table with Ember Data and...
View ArticleAuthentication auth0 in Ember
Besides some “old” articles with older versions (pre-octane) of Ember to authenticate with auth0 I am stuck. I tried to “upgrade” it with the Octane cheat sheet but no luck. Does somebody have an...
View ArticleStrange bugs: TailwindCSS and EmberJS
I’m testing tailwind and ember for a musical website. I experience several bugs: in dev server, all links start with a capital letter; on some links the capital letter disappears (live demo, artists)....
View ArticleUncaught Error: an unsupported module was defined, expected `define(id, deps,...
These error comes up when i run ember serve. Uncaught Error: an unsupported module was defined, expected define(id, deps, module) instead got: 1 arguments to define` loader.js:247 Uncaught Error:...
View ArticleAxios, GraphQL and EmberJS
Hello, I used to do like the ember tutorial did: have data generated in a route file. Now I have to use adapters and serialisers but I have to make requests to a GraphQL backend. I don’t understand...
View ArticleIs it possible to use two adapters in one project?
Is it possible to include two different adapters inside a project? One should be the default ApplicationAdapter extending JsonApiAdapter And one is for example the SpecialAdapter for REST API calls...
View ArticleModel in route template
What is the difference between using @model and this.model in a route template? I encountered a bug in our codebase today and noticed two route templates were making use of the same component...
View ArticlePromises: Ember.RSVP is not a constructor
I am experimenting with Promises and trying to adapt a javascript Promise example I found to Ember. I’m getting this error in the console. developer-sandbox.js:34 Uncaught TypeError: Ember.RSVP is not...
View ArticleIssues installing Ember on Mac
I’ve been attempting to install Ember on my MacOS 10.14 and I encounter a problem in the terminal. Every time I try to create a new Ember app, there’s an “unexpected token” error involving a catch...
View ArticleEmber UI not loading
Ember UI is not loading on staging env with below error message in the console vendor-fc7ff223306b879e26e5fb5c6862cc79.js:2693 Uncaught TypeError: e.indexOf is not a function at De...
View ArticleGetting this Build Error (SourceMapConcat) though I updated jquery &...
When I am trying to run my ember application I am getting this few derpreciations, warnings & below build error. DEPRECATION: Overriding init without calling this._super is deprecated. Please call...
View ArticleFacing issue related to link generation through LinkTo helper
I am facing error for both that cases with the linkParam & without too. I have recently updated my app from v1.13.15 to v3.20.2. And errors are occurring only for search route links, detail pages...
View ArticleDisable log trace on production Ember/Fastboot
Hi, I’d like to ask how could I disable errors with log trace on production? When app doesn’t have connection with API, caused by server issues, user can see Ember error in console with log trace,...
View ArticleAn error occurred in the constructor for ember-cli-dependency-checker at D:\
I am tryna run an emberjs project . first of all like other frameworks e.g react,vuejs i installed all the dependencies using npm install commad after that when i try to run the application using...
View ArticleCSS files in Ember.js
Hello everyone. I’m new to Ember.js, how to connect CSS files to a component/route? Thanks in advance for your answer 4 posts - 2 participants Read full topic
View ArticleAssertion Failed in addTodo method
Hello everyone again! I got an issue . When i call addTodo method on button click and an error is thrown; todos.js: ` import Route from “@ember/routing/route”; import { action } from “@ember/object”;...
View ArticleStuck upgrading to Ember 3.4.4
Howdy! Background can be found in this topic. (apologizes for the incoming wall of text) After upgrading to 3.4.4 I’m now seeing this when I attempt to run my test suite: Global error: Uncaught...
View Article