Skip to content

Unable to read default env variables #308

@radvil

Description

@radvil
[rest.nvim] WARN: The variable 'BASE_URL_V3' was not found in the document or in the environment. Returning the string as received ...

Here is my ENV config located in the same directory as the *.http file that ran this command

BASE_URL_V3=https://api.themoviedb.org/3
READ_ACCESS_TOKEN=my-access-token-xxx

And following is the request

GET {{BASE_URL_V3}}/movie/popular?language=en-US&page=1
Content-Type: application/json
Authorization: Bearer {{READ_ACCESS_TOKEN}}

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingv2rest.nvim v2 issues

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions