Development react server is forbidden to access Motoko backend contract deployed locally

Hey Guys I have deployed Motoko contracts and frontend locally

Frontend Link given in terminal works fine and communicates well with backend

But when development server is started for frontend first time without refreshing app it works but when you refresh it gives 403 forbidden access.

Here is the GitHub repo I have mentioned steps
github .com /rajathongal/ supply_chain_financing_marketplace

Resolved

I had changed the port number to 3000 in frontend

1 Like