Skip to content

@W-21516099 webapp path lengths#869

Open
iowillhoit wants to merge 1 commit intomainfrom
ew/react-path-lengths
Open

@W-21516099 webapp path lengths#869
iowillhoit wants to merge 1 commit intomainfrom
ew/react-path-lengths

Conversation

@iowillhoit
Copy link
Contributor

What does this PR do?

Bumps templates library to bring in webapp templates with path replacement logic to avoid windows path length issues

Example failure https://github.com/salesforcecli/cli/actions/runs/22836730058/job/66234524021?pr=2628#step:6:12
output legend:

Windows Path Length Test:
  - max windows path length: 259
  ---- Upper Limit ----
  - sf max username length: 64
  - sf max base path length: 132
  - sf max allowable path length: 127
  ---- Supported Limit ----
  - sf supported username length: 34
  - sf supported base path length: 102
  - sf supported allowable path length: 157

So with a 34 char username length injected into a sf cli specific base path length, it is 102 chars long. So 259-102=157

What issues does this PR fix or reference?

@W-21516099@

@iowillhoit iowillhoit changed the title fix: webapp path lengths @W-21516099 webapp path lengths Mar 10, 2026
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.

2 participants