Open nickj-git opened 10 months ago
Easiest way would be for me to drop ssl and just propose a direct connection without nginx. Alas this is also the reason why ingress can't be supported... I'll look at it thanks
Without SSL when i try refresh on user panel i still got redirect to http://localhost:9000/user/profile/
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Currently this issue still occurs.
Can confirm, I see the same issue. So far I've given up trying to figure out why it redirects me when I try to open the meal planner using a direct link. Direct links to other areas (like a recipe) works fine.
Without SSL when i try refresh on user panel i still got redirect to http://localhost:9000/user/profile/
As per the bug report it was done using http. I've not tested https so not sure if there's any difference there, but yeah without ssl it definitely happens
As per the bug report it was done using http. I've not tested https so not sure if there's any difference there, but yeah without ssl it definitely happens
I use https, and also get redirected same as you.
I'm also having this problem. I first noticed this with the invite link, which is generated/emailed in this format: https://mealie.mydomain.com/register?token={token}
When I go to that link, it immediately refreshes as:
http://localhost:9000/register/?token={token}
Note that it changes my domain to “localhost:9000” AND it adds a slash between “register” and the question mark. If I change the domain back (but leave the added slash), then it works:
https://mealie.mydomain.com/register/?token={token}
Likewise, when I navigate to Mealy locally (http://10.0.1.10:9091/ -- fyi, I use 9091 because another service uses 9090), the generated invitation link looks like http://10.0.1.10:9091/register?token={token} which then redirects to http://localhost:9000/register/?token={token}. And similarly to using the external link, if I adjust the registration link to include that extra slash (i.e. http://10.0.1.10:9091/register/?token={token} ), then the registration page loads and I can register a new user.
I also have this issue when trying to go to settings. For example if I go to https://mealie.xxxxxxxx.com/user/profile and then click settings, it redirects to http://localhost:9000/user/profile/
I do access my site through an nginx reverse proxy, and if I go through http://x.x.x.x:9090/ everything works fine, except it yells at me for not using SSL.
Description
Using the Mealie add-on on Home Assistant Yellow, within Mealie the meal plan opens fine, however when opening a new browser tab to http://x.x.x.x:9090/group/mealplan/planner/view the browser redirects to http://127.0.0.1:9000/group/mealplan/planner/view/
Reproduction steps
Addon Logs
Architecture
No response
OS
HAos