Closed prohtmlcoder closed 9 months ago
Hi @prohtmlcoder, we use github only for bugs and feature requests. In the future, please fill support questions like this at community forums at https://discuss.ipfs.tech/c/help/13
To get you started:
API.HTTPHeaders
. For example, to grant http://website-to-safelist
access you add:
{
"API": {
"HTTPHeaders": {
"Access-Control-Allow-Headers": [
"Authorization"
],
"Access-Control-Allow-Methods": [
"PUT",
"POST"
],
"Access-Control-Allow-Origin": [
"http://website-to-safelist",
],
},
Hi There, newbie here, trying to learn Web3 Stack.
Problem:
I am using the node version of this package.
IPFS Version:ipfs version 0.20.0
I am starting the node in the offline mode using:
ipfs daemon -- offline
I am getting the following errors:
What am I doing wrong, how can I improve. Please help, I am stuck on this for a very long time
Here is my config file: con.json
Thank you in advance.