You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue happens already in previous version where I didn't fix with Barba but change my routing to prevent the using colon and number in my URL.
The reason there is colon and number in my URL, is because I'm using Kirby CMS, and when using params to filter via routing, they append the terms in the URL like so: www.mywebsite.com/blog/tag:2013
Every time there is a colon followed by a number, barba stop working so the page transition do not work and next subsequent page transition result in also on the default "hard" transition.
I tried to use barba.go(), which works for the first transition but then again, the next one doesn't work. This only occurs when there is a colon and a number in the URL. Meaning this works www.mywebsite.com/blog/tag:any.
Weirdly enough, this only occurs on my production server regardless of the hosting company…
The text was updated successfully, but these errors were encountered:
I never used @barba/router so I'll give it a try and let you know. Just to clear out any doubt, BarbaJS works fine with Kirby CMS, it's just some isolated case when using specific terminology as such as /tag:2013 in the URL and online only.
At the moment I bypassed the default URL construction from /tag:2013 to /tag/2013 but will definitely check the router plugin.
Understood for isolated cases, but bypassing is not a solution as you said, especially if you want to keep the CMS up to date and deal with new releases as well.
Let me know if you end make it work with @barba/router 😉
What version are you using?
v.2.10.3
What package are you using?
@barba/core
Describe your issue
This issue happens already in previous version where I didn't fix with Barba but change my routing to prevent the using colon and number in my URL.
The reason there is colon and number in my URL, is because I'm using Kirby CMS, and when using
params
to filter via routing, they append the terms in the URL like so:www.mywebsite.com/blog/tag:2013
Every time there is a colon followed by a number, barba stop working so the page transition do not work and next subsequent page transition result in also on the default "hard" transition.
I tried to use
barba.go()
, which works for the first transition but then again, the next one doesn't work. This only occurs when there is a colon and a number in the URL. Meaning this workswww.mywebsite.com/blog/tag:any
.Weirdly enough, this only occurs on my production server regardless of the hosting company…
The text was updated successfully, but these errors were encountered: