Commit 69d1169
committed
Fix wallet URL configuration to require explicit environment variable
- Remove auto-detection fallback that was causing incorrect URL usage
- Always require REACT_APP_WALLET_BASE_URL to be explicitly set
- Prevent panel from incorrectly trying localhost:9002/wallet instead of localhost:9003
- Add clear error message when wallet URL environment variable is missing1 parent cd802c6 commit 69d1169
1 file changed
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
23 | 27 | | |
24 | 28 | | |
25 | 29 | | |
| |||
0 commit comments