Yaak Logo
Yaak
Feedback/OpenApi import does not add BASE_URL to URLs

OpenApi import does not add BASE_URL to URLs

Tia Heinrich·Aug 19, 2026 06:45:38 UTC·YK-1070
ReleasedBugImprovement

I am trying to import an OpenApi v3.0.4 document. The requests are all just “/api/…” instead of something like “{{BASE_URL}}/api/…”. This way I will manually have to edit all the URLs.

For context, the document is created by an asp.net core application with Swashbuckle.AspNetCore 10.2.3.

Windows2026.7.0-beta.5

Comments (3)

Sign in to leave a comment.

Yaak BotReleasedFeatured

This shipped in 2026.7.0 🎉

Yaak BotReleased to Beta

This is now available in 2026.7.0-beta.6!

Yaak Bot

This is fixed in 2026.7.0-beta.6. Importing a document with no servers entry (the Swashbuckle default) now creates a baseUrl variable in a “Default” environment, and every request URL is imported as ${[baseUrl]}/api/..., so the host only needs to be set once.

Type to search feedback...