cpv123
cpv123
@wlaj the login flow is not very clear, but I think it should work. The first thing to note is that you can only log in using an email address...
Update - the login link does not work and instead takes me to a "not found" page which means the login API route is not working as expected. I will...
Small update here, but no fix unfortunately. The login flow works when running locally, but doesn't work at the deployed site https://commercejs.vercel.store/. Here, the login link that gets email ends...
I've deployed my own version to Vercel and now I also get the 500 error. The full error log is ``` [GET] /api/login/a2d6e9c5-874b-4c43-938b-7a7feb7e196c 17:23:19:69 2022-02-21T10:23:19.879Z beda8155-3c48-4e53-aa52-dda273994368 ERROR Error: Cannot find...
@madusankapremaratne is this happening after you click "checkout"? If so, I think that the checkout itself might actually be working, and this 404 error is just when the cart is...
Looking good. Excited for version 3 already 🚀 --- ### Optimistic UI updates I really like the sounds of optimistic UI updates. Although I have a few questions: **1. Is...
Using fetch instead of axios would be nice (@ScopeyNZ I know that you're already aware of this feedback already). I saw an SDK recently which used fetch by default, but...
Just to extend what you said @amaline - adding a single 'mutation' permission to the role fixes it, even if this permission is UPDATE on just one column with a...
@ceracera @jonathan-cfmp I've raised PR https://github.com/Steams/ra-data-hasura-graphql/pull/68 which should allow for everything you've mentioned above - only getting requested fields, getting relationships etc. Let me know what you think - the...
@dbrosy you can supply the client instance directly, instead of the client options. It is shown here in the README: https://github.com/Steams/ra-data-hasura-graphql#adding-authentication-headers You probably want something like this: ```jsx import {...