Skip to content

v2.0.4

Compare
Choose a tag to compare
@becem-gharbi becem-gharbi released this 13 Sep 16:19
· 152 commits to main since this release

compare changes

About

The reason behind failed localhost server-side fetch calls is related to NodeJS dns resolving which is by default ipv6. This fails with localhost thus previously 127.0.0.1 is the default. Now to use localhost, You can add NODE_OPTIONS=--dns-result-order=ipv4first env to switch to ipv4.

💅 Refactors

  • Replace 127.0.0.1 default with localhost (882eec4)

📖 Documentation

  • Add localhost note in Auth section (623cb5c)
  • Update localhost note in Auth section (abd57a8)

❤️ Contributors