Sam Mousa
Sam Mousa
Is it safe to assume this project is dead?
No problem! Let me know if I can assist!
For me it worked using the browser extension to get a new refresh token.
The csrf token is different for the environments, could you confirm that the csrf cookie is not shared between those domains?
You share sessions right? Could it be that one site is updating the csrf in the session, thereby invalidating the value for the other domain? (I don't remember if csrf...
Hmm, it doesn't by default...
Does it work without `->after()`?
If you can confirm that this change fixes it: https://github.com/SAM-IT/yii2-mariadb/pull/26 I'll merge and release it!
To be honest, I lost track of it. I'll fix the CI errors on Monday and after its merged a release will follow.
The behavior was added intentionally here: https://github.com/thephpleague/flysystem/commit/d3e08ed830d671e66597d8df4ab6487615e7f5c0 You could work around it by wrapping the `LocalFileSystemAdapter` and not calling it's `createDirectory()` when the target directory already exists.