ActionController::RoutingError (No route matches [GET] "/meta.json"):

62 Views Asked by At

It is an application with more than one engine. I get this error but I can't find where it is coming from. There is no problem with the general functioning of the application. I've tried to find the problem but I can't. Seriously, it's very annoying to have something like this on the console.

ActionController::RoutingError (No route matches [GET] "/meta.json"):
  
actionpack (6.0.3) lib/action_dispatch/middleware/debug_exceptions.rb:36:in `call'
rack-contrib (2.4.0) lib/rack/contrib/response_headers.rb:23:in `call'
meta_request (0.7.4) lib/meta_request/middlewares/headers.rb:18:in `call'
sentry-ruby (5.9.0) lib/sentry/rack/capture_exceptions.rb:28:in `block (2 levels) in call'
sentry-ruby (5.9.0) lib/sentry/hub.rb:223:in `with_session_tracking'
sentry-ruby (5.9.0) lib/sentry-ruby.rb:385:in `with_session_tracking'
sentry-ruby (5.9.0) lib/sentry/rack/capture_exceptions.rb:19:in `block in call'
sentry-ruby (5.9.0) lib/sentry/hub.rb:59:in `with_scope'
sentry-ruby (5.9.0) lib/sentry-ruby.rb:365:in `with_scope'
sentry-ruby (5.9.0) lib/sentry/rack/capture_exceptions.rb:18:in `call'
actionpack (6.0.3) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call'
lograge (0.12.0) lib/lograge/rails_ext/rack/logger.rb:18:in `call_app'
railties (6.0.3) lib/rails/rack/logger.rb:26:in `block in call'
activesupport (6.0.3) lib/active_support/tagged_logging.rb:80:in `block in tagged'
activesupport (6.0.3) lib/active_support/tagged_logging.rb:28:in `tagged'
activesupport (6.0.3) lib/active_support/tagged_logging.rb:80:in `tagged'
.
.
.
.
.
0

There are 0 best solutions below