Sridatta
Sridatta
@krzysztofwolski I have installed sdk version of `0.4.0-7` and can reproduce the issue
``` { "data": { "tokenRefresh": { "__typename": "RefreshToken", "token": null, "user": null, "errors": [ { "__typename": "AccountError", "code": "JWT_MISSING_TOKEN", "field": "refreshToken", "message": "Missing refreshToken" } ] } } } ```...
I faced the same issue when I tried sample app instructions. This was fixed after executing the command ``` rustup target add wasm32-unknown-unknown ``` Not sure why I have to...
@digoburigo Are you using a tailwind prefix for `tailwind.config` of UI package (as suggested in the `with-tailwind` example)?