Closed divyeshdesanisos closed 2 years ago
https://github.com/shamil-t/ehr-blockchain/blob/ehr-2.0/src/environments/environment.ts
change the urls to
eg:
localIPFS: 'http://ipfs.infura.io/', localIPFSGet: 'http://ipfs.infura.io/'
or
install IPFS locally (https://dist.ipfs.tech/#go-ipfs)
Thank you for replying @shamil-t .
I tried and faced the same issue.
consider installing IPFS locally, since from the last commit i updated the code to use IPFS locally only.
https://dist.ipfs.tech/#go-ipfs
also don't forget to add (in IPFS Settings)
"Access-Control-Allow-Methods": [ "POST", "GET" ], "Access-Control-Allow-Origin": [ "*" ]
in HttpHeader
let me know if any issues.
Thank you @shamil-t - I tried the solution you provided and it worked!! Thank you so much for saving my day.
No Problem.
Hi,
I am still facing the below error even after installing IPFS locally. Can you please help?
Hi Akshitha,
Please modify your IPFS config: as below screen shots
still I'm facing this same problem
What is the problem, share any screenshots of the issue, along with the console.
I had changed Ipfs header but face this same issue .what can I do now ? To adding doctor.
On Tue, 7 Feb, 2023, 9:08 pm SHAMIL T, @.***> wrote:
What is the problem, share any screenshots of the issue, along with the console.
— Reply to this email directly, view it on GitHub https://github.com/shamil-t/ehr-blockchain/issues/15#issuecomment-1420981133, or unsubscribe https://github.com/notifications/unsubscribe-auth/AW3ZVHXAQFFOMR4CLFJUSD3WWJUAFANCNFSM6AAAAAARBDIDSY . You are receiving this because you commented.Message ID: @.***>
Share the screenshot of the console while adding the doctor. like this https://github.com/shamil-t/ehr-blockchain/issues/15#issuecomment-1273053801
Share the screenshot of the console while adding the doctor. like this #15 (comment)
use kubo [https://dist.ipfs.tech/#go-ipfs] instead of IPFS desktop
use kubo [https://dist.ipfs.tech/#go-ipfs] instead of IPFS desktop
If you can share that demo video pls..
still not working
@Dimplesingh442 make sure ipfs is running, and configured properly.
https://github.com/shamil-t/ehr-blockchain/issues/15#issuecomment-1333342345
restart after configuring.
I have tried everything but still it is giving errors
please help me
thank you now it is working
@Dimplesingh442 how did you make it work?
I am encountering similar problem even after configuring ipfs setting like you said. pls help
make sure you restarted IPFS after configuration. refer to this https://github.com/shamil-t/ehr-blockchain/issues/15#issuecomment-1446433017 , https://github.com/shamil-t/ehr-blockchain/issues/15#issuecomment-1333342345 for the correct configuration.
thank u very much, it works, you helped me a lot
same error however i have followed comment 15 instructions too but still same issue
can you please help
@Kanwalza have you restarted the IPFS after configuring
yes but still having same issue
@Kanwalza make sure you have correctly configured IPFS, like this https://github.com/shamil-t/ehr-blockchain/issues/15#issuecomment-1446433017
yes and also here is ipfs setting
please help
i tried everything
what about the Gateway HttpHeaders? https://github.com/shamil-t/ehr-blockchain/issues/15#issuecomment-1333342345
yes its also done see
now restart the IPFS and try. Make sure you are using ipfs-cli (Kubo) https://dist.ipfs.tech/#go-ipfs, not IPFS Desktop, if it previously installed delete .ipfs folder in C:/Users/[username]/.ipfs
i tried everything and still did not work
On Fri, Jun 16, 2023 at 5:16 AM SHAMIL T @.***> wrote:
now restart the IPFS and try. Make sure you are using ipfs-cli (Kubo) https://dist.ipfs.tech/#go-ipfs, not IPFS Desktop, if it previously installed delete .ipfs folder in C:/Users/[username]/.ipfs
— Reply to this email directly, view it on GitHub https://github.com/shamil-t/ehr-blockchain/issues/15#issuecomment-1593875100, or unsubscribe https://github.com/notifications/unsubscribe-auth/AUFHDV4SNNFTBVLS6F43C5LXLOQURANCNFSM6AAAAAARBDIDSY . You are receiving this because you were mentioned.Message ID: @.***>
Kanwal Zahoor
@shamil-t please help what can i do?
contact tshamil90@gmail.com
The ipfs configuration site isn't work
@EdenBrowny make sure the IPFS daemon is running.
Hi, Shamil I am facing this problem while running EHR project
I am using this IPFS As you mentioned in above comments!!!
@ramakantdhol make sure IPFS is configured properly. refer to https://github.com/shamil-t/ehr-blockchain/issues/15#issuecomment-1333342345 and restart after.
use IPFS CLI (kubo), not IPFS Desktop
use IPFS CLI (kubo), not IPFS Desktop
but i am using the same IPFS, which you recommended and this is the same in above comments
@ramakantdhol make sure IPFS is configured properly. refer to #15 (comment) and restart after.
ok trying
IPFS CLI (kubo
yes now it is running
[image: image.png] this service is not available ?
On Sun, Dec 3, 2023 at 11:58 PM SHAMIL T @.***> wrote:
use IPFS CLI (kubo), not IPFS Desktop
— Reply to this email directly, view it on GitHub https://github.com/shamil-t/ehr-blockchain/issues/15#issuecomment-1837560374, or unsubscribe https://github.com/notifications/unsubscribe-auth/BEN2MRLXKBPZOZMUXCJMQBLYHTADFAVCNFSM6AAAAAARBDIDS2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMZXGU3DAMZXGQ . You are receiving this because you were mentioned.Message ID: @.***>
IPFS CLI (kubo
yes now it is running
but patient adding service is not available
Hello there,
I have setup the whole project as described in the video. Things are working as expected. I am facing an error while adding a doctor to the network.
I know similar issue - https://github.com/shamil-t/ehr-blockchain/issues/10 is already closed. I did what is written in the same and I have the latest code. I did signed up to infura and I have project secret key and project key.
Thank you in advance.