Ben-BAP

Results 4 comments of Ben-BAP

In my use case, I have an Nextjs API endpoint which wants to return partial data for unauthorized users, and full data for authorized users.

I have not been able to resolve it. I am not sure what the next steps to try are. I would really appreciate the help! What do you recommend I...

Thanks for the suggestion! I added `http://localhost:3000` as you suggested. It doesn't seem to have worked. ![image](https://user-images.githubusercontent.com/113811656/217998677-d5ee51aa-158a-49d7-a6df-026737bdb3ac.png) The interesting thing I noticed is that if I copy the URL provided...

Ah I think that was it! My old Site URL setting was `localhost:3000`. Now it is set to `http://localhost:3000` and it is working! Thank you very much @GaryAustin1!