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
Which operating system and version is the project developed on?
All of them (BigSur MacOs 11.2.3 , and Heroku: 4.4.0-1086-aws Linux Kernel, Ubunutu Ubuntu 18.04.5 LTS) Which version of ruby is the project developed on?
2.6.6 Which version of npm is the project developed on?
6.14.11 Which version of ember-cli is the project developed on?
ember-cli: 3.13.2
node: 10.24.0
os: darwin x64 What is the rails version?
Rails 6.0.3.5 What is the ember-cli-rails version (from Gemfile)?
ember-cli-rails-0.10.0 What is the ember-cli-rails-addon version (from package.json)?
ember-cli-rails-addon": "^0.10.0" Is your application server multi-threaded
(such as puma and unicorn) or is it multi-process (such as thin and webrick)?
puma in production, and development What are the contents of config/initializers/ember.rb?
EmberCli.configure do |c|
c.app :matching_inbox, yarn: true
end
Yarn version 1.17.3 What are the contents of the Rails' view that renders the Ember application?
This results in
EmberCli::BuildError - :ember_app_name has failed to build:
How are the EmberCLI-related routes defined?
in routes.js files for each component
How is the application deployed?
I'm primarily concerned about making it work in development mode, so it's not being deployed, it's just being run.
EmberApp is in RAILS_ROOT/ember_app_name directory
The text was updated successfully, but these errors were encountered:
As you've found, manually reloading the page will work if you wait long enough, but it's not what's supposed to happen.
It's supposed to wait for the app to compile (the browser stuck on page-loading) until the app compiles. We shouldn't get that error page. I guess something broke between ember-cli-rails-addon and newer versions of ember-cli.
This and the ember addon don't get much time spent on them, so if you're making a new app you may want to look for another way to host and deploy.
Which operating system and version is the project developed on?
All of them (BigSur MacOs 11.2.3 , and Heroku: 4.4.0-1086-aws Linux Kernel, Ubunutu Ubuntu 18.04.5 LTS)
Which version of
ruby
is the project developed on?2.6.6
Which version of
npm
is the project developed on?6.14.11
Which version of
ember-cli
is the project developed on?ember-cli: 3.13.2
node: 10.24.0
os: darwin x64
What is the
rails
version?Rails 6.0.3.5
What is the
ember-cli-rails
version (fromGemfile
)?ember-cli-rails-0.10.0
What is the
ember-cli-rails-addon
version (frompackage.json
)?ember-cli-rails-addon": "^0.10.0"
Is your application server multi-threaded
(such as
puma
andunicorn
) or is it multi-process (such as thin and webrick)?puma in production, and development
What are the contents of
config/initializers/ember.rb
?EmberCli.configure do |c|
c.app :matching_inbox, yarn: true
end
Yarn version 1.17.3
What are the contents of the Rails' view that renders the Ember application?
This results in
EmberCli::BuildError - :ember_app_name has failed to build:
How are the EmberCLI-related routes defined?
in routes.js files for each component
How is the application deployed?
I'm primarily concerned about making it work in development mode, so it's not being deployed, it's just being run.
EmberApp is in RAILS_ROOT/ember_app_name directory
The text was updated successfully, but these errors were encountered: