Auth/me not picking up HTTP-only cookie (Xano + Nordcraft)
Hey everyone 👋 I ’m using Nordcraft + Xano to build a simple login flow . On my login page , using the “Auth /login ” API , everything works : the token is returned and I set it as an HTTP -only cookie . However on my dashboard page , when I call “Auth /me ” , it fails : Nordcraft doesn ’t pick up the HTTP -only cookie . The login was successful , but the token isn ’t read . If I paste the token manually it works . But when I rely on Authorization : Bearer { {cookies .access _token } } , nothing happens . I ’ve tried storing the token as a cookie , as a session -cookie , even saving to localStorage — and spent hours chatting with AI chatbots — but still no luck . Does anyone know what I ’m missing ? What should I check so that Auth /me correctly reads the HTTP -only cookie or token (or header ) ? Any help / insights from people using Nordcraft + Xano would be highly appreciated 🙏 Just to add for the record : this issue is not coming from the API itself . When I take the same token and test it directly in Xano , it returns the correct user data . So the API works fine . The problem seems to be on the Nordcraft side where Auth /me isn ’t reading or forwarding the token from the cookie or the header . I think it works . It I test it live , it works now . It doesnt show me the full token in my Paragraph . It just shows {cookie : access _token } . But it pulls data from Xano . I also tried a on Succes event to return a succes value and it did . But I don 't get it why the response in Nordcraft keeps giving an error . Is this something that Nordcraft cannot access or see the token ? In Youtube tutorials I followed the auth /id give a response in Nordcraft It 's difficult to debug from the screenshots you provided . Is the project public so I can check it in the editor ? Or perhaps you could DM me some login credentials so I can check the network traffic + stored cookies when logging in . Also , have you installed the Nordcraft browser extension ? https://chromewebstore.google.com/detail/nordcraft/hfhgjncckomifajhndceigiaiojhlllp












