Does Phoenix release ignore prod.exs in favor of runtime.exs?

I’m deploying a Phoenix app on Debian, and I noticed that release seems to ignore some of prod.exs configs.
I set check_origin in prod.exs but not in runtime.exs and Phoenix didn’t pick it up until I put it there.
Is this expected behavior or a bug?

This should not happen. You might have some misconfiguration. Could you please share your config files?

1 Like

Upon checking again, it was misconfiguration.
I just realized that I had a typo in config for website Endpoint :sweat_smile:

1 Like