liteflow-labs / starter-kit

NFT Marketplace running on the Liteflow infrastructure
https://demo.liteflow.com
Apache License 2.0
10 stars 43 forks source link

Login with a referral link is not working #443

Open NicolasMahe opened 12 months ago

NicolasMahe commented 12 months ago

When a user login using a referral link, the acceptInvitation requests fail because the request doesn't contain the authorization header:

https://github.com/liteflow-labs/starter-kit/assets/5823445/fbbf70e3-bbef-482e-b8b4-a26ad3a6b2b3

EDIT: It seems the authentication header is missing from the request, thus the "not authenticated" error.

ismailToyran commented 8 months ago

Indeed, await accept(referral) returns error, This needs to be fixed on liteflow-js repository