You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Per testing, I found a discrepancy when using localhost vs 127.0.0.1 where I'm not able to access a CID in the browser via the local IPFS node http gateway.
After some research, it seems like typical approach is to use localhost.
Resources:
This mentions localhost as the best practice though it lists 127.0.0.1. Confusing for the reader as it doesn't explicitly say localhost
Article that provides some details on the difference. Note that localhost typically resolves to the ip address 127.0.0.1 as to refer to the machine itself.
Per testing, I found a discrepancy when using
localhost
vs127.0.0.1
where I'm not able to access a CID in the browser via the local IPFS node http gateway.After some research, it seems like typical approach is to use
localhost
.Resources:
localhost
as the best practice though it lists127.0.0.1
. Confusing for the reader as it doesn't explicitly saylocalhost
localhost
typically resolves to the ip address127.0.0.1
as to refer to the machine itself.localhost
.The text was updated successfully, but these errors were encountered: