Dhaiwat10 / rlp-proxy

The proxy used by @dhaiwat10/react-link-preview to fetch metadata for URLs.
https://www.npmjs.com/package/@dhaiwat10/react-link-preview
34 stars 134 forks source link

Is there a more descriptive documentation? #14

Open dshacham opened 2 years ago

dshacham commented 2 years ago

I'm trying to create my own proxy and it doesn't seem to work. I don't know what I'm missing. There isn't much documentation to turn to as far as I can see but maybe I'm missing something?

Dhaiwat10 commented 2 years ago

@dshacham unfortunately this is all the documentation there is. If you could share the problems you are running into, I can have a look and help.

dshacham commented 2 years ago

So I managed to make it work. But if I use the customFetcher, whenever I scroll up or down, the card becomes grey for a moment like it's reloading with every scroll. Ever come across something like that?

Dhaiwat10 commented 2 years ago

Nope. Never experienced that. I think that's an issue with your frontend code rather than the proxy

thienbao12a2 commented 2 years ago

So I managed to make it work. But if I use the customFetcher, whenever I scroll up or down, the card becomes grey for a moment like it's reloading with every scroll. Ever come across something like that?

I am having issue setting it up. How did you manage to deploy it?

Pnlvfx commented 2 years ago

What is the SERVER_URL variable? is the url where I lunch that script or my express server or what else? Sorry i didn't understand