When creating a new category, transfer to S3 fails
The default “Uncategorized” category does not have this issue.
However, setting my own category causes this issue.
Is there any workaround?
When creating a new category, transfer to S3 fails
The default “Uncategorized” category does not have this issue.
However, setting my own category causes this issue.
Is there any workaround?
Hi @hiro_tk,
I still have an open issue for S3 + special characters: https://github.com/WP2Static/static-html-output-plugin/issues/15
Is this a Japanese category slug? A few workarounds:
Please let me know if you need help using the S3 sync via CLI
Cheers,
Leon
Thank you for your advice.
Please tell me one of the following,
I used WP2Static by setting the “AWS” category I created.
Then, the transfer to S3 was successful, so I knew it was a problem of special characters + S3 transfer.
Thank you
Hi @hiro_tk,
With the current version on wordpress.org, it will save the static files to a directory within wp-content/uploads/
with a timestamp appended to the directory.
With the latest versions from GitHub, it will always write to the same fixed directory name within wp-content/uploads/
, which is easier to work with.
Cheers,
Leon
Thanks leonstafford.
Your support is always accurate and helpful.
All my questions have been resolved.
Sincerely thank you.