You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The two silent-failure consumers, per NEXT.md's recommended first move.
Both derived every absolute URL from a required config.baseUrl and
hard-failed boot without it; now the origin comes from api.serverInfo()
(#601, merged JSS 0.0.218), resolved at REQUEST time (with port 0 the
port exists only once listening). config.baseUrl stays as an optional
override for reverse-proxy edge cases.
didweb's is the strongest before/after: a mismatched host silently minted
a valid-looking DID whose id didn't match its fetch URL (silent
corruption a resolver caches), not just a config chore. Tests now boot
WITHOUT config.baseUrl and assert the JRD/DID URLs still resolve to the
real origin — the retrofit proof. README findings marked RESOLVED (the
origin half; config.podsRoot data-root repetition remains). 5/5 + 6/6;
composition intact (only the known notifications inotify flake).
0 commit comments