Turbopack Fetch Using Relative Path URLs In Web Workers
Unanswered
Raymond posted this in #help-forum
RaymondOP
With webpack it was possible to use relative path URLs for fetch
With turbopack, it requires the full domain prepended to execute the fetch call.
Is there a flag in turbbopack to re-enable the prior behavior?
fetch("/api/...")With turbopack, it requires the full domain prepended to execute the fetch call.
Is there a flag in turbbopack to re-enable the prior behavior?