Commit 6602368
fix: rewrite {version}/assets/ requests to the sidecar's flat assets/ lane
Explorer requests v49+ scene bundles by their digest-bearing file name under
the CDN's shared {version}/assets/ prefix (unity-explorer#9442). abgen serves
those files through its flat /assets/{file} lane (bundle-index lookup) but has
no version-prefixed route, so the proxy strips the version segment on the way
through. Drop once abgen serves GET /{version}/assets/{file} natively.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent fccab14 commit 6602368
2 files changed
Lines changed: 23 additions & 1 deletion
File tree
- packages/@dcl/sdk-commands/src/commands/start/server
- test/sdk-commands/commands/start
Lines changed: 11 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
43 | 53 | | |
44 | 54 | | |
45 | 55 | | |
| |||
Lines changed: 12 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
71 | 83 | | |
72 | 84 | | |
73 | 85 | | |
| |||
0 commit comments