Simon Altschuler
Simon Altschuler
So, I've added the language service and web-mode, and enabled web-mode and tide in html files, but I'm still getting a huge amount of syntax errors because tide is checking...
Might be worth documenting this in the storage docs, and noting that one can use a column preset for the field is desired. I think it's fair to say that...
You'd have to do that as a Hasura event on the files table, otherwise I can't see how you could verify that the user was actually the uploader of the...
> > otherwise I can't see how you could verify that the user was actually the uploader of the file they're associating (in step 3). > > Since the file...
I can also reproduce this in `v2.10.1`.
Same problem as https://github.com/nhost/nhost/issues/886
I don't think there's much to do about it currently, but someone from nhost would know better :)
This is still an issue. The cookie is configured like this: ``` Name: nhostRefreshToken SameSite: None HttpOnly: false HostOnly: true Secure: false ``` I believe it needs to be `Secure:...
@plmercereau This is breaking a lot of functionality when using nextjs, can I help out somehow? If you can give a hint to what you think might be the cause...
This would be awesome. My current use case: ```graphql union AccessNode = Story | Document type AccessList { id: ID! createdAt: DateTime! updatedAt: DateTime! collaborators: [User!]! @relation(name: "CollaboratorOnAccessList") spectators: [User!]!...