Open wilbertliu opened 1 week ago
@wilbertliu, what do you get from
bin/rails routes | grep jobs
?
I hope that's clear, @rosa 😀
Yes, that's totally clear and it also looks correct. Hmmm.. I don't really know what's going on here. What I'd do here, if this were happening to me, is to set a breakpoint in lib/action_dispatch/journey/router.rb:133
in find_routes
and then step through it to try to figure out what's causing the infinite (or too long) recursion with the as_json
calls.
@rosa Looks like that is not something I can do, right? lib/action_dispatch
is Rails internal if I'm not mistaken 🥲
Hey folks,
I'm on Rails 8 rc2 with Inertia, React, and vite_ruby. Every time I try to visit the
/jobs
page, I get this error:Could anyone help?