Yuriy Klyuch

Results 20 comments of Yuriy Klyuch

> Try use [Popup Proxy](https://quasar.dev/vue-components/popup-proxy) I don't see how that could be of use here. On small screen it will swap q-menu with q-dialog and it will work, but weird...

any update / estimation on this?

what are the other 4 top features? Honestly, v2 looks so... "alfa" right this moment, I was expecting a more robust platform for beta release (no connection string, errors with...

> Yes Dominik, you're absolutely right. It is also possible to run a pg_dump with this endpoint: `https://[project-id].nhost.run/v1alpha1/pg_dump` The endpoint is explained in the [official Hasura documentation](https://hasura.io/docs/latest/graphql/core/api-reference/pgdump.html#pg-dump-api-reference). As @elitan explained,...

After some discussion with Szilard from the team, I would like to add: I actually don't need returned session, I need newly created user id. Returned session was empty because...

Well, I have user_profile table with user_id column and parent_id column, so I'm connecting users to parent (company) with it. User doesn't have permission to add/edit this data, it's created...

thanks @pkreipke, using trigger function is indeed working alternative. I just expected that returning new user id after signUp function would be simpler to use and maintain

having access to headers editor is better than not having it. It's the question of what features nhost graphql playground have that hasura graphql playground doesn't. Running query "as user"...

thanks for quick response! I tried with resetPassword, after redirect resulting url became: https://www.mysite.com/v2test/spa2/#%2Ftestpage%3FrefreshToken=79edb4dd-db0d-4a08-9b81-130a3d65ed36 which is better than was before, but still, could it be just https://www.mysite.com/v2test/spa2/#/testpage ?

my app is Quasar based, with vue-router set to hash. if by redirectTo you meant "Allowed Redirect URLs", currently it is same as "Client URL" setting (https://www.mysite.com/v2test/spa2/#/testpage)