Athou / commafeed

Google Reader inspired self-hosted personal RSS reader.
https://www.commafeed.com
Apache License 2.0
2.82k stars 377 forks source link

Logout button don't redirect to root site #1152

Closed molejado closed 1 year ago

molejado commented 1 year ago

Describe the bug When click "logout" button, it redirect to "http://localhost:8082/"

Expected behavior It should redirect to "https://mysite.my/#/welcome"

Environment (please complete the following information):

Additional context I use nginx proxy manager with cloudflare cert. Installed commafeed by stack with environment:

Athou commented 1 year ago

publicUrl is probably not set properly. Can you try with the CF_APP_PUBLICURL env variable?

molejado commented 1 year ago

publicUrl is probably not set properly. Can you try with the CF_APP_PUBLICURL env variable?

Yes it worked for me. Thank you for help and for a great project !!