Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

URLs ENVs output as [object Object] when using serverless-offline #69

Closed
skinofstars opened this issue Aug 24, 2020 · 2 comments
Closed
Labels
awaiting response Contributors are awaiting a response. stale

Comments

@skinofstars
Copy link

When I set a URL in my .env.developement file and run using serverless-offline, I get the value as [object Object]

e.g.

ITEMS_TO_PARSE_QUEUE=https://sqs.eu-central-1.amazonaws.com/1234/items-to-parse

console.log(process.env.ITEMS_TO_PARSE_QUEUE); // returns [object Object]

@neverendingqs
Copy link
Owner

Sorry I am not familiar with serverless-offline. Could you post a Minimal, Reproducible Example?

You might be running into the same issue as #38 (comment) maybe?

@neverendingqs neverendingqs added mre requested awaiting response Contributors are awaiting a response. and removed mre requested labels Feb 6, 2021
@github-actions github-actions bot added the stale label Mar 27, 2021
@github-actions
Copy link
Contributor

Closed due to inactivity. Please reopen when you get a chance to respond.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting response Contributors are awaiting a response. stale
Projects
None yet
Development

No branches or pull requests

2 participants