mirror of
https://github.com/ramsayleung/rspotify.git
synced 2026-04-27 00:15:56 +03:00
[PR #540] [MERGED] feat: handle port not set and reverse proxy #523
Labels
No labels
Stale
bug
discussion
enhancement
good first issue
good first issue
help wanted
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/rspotify#523
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/ramsayleung/rspotify/pull/540
Author: @ilteoood
Created: 10/21/2025
Status: ✅ Merged
Merged: 10/22/2025
Merged by: @ramsayleung
Base:
master← Head:master📝 Commits (3)
0ce9da0feat: use default portd500a28fix: ip address7f9ae3cfix: code review📊 Changes
1 file changed (+55 additions, -32 deletions)
View changed files
📝
src/clients/oauth.rs(+55 -32)📄 Description
Description
With this PR I would like to handle a couple of scenarios:
Motivation and Context
When the app is containerized + behind a reverse proxy, using the reverse proxy url makes the server to fail to start.
Dependencies
List any dependencies that are required for this change.
Type of change
Please delete options that are not relevant.
How has this been tested?
Changing the test scenario for the
get_socket_addressfunction.Is this change properly documented?
Please make sure you've properly documented the changes you're making.
Don't forget to add an entry to the CHANGELOG if necessary (new features, breaking changes, relevant internal improvements).
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.