dotkernel / development

Set up development environment using Ansible+WSL2/Docker.
6 stars 1 forks source link

postman issue #21

Closed arhimede closed 11 months ago

arhimede commented 1 year ago

not working the localhost WSL

arhimede commented 1 year ago

127.0.0.1 localhost ::1 localhost

::1 the.zone
bidi47 commented 1 year ago

the solution seems to be to replace '127.0.0.1' with 'localhost' in the hosts file thanks, @MarioRadu

alexmerlin commented 1 year ago

There is no solution that works for all. For some, it works with 127.0.0.1, for others, it works with localhost. The real solution could be some Windows configuration - will look into this later when I have some time to dig.

alexmerlin commented 12 months ago

@arhimede @bidi47 @MarioRadu: please test if using this method you can access your copy of DotKernel API from both Postman and browser.

arhimede commented 11 months ago

@OnitaAndrei pelase test and confirm

OnitaAndrei commented 11 months ago

@alexmerlin I tested it and it works on both

alexmerlin commented 11 months ago

Before merging this, it should be further tested by the devs for whom it only worked on either postman/browser.

pinclau commented 11 months ago

@alexmerlin tested and its working on both Almalinux9 and Ubuntu