Hi Everyone,
I have found a possible bug in Frontity. I notice this bug in my project and to know if I was doing it wrong I have reviewed your demos and I have found the same problem.
I am using Mars theme but it also happens in Twenty Twenty
The problem occurs when you use an url that doesn’t finish with “/”
For example in the Frontity demo (https://twentytwenty.frontity.org)
Good Url → Tag: Japan - Test Frontity Blog
https://twentytwenty.frontity.org/tag/japan/
All information is displayed correctly
Bad url → Tag: Japan - Test Frontity Blog
https://twentytwenty.frontity.org/tag/japan
It shows this errors:
-
Image doesn’t load.
-
We have this error in console.
- In our project we have been able to appreciate that any javascript that has to be executed on the client is not done. No delayed Console.log, useEffect or lazy javascript is working.
Someone else has been able to see if they have the same error or have found some solution or
workaround?
Thanks in advance! And good job with Frontity, we are loving it