Problem
Can not upload image files.
Steps:
Host Info (please complete the following information):
OS: Ubuntu (bionic) 18.04 x64
Wiki.js version: 2.4.107
Database engine: 5.7.30-0ubuntu0.16.04.1



also happen me, any solution?
It happens to me too.
The error come from a POST to graphql.
Here is the error:
https://pastebin.com/zSKD7FzL
Using mysql 5.7.25-1 - (Debian)
oh I just realized, you guys are using MySQL 5.7. This feature is not supported if you are using MySQL 5.7. You need to upgrade to MySQL 8.x at least
Read more about it here
@Smankusors Not would applied for me. My db is postgress version
12.1
oh I just realized, you guys are using MySQL 5.7. This feature is not supported if you are using MySQL 5.7. You need to upgrade to MySQL 8.x at least
Read more about it here
Thanks, I'll be moving the wiki to PostgreSql soon.
However, with MySQL 5.7, the upload does not even work in the root folder.
@Smankusors Not would applied for me. My db is postgress version
12.1
How are you accessing your Wiki? Are you running the instance behind some reverse proxy?
oh I just realized, you guys are using MySQL 5.7. This feature is not supported if you are using MySQL 5.7. You need to upgrade to MySQL 8.x at least
Read more about it here
Upgrading to MySQL 8 solved the issue for me. I'm feeling stupid
Now I wonder how to delete all that junk that was uploaded
@Smankusors Not would applied for me. My db is postgress version
12.1How are you accessing your Wiki? Are you running the instance behind some reverse proxy?
Hi, deployed with k8s and Ingress Controller.