Gui Martins
Gui Martins
Any reason to close this? I still have this issue happening with version 0.16.0 and setting NEXTAUTH_URL and AFFINE_SERVER_HOST. This is a K8s deployment.
Since there has been no activity from maintainers here for 2 weeks, I've opened a new issue on #7978 retaining the original issue.
Thanks for the heads-up on that! I've upgraded without issues to 2024.4.1, but from 2024.4.1 to 2024.4.2 it fails with the same issue: ``` "pid": 32, "schema_name": "public", "timestamp": "2024-05-13T18:40:08.221343"}...
Anyone? Same issue trying to go to 2024.6.0...
Yeah, doesn't seem to be the same issue. I'm running PSQL 16 as well, version 16.3. Could it be something in the version of PostGreSQL?
Alright, thanks for letting me know. I've fixed this issue by manually doing the migrations from: https://github.com/goauthentik/authentik/tree/main/authentik/providers/scim/migrations I don't know how that migration was broken, but manually migrating tables and...
> what do you get if you request your instance by > > ``` > fetch("https://affine.fail/graphql", { > "headers": { > "content-type": "application/json", > "x-definition-name": "serverConfig", > "x-operation-name": "serverConfig" >...
Yep, same here. Just pulled stable and got: ```json { "version": "0.16.0-nightly-eb0466e", "baseUrl": "http://localhost:3010", "name": "Self-Host Cloud", "features": [], "type": "Selfhosted", "credentialsRequirement": { "password": { "minLength": 8, "maxLength": 32 }...
That did work! The `AFFINE_SERVER_HOST` line in the `affine.env.js` was `host` and changed to AFFINE_SERVER_HOST: 'server.host'. Then the request resolves to the right baseUrl. Now the email is using the...
> you might join a workspace created by another user who's account got deleted but the workspace is still there. > > plz check the `WorkspaceUserPermission` table to find the...