Hi, I am creating a car marketplace website so I connected my html css with Xano. I made a system where you can add a new car post to the database and everything works fine. Then I wanted to restrict it so only the user that is logged in can add a new post(I set a car post to require user authorization and I made it when someone adds a car on the car table be user_id = auth.id).
But it won’t work. Even when you are logged in it says user authorization problem
But when I check local storage I have the token
I really appreciate any help you can provide.