ProxiTok icon indicating copy to clipboard operation
ProxiTok copied to clipboard

Wrong rss item urls

Open pabloscloud opened this issue 2 years ago • 5 comments

It’s only the username instead of the whole url.

pabloscloud avatar May 18 '22 10:05 pabloscloud

Hi, maybe this was related to #56? Can you check if it is now working?

pablouser1 avatar Jun 28 '22 18:06 pablouser1

This is a separate issue - some rss readers require for the entire urls to be present - so instead of "/video" all urls in the rss feed should feature the entire address (with the instance url) - "example.com/video"

konopielko avatar Jun 30 '22 09:06 konopielko

This is a separate issue - some rss readers require for the entire urls to be present

That is controlled by the APP_URL env variable

Maybe this has something to do with the Docker deployment method. Right now Docker sets the default url to '/' which does work for HTML, but doesn't for those rss readers.

A workaround for this can be setting a custom env variable before using docker-compose, like:

APP_URL='https://example.com' docker-compose up

If the instance is using the manual deploy method, it should set that env variable on the .env file

pablouser1 avatar Jul 03 '22 16:07 pablouser1

Sounds like thats it - could you try that on the official instance? If that works than it would also be great to it add to the wiki

konopielko avatar Jul 03 '22 18:07 konopielko

could you try that on the official instance

The official instance already has the correct APP_URL env, so it should work.

it would also be great to it add to the wiki

You're right, I'll add a warning for Docker users on the wiki

pablouser1 avatar Jul 23 '22 16:07 pablouser1

This is not fixed. It’s still not working in the iOS reeder app.

pabloscloud avatar Sep 03 '22 04:09 pabloscloud

I think it is now fixed, now the whole url is shown instead of only the path.

@pabloscloud can you confirm it works now on your iOS app?

pablouser1 avatar Sep 03 '22 11:09 pablouser1

It doesn’t. I’m using Reeder on iOS and macOS and it doesn’t work in NetNewsWire either

pabloscloud avatar Sep 03 '22 15:09 pabloscloud

Same here, I also checked with News Explorer - and the feed on the official instance still provides only partial urls: src="/stream?url=… Instead of: src="https://proxitok.herokuapp.com/stream?url=…

konopielko avatar Sep 03 '22 15:09 konopielko

I've forgot to add the APP_URL env variable to the official instance... now it shows the whole url

pablouser1 avatar Sep 03 '22 15:09 pablouser1

It works! Thank you ☺️

konopielko avatar Sep 03 '22 15:09 konopielko

Yes, works now

pabloscloud avatar Sep 03 '22 15:09 pabloscloud