I want to be able to list the nfts or make offers to them but when i try it just keeps giving a 404. i have this as my env
NEXT_PUBLIC_HOST_URL=https://api.reservoir.tools
RESERVOIR_API_KEY="xxx"
NEXT_PUBLIC_ALCHEMY_ID="xxx"
NEXT_PUBLIC_WALLET_CONNECT_PROJECT_ID="xxx"
but it still fails. previously i had NEXT_PUBLIC_HOST_URL as http://localhost:3000 but this failed so that makes sense since the content is not on my device. but i tried using the actual api url api.reservoir.tools but that fails as well
anyone know what i can do to fix this?
been on this issue for a while now
