-
Notifications
You must be signed in to change notification settings - Fork 312
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error running the minter #5
Comments
Same here (using node v16.13.2 on macos 10.15.7 Catalina) This is what
And this is what loading http://localhost:3000 returns: |
I have the same issue. how to fix it? |
In the end, I just tried the same thing the day after and it worked all well. |
The problem was related to the .env file. I tried to manually insert the Keys (Pinata, Alchemy) directly into the code and it works. |
After running the npm install and then npm start; im getting the following error: Error: Alchemy URL protocol must be one of http, https, ws, or wss. Recieved: undefined
How do I resolve?
The text was updated successfully, but these errors were encountered: