Giter Club home page Giter Club logo

Comments (7)

AbhishekCode avatar AbhishekCode commented on July 28, 2024

i think you have to do that manually

from react-gh-pages.

gitname avatar gitname commented on July 28, 2024

Hi @fotoflo,

Do you mean that, when you visit your app's URL after you deploy a new version of your app, your web browser still shows you the previous version of your app?

I have thought of two reasons for which that might be happening:

  1. The Service Worker (enabled by default in at least some versions of create-react-app) is serving the previous version of your app. I think you can work around this by reloading the page once. More information is available in this GitHub Issue in the create-react-app repo.
  2. The web server (i.e. GitHub Pages) is still serving the previous version of the app. You can work around this by waiting for some time (e.g. 30 seconds) and then visiting the page. More information is available in GitHub Issues #2 and #5 in this repo.

from react-gh-pages.

crisecheverria avatar crisecheverria commented on July 28, 2024

I follow your steps but, when the page load I think the webpack bundle process didn't run, the css is available but not my bundle.js components, here's my repo https://crisecheverria.github.io/peregrino/

from react-gh-pages.

AbhishekCode avatar AbhishekCode commented on July 28, 2024

@crisecheverria I think you are missing this https://github.com/facebook/create-react-app/blob/master/packages/react-scripts/template/README.md#building-for-relative-paths

from react-gh-pages.

crisecheverria avatar crisecheverria commented on July 28, 2024

Thanks @AbhishekCode four your reply,
Already have
"homepage": "https://crisecheverria.github.io/peregrino",
Still not working, also completely removed Links, Routes and more... just for test, and also didn't work

from react-gh-pages.

gitname avatar gitname commented on July 28, 2024

Hi @crisecheverria,

I visited the URL you provided and don't see anything indicative of an issue.

image

If you are still having an issue, I recommend you open a separate Issue on this repository (assuming you think the issue is related to this repository).

from react-gh-pages.

gitname avatar gitname commented on July 28, 2024

Closing because I have not heard back from @fotoflo in 3 weeks.

from react-gh-pages.

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.