Skip to content

Commit

Permalink
Bugfix: Missing UI_SERVE_BASE_URL lead to incorrect asset urls (#11628
Browse files Browse the repository at this point in the history
)
  • Loading branch information
znicholasbrown authored Jan 11, 2024
1 parent cd74a03 commit e585e98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/prefect/server/api/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ def create_ui_static_subpath():
replace_placeholder_string_in_files(
prefect.__ui_static_subpath__,
"/PREFECT_UI_SERVE_BASE_REPLACE_PLACEHOLDER",
base_url,
base_url.rstrip("/"),
)

# Create a file to indicate that the static files have been copied
Expand Down

0 comments on commit e585e98

Please sign in to comment.