Hello,
I want using user invitation link feature on the latest version of ORY Kratos (v.0.5). But, there’s problem while migrating data into PostgreSQL database.
The error log said Unable to initialize persister, unsupported dialect sqlite3
even though I’m using PostgreSQL, not SQLite 3.
Here is my configuration on my docker-compose file:
There were no problem when I was using the previous version (0.4.0) with same docker-compose configuration. Am I missed something on the latest version documentation?