Hi @josjee, sorry it’s not working. That’s annoying. We’ll see what we can do to make it work…
I just checked and a 414 error happens when the URL is longer than what your server will allow. Unfortunately, Print My Blog’s URLs are pretty long (although usually not a problem).
If you’re on a shared host, I’d ask your hosting company’s support if there’s anything you can do to make your server accept longer URLs. If you’re on a VPS server, you can configure Apache to accept longer URLs like documented here.
If neither one of those is doable, we can try manually making the URL shorter by removing some unneessary parameters. For example, I think you can remove post-type=post
, rendering_wait=0
, columns=1
, font_size=normal
, etc. If you provide the actual URL to your site I could try that too. Once we find how short the URL will need to be to work with your server, I can see if there’s any changes I can make code-side to automatically remove the unnecessary URL parameters.
Does that make sense?