Skip to content

Apply FORCE_SCRIPT_NAME to API domain in SITES config#222

Open
GitMehdi-sys wants to merge 1 commit intotaigaio:mainfrom
GitMehdi-sys:fix/api-subpath-configuration
Open

Apply FORCE_SCRIPT_NAME to API domain in SITES config#222
GitMehdi-sys wants to merge 1 commit intotaigaio:mainfrom
GitMehdi-sys:fix/api-subpath-configuration

Conversation

@GitMehdi-sys
Copy link

The TAIGA_SUBPATH environment variable was only being applied to the frontend domain but not the API domain, preventing proper deployment behind reverse proxies at non-root paths (e.g., /taiga).

This fix ensures both API and frontend use the same subpath configuration for consistent URL generation.

fix #217

The TAIGA_SUBPATH environment variable was only being applied to the
frontend domain but not the API domain, preventing proper deployment
behind reverse proxies at non-root paths (e.g., /taiga).

This fix ensures both API and frontend use the same subpath configuration
for consistent URL generation.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] taiga-back unable to change api route via ENV VAR

1 participant

Comments