Skip to content

Commit

Permalink
FIx privacy center paths (#4928)
Browse files Browse the repository at this point in the history
Co-authored-by: Lucano Vera <[email protected]>
  • Loading branch information
lucanovera and Lucano Vera authored May 28, 2024
1 parent a000f2b commit e5b8ad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/privacy-center/app/server-environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ export const loadPrivacyCenterEnvironment = async ({
if (settings.CUSTOM_PROPERTIES && customPropertyPath) {
const result = await getPropertyFromUrl({
customPropertyPath,
fidesApiUrl: settings.FIDES_API_URL,
fidesApiUrl: settings.SERVER_SIDE_FIDES_API_URL || settings.FIDES_API_URL,
});
if (result) {
property = result;
Expand Down

0 comments on commit e5b8ad8

Please sign in to comment.