i had same issue so i know how it feels,
give a try with this
if your current mod rewrite is
/%category%/%postname%/
than remove slash from the end
so it would be /%category%/%postname%
if your current mod rewrite is
/%category%/%postname%
than add slash at the end. so it would be
like
/%category%/%postname%/
it did worked for me.