Skip to content

v1.0.1.1 Fix Problem with .env

Latest
Compare
Choose a tag to compare
@ScheerleJo ScheerleJo released this 09 Jan 11:54
· 6 commits to main since this release
1a44e4a

What's Changed

Fix the problem with an Unauthorized Axios-Get Requests. The .env environment gets now loaded every time a request gets made instead of loading it once on startup.

This is needed, because dotenv is apparently not dynamic with changes in the .env file

  • Reload .env every time when requesting - Fix by @ScheerleJo in #6

Full Changelog: v1.0.1...v1.0.1.1