Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ember app is precompiled but a blank page is served #522

Open
devtoro opened this issue Apr 10, 2017 · 0 comments
Open

Ember app is precompiled but a blank page is served #522

devtoro opened this issue Apr 10, 2017 · 0 comments

Comments

@devtoro
Copy link

devtoro commented Apr 10, 2017

Which operating system and version is the project developed on?
ubuntu 16.04
Which version of ruby is the project developed on?
2.3.3
Which version of npm is the project developed on?
4.2.0
Which version of ember-cli is the project developed on?
2.10.0
What is the rails version?
5.0.0.1 -- rails-api
What is the ember-cli-rails version (from Gemfile)?
0.8.4
What is the ember-cli-rails-addon version (from package.json)?
^ 0.8.0
Is your application server multi-threaded
(such as puma and unicorn) or is it multi-process (such as thin and webrick)?

I am using puma
What are the contents of config/initializers/ember.rb?
EmberCli.configure do |c|
c.app :frontend, path: "/home/user/apps/app-name"
end
What are the contents of the Rails' view that renders the Ember application?
I haven't created any views in my rails-api application.
How are the EmberCLI-related routes defined?
mount_ember_app :frontend, to: "/"

How is the application deployed?
With capistrano

The deploy is finished successfully. Assets are precompiled and puma starts. When I try to visit my page all I can see is a blank page.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant