Coder Social home page Coder Social logo

Comments (7)

Y0moo avatar Y0moo commented on May 14, 2024 4

Hi @CryptoLover705

You can fix: Line 11:6: React Hook useEffect has a missing dependency: 'Moralis'. Either include it or remove the dependency array react-hooks/exhaustive-deps

or enable ignoring warnings in your netlify https://stackoverflow.com/questions/62415804/how-to-prevent-netlify-from-treating-warnings-as-errors-because-process-env-ci

from ethereum-boilerplate.

CryptoLover705 avatar CryptoLover705 commented on May 14, 2024

Oh brilliant, will try this out very soon and get back to you, if all ok I will close this issue

from ethereum-boilerplate.

CryptoLover705 avatar CryptoLover705 commented on May 14, 2024

@Y0moo Thank you for your response, that worked perfectly, thank you again

from ethereum-boilerplate.

CryptoLover705 avatar CryptoLover705 commented on May 14, 2024

Hey slight problem with this, It now makes the page stay white
https://prnt.sc/20zb2c4

from ethereum-boilerplate.

Y0moo avatar Y0moo commented on May 14, 2024

Please share the error message from console

from ethereum-boilerplate.

CryptoLover705 avatar CryptoLover705 commented on May 14, 2024

@Y0moo here is the log

6:49:43 PM: Build ready to start
6:49:45 PM: build-image version: 8925038cf853b22d6397cdcb9904ac88b66bb383 (focal)
6:49:45 PM: build-image tag: v4.5.0
6:49:45 PM: buildbot version: f344a535fc9e872014eaaa404a4e12d2d8b86d78
6:49:45 PM: Fetching cached dependencies
6:49:45 PM: Starting to download cache of 203.0MB
6:49:46 PM: Finished downloading cache in 892.032095ms
6:49:46 PM: Starting to extract cache
6:49:55 PM: Finished extracting cache in 9.343611387s
6:49:55 PM: Finished fetching cache in 10.277868631s
6:49:55 PM: Starting to prepare the repo for build
6:49:56 PM: Preparing Git Reference pull/6/head
6:49:57 PM: Parsing package.json dependencies
6:49:58 PM: Starting build script
6:49:58 PM: Installing dependencies
6:49:58 PM: Python version set to 2.7
6:49:59 PM: Started restoring cached node version
6:50:01 PM: Finished restoring cached node version
6:50:01 PM: v16.13.1 is already installed.
6:50:02 PM: Now using node v16.13.1 (npm v8.1.2)
6:50:02 PM: Started restoring cached build plugins
6:50:02 PM: Finished restoring cached build plugins
6:50:02 PM: Attempting ruby version 2.7.2, read from environment
6:50:03 PM: Using ruby version 2.7.2
6:50:04 PM: Using PHP version 8.0
6:50:04 PM: Started restoring cached node modules
6:50:04 PM: Finished restoring cached node modules
6:50:04 PM: Started restoring cached go cache
6:50:04 PM: Finished restoring cached go cache
6:50:04 PM: go version go1.16.5 linux/amd64
6:50:04 PM: go version go1.16.5 linux/amd64
6:50:04 PM: Installing missing commands
6:50:04 PM: Verify run directory
6:50:06 PM: ​
6:50:06 PM: ────────────────────────────────────────────────────────────────
6:50:06 PM:   Netlify Build                                                 
6:50:06 PM: ────────────────────────────────────────────────────────────────
6:50:06 PM: ​
6:50:06 PM: ❯ Version
6:50:06 PM:   @netlify/build 20.0.4
6:50:06 PM: ​
6:50:06 PM: ❯ Flags
6:50:06 PM:   baseRelDir: true
6:50:06 PM:   buildId: 61abb84704624e000733ec65
6:50:06 PM:   deployId: 61abb84704624e000733ec67
6:50:06 PM: ​
6:50:06 PM: ❯ Current directory
6:50:06 PM:   /opt/build/repo
6:50:06 PM: ​
6:50:06 PM: ❯ Config file
6:50:06 PM:   No config file was defined: using default values.
6:50:06 PM: ​
6:50:06 PM: ❯ Context
6:50:06 PM:   deploy-preview
6:50:06 PM: ​
6:50:06 PM: ────────────────────────────────────────────────────────────────
6:50:06 PM:   1. Build command from Netlify app                             
6:50:06 PM: ────────────────────────────────────────────────────────────────
6:50:06 PM: ​
6:50:06 PM: $ CI= yarn build
6:50:06 PM: yarn run v1.22.17
6:50:07 PM: warning package.json: No license field
6:50:07 PM: $ react-scripts build
6:50:10 PM: Creating an optimized production build...
6:51:49 PM: Compiled with warnings.
6:51:49 PM: 
6:51:49 PM: src/components/QuickStart.jsx
6:51:49 PM:   Line 28:9:  'isInchDex' is assigned a value but never used  no-unused-vars
6:51:49 PM: Search for the keywords to learn more about each warning.
6:51:49 PM: To ignore, add // eslint-disable-next-line to the line before.
6:51:49 PM: File sizes after gzip:
6:51:49 PM:   1.12 MB (-246.74 KB)  build/static/js/2.b0904f31.chunk.js
6:51:49 PM:   63.64 KB (+535 B)     build/static/css/2.2b8316e7.chunk.css
6:51:49 PM:   13.59 KB (+247 B)     build/static/js/main.f72206a0.chunk.js
6:51:49 PM:   786 B (+6 B)          build/static/js/runtime-main.dcb22532.js
6:51:49 PM:   534 B                 build/static/css/main.ce65d123.chunk.css
6:51:49 PM: The bundle size is significantly larger than recommended.
6:51:49 PM: Consider reducing it with code splitting: https://goo.gl/9VhYWB
6:51:49 PM: You can also analyze the project dependencies: https://goo.gl/LeUzfb
6:51:49 PM: The project was built assuming it is hosted at /ethereum-boilerplate/.
6:51:49 PM: You can control this with the homepage field in your package.json.
6:51:49 PM: The build folder is ready to be deployed.
6:51:49 PM: Find out more about deployment here:
6:51:49 PM:   https://cra.link/deployment
6:51:50 PM: Done in 103.34s.
6:51:50 PM: ​
6:51:50 PM: (build.command completed in 1m 43.7s)
6:51:50 PM: ​
6:51:50 PM: ────────────────────────────────────────────────────────────────
6:51:50 PM:   2. Deploy site                                                
6:51:50 PM: ────────────────────────────────────────────────────────────────
6:51:50 PM: ​
6:51:50 PM: Starting to deploy site from 'build'
6:51:50 PM: Creating deploy tree 
6:51:50 PM: Creating deploy upload records
6:51:50 PM: 6 new files to upload
6:51:50 PM: 0 new functions to upload
6:51:50 PM: Site deploy was successfully initiated
6:51:50 PM: ​
6:51:50 PM: (Deploy site completed in 610ms)
6:51:50 PM: ​
6:51:50 PM: ────────────────────────────────────────────────────────────────
6:51:50 PM:   Netlify Build Complete                                        
6:51:50 PM: ────────────────────────────────────────────────────────────────
6:51:50 PM: ​
6:51:50 PM: (Netlify Build completed in 1m 44.5s)
6:51:51 PM: Starting post processing
6:51:51 PM: Post processing - HTML
6:51:51 PM: Post processing - header rules
6:51:51 PM: Post processing - redirect rules
6:51:51 PM: Post processing done
6:51:51 PM: Caching artifacts
6:51:51 PM: Started saving node modules
6:51:51 PM: Finished saving node modules
6:51:51 PM: Started saving build plugins
6:51:51 PM: Finished saving build plugins
6:51:51 PM: Started saving pip cache
6:51:51 PM: Finished saving pip cache
6:51:51 PM: Started saving emacs cask dependencies
6:51:51 PM: Site is live ✨
6:51:51 PM: Finished saving emacs cask dependencies
6:51:51 PM: Started saving maven dependencies
6:51:51 PM: Finished saving maven dependencies
6:51:51 PM: Started saving boot dependencies
6:51:51 PM: Finished saving boot dependencies
6:51:51 PM: Started saving rust rustup cache
6:51:51 PM: Finished saving rust rustup cache
6:51:51 PM: Started saving go dependencies
6:51:51 PM: Finished saving go dependencies
6:51:51 PM: Build script success
6:52:32 PM: Finished processing build request in 2m46.779407663s

It deploys but the page stays white

from ethereum-boilerplate.

CryptoLover705 avatar CryptoLover705 commented on May 14, 2024

Since last update the blank page error has now been fixed

from ethereum-boilerplate.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.