thoughtbot / ember-cli-rails

Unify your EmberCLI and Rails Workflows
http://thoughtbot.github.io/ember-cli-rails/
MIT License
713 stars 206 forks source link

Uncaught TypeError: Cannot read properties of undefined (reading 'ajaxPrefilter') #596

Open lokeshsn22 opened 1 year ago

lokeshsn22 commented 1 year ago

Which operating system and version is the project developed on? Mac Montery 12.6.1 (21G217) Which version of ruby is the project developed on? 2.7.4 Which version of npm is the project developed on? 8.19.2 Which version of ember-cli is the project developed on? 4.0.1 What is the rails version? 6.1.6.1 What is the ember-cli-rails version (from Gemfile)? 0.11.0 What is the ember-cli-rails-addon version (from package.json)? 0.10.0 Is your application server multi-threaded (such as puma and unicorn) or is it multi-process (such as thin and webrick)?

What are the contents of config/initializers/ember.rb? EmberCli.configure do |c| c.app :frontend end

What are the contents of the Rails' view that renders the Ember application?

How are the EmberCLI-related routes defined?

How is the application deployed? Testing on local

srirams-fw commented 1 month ago

@lokeshsn22 I am facing same error, can you share the fix incase if you have resolved it