-
Notifications
You must be signed in to change notification settings - Fork 333
routes error #191
Comments
I'm having the same error, but only for pages that were migrated to my database from my coworker's MYSQL database. Previously created pages load just fine. Update |
I second this error with the new version |
@staycreativedesign you solve your problem? Same problem here
and I get:
|
I pretty much just built my own static content gem.
…On Tue, Jun 22, 2021 at 11:27 AM inyerade ***@***.***> wrote:
@staycreativedesign <https://github.com/staycreativedesign> you solve
your problem?
Same problem here
- spree 4.2.1
- spree_static_content 4.2.0 (from github github:
'spree-contrib/spree_static_content')
and I get:
ActionController::RoutingError (No route matches [GET] "/test2")
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#191 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAO4XUR7IY4ZFGYZRQOYBWDTUC2XLANCNFSM4BD7GIQQ>
.
|
I think I found the problem, but I do not know the best way to fix it. The problem is the locales, in lines spree_static_content/lib/spree_static_content.rb Lines 19 to 24 in 57953ab
the regexp match the FAIL: PASS: also fail only with:
Possible solutions (I never work with locales in spree)
|
No route matches [GET] "/thanks"
when i click the page link i'm getting this error
localhost:3000/thanks
No route matches [GET] "/thanks"
The text was updated successfully, but these errors were encountered: