[GH-ISSUE #5] Signing out falling back on localhost:port #3

Closed
opened 2026-03-02 11:45:25 +03:00 by kerem · 2 comments
Owner

Originally created by @mwckr on GitHub (Mar 26, 2024).
Original GitHub issue: https://github.com/karakeep-app/karakeep/issues/5

Hi,

I've got Hoarder up and running on my virtual machine running docker. I only access it through IP:PORT.
When signing out, it tries to go back on LOCALHOST:PORT, which won't work.

I've tried adding the API_URL value in the docker-compose.yml file, but no luck.

Other than that: very interesting app, looking forward to using it and seeing it devlop!

Thanks!

Originally created by @mwckr on GitHub (Mar 26, 2024). Original GitHub issue: https://github.com/karakeep-app/karakeep/issues/5 Hi, I've got Hoarder up and running on my virtual machine running docker. I only access it through IP:PORT. When signing out, it tries to go back on LOCALHOST:PORT, which won't work. I've tried adding the API_URL value in the docker-compose.yml file, but no luck. Other than that: very interesting app, looking forward to using it and seeing it devlop! Thanks!
kerem 2026-03-02 11:45:25 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@MohamedBassem commented on GitHub (Mar 26, 2024):

Hi, thanks for the bug report. This is indeed a bug.

In the meanwhile, setting the environment variable: ‘NEXTAUTH_URL’ to the address of your server should fix it.

I’ll send a fix to not require this environment soon.

<!-- gh-comment-id:2021444730 --> @MohamedBassem commented on GitHub (Mar 26, 2024): Hi, thanks for the bug report. This is indeed a bug. In the meanwhile, setting the environment variable: ‘NEXTAUTH_URL’ to the address of your server should fix it. I’ll send a fix to not require this environment soon.
Author
Owner

@mwckr commented on GitHub (Mar 26, 2024):

Thanks for the quick reply, the acknowledgement of the bug and the workaround. Works so far, even with a reverse proxy. Thanks!

<!-- gh-comment-id:2021453389 --> @mwckr commented on GitHub (Mar 26, 2024): Thanks for the quick reply, the acknowledgement of the bug and the workaround. Works so far, even with a reverse proxy. Thanks!
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/karakeep#3
No description provided.