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
Hello, so i have the contract deployed and verified on sepolia, when running yarn dev-server the server starts up but will not connect to the browser, it just wont load. I tried: http://localhost:8080/ and http://[::1]:8080/ on Chrome and on Safari, it just wont open. Any idea what the problem could be, my other hardhat projects run without a problem on the frontend.
$ yarn dev-server
yarn run v1.22.19
$ encore dev-server
Running webpack-dev-server ...
<i> [webpack-dev-server] Project is running at:
<i> [webpack-dev-server] Loopback: http://localhost:8080/, http://[::1]:8080/
<i> [webpack-dev-server] Content not from webpack is served from '/workspaces/Intent-NFT/nft-erc721-collection/minting-dapp/public' directory
<i> [webpack-dev-server] 404s will fallback to '/index.html'
DONE Compiled successfully in 13839ms 11:01:24 PM
Entrypoint main [big] 7.95 MiB = main.css 70.1 KiB main.js 7.88 MiB
Entrypoint _tmp_copy (127 KiB) = 3 auxiliary assets
webpack compiled successfully
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello, so i have the contract deployed and verified on sepolia, when running yarn dev-server the server starts up but will not connect to the browser, it just wont load. I tried:
http://localhost:8080/
andhttp://[::1]:8080/
on Chrome and on Safari, it just wont open. Any idea what the problem could be, my other hardhat projects run without a problem on the frontend.Beta Was this translation helpful? Give feedback.
All reactions