-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[REF-2956] New Auto Port Select Feature is Overriding Config #3385
Labels
Milestone
Comments
It fails most often after a hot reload. |
masenf
changed the title
New Auto Port Select Feature is Overriding Config
[REF-2956] New Auto Port Select Feature is Overriding Config
May 26, 2024
Thanks for reporting, we'll look into it. Is your ideal behavior prompting the user whether to kill or change port? Or if the backend_port is provided in the config and not available, should reflex fail to start? |
Yes
…On Sun, May 26, 2024, 5:42 PM Masen Furer ***@***.***> wrote:
Thanks for reporting, we'll look into it.
Is your ideal behavior prompting the user whether to kill or change port?
Or if the backend_port is provided in the config and not available, should
reflex fail to start?
—
Reply to this email directly, view it on GitHub
<#3385 (comment)>,
or unsubscribe
</~https://github.com/notifications/unsubscribe-auth/AJBHVQTTBROT3NXRZZQMZYLZEJJNRAVCNFSM6AAAAABIJ4TEJ2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMZSGQYDIOBSGY>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
I guess that was kind of an xor question... if the port is defined, is your preference that reflex a) prompts xor b) fails? |
Either is fine with me as long as the other is notified
…On Sun, May 26, 2024, 6:06 PM Masen Furer ***@***.***> wrote:
I guess that was kind of an xor question... if the port is defined, is
your preference that reflex *a) prompts* xor *b) fails*?
—
Reply to this email directly, view it on GitHub
<#3385 (comment)>,
or unsubscribe
</~https://github.com/notifications/unsubscribe-auth/AJBHVQUAK6VMZAAVZUSKSB3ZEJMEXAVCNFSM6AAAAABIJ4TEJ2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMZSGQYTAMZSGQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
masenf
added
Reflex > Open source core OSS
Created by Linear-GitHub Sync
bug
Something isn't working
and removed
bug
Something isn't working
labels
Sep 3, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Describe the bug
The new auto port select feature is overriding the config. When a backend port is in config the app gets confused and loses connectivity.
To Reproduce
Steps to reproduce the behavior:
`config = ReflexappConfig(
frontend_port=3001,
backend_port=2000,
app_name="app",
api_url="http://localhost:2000",
)`
Expected behavior
If ports are in the config fall back to old method of asking the user what to do
Screenshots
If applicable, add screenshots to help explain your problem.
Specifics (please complete the following information):
Additional context
Add any other context about the problem here.
REF-2956
The text was updated successfully, but these errors were encountered: