Error message when using "getting started" instructions #1450
-
Hi! When I do the "getting started" steps from the documentation exactly on a new Rails 7 application I see this error: "undefined method `javascript_pack_tag' for #ActionView::Base:0x0000000000b220" Is this a known issue? I followed the instructions exactly on a new app. Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
jasonfb
Sep 23, 2022
Replies: 1 comment 2 replies
-
did you run |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
Judahmeek
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
did you run
foreman start -f Procfile.dev-static
when you started the server?