Giter VIP home page Giter VIP logo

Comments (27)

wiziple avatar wiziple commented on May 20, 2024 5

A workaround fix published on [email protected]
This is a temporary fix until the gatsby team resolves the matchPath issue.

from gatsby-plugin-intl.

wiziple avatar wiziple commented on May 20, 2024 3

gatsbyjs/gatsby#15101

Hello, I submitted this issue with more explanation, so the let's wait 👍

from gatsby-plugin-intl.

wiziple avatar wiziple commented on May 20, 2024 2

Yeah I thought I made some mistakes since I released a new version yesterday.
So I spent quite time debugging the plugin itself and I had to bump the version 3 times.🤣

This issue can be temporarily fixed by installing specific gatsby version under 2.9.0.
npm install [email protected] --save

I will continue to figure out what causes the issue and update here.

from gatsby-plugin-intl.

rchrdnsh avatar rchrdnsh commented on May 20, 2024 2

This one:

gatsbyjs/gatsby#15010

from gatsby-plugin-intl.

rchrdnsh avatar rchrdnsh commented on May 20, 2024 2

Hi @sidharthachatterjee! 😁

Thank you and your team for all your hard work on this issue...

buuuuuut...

it's still not quite working for me...

I ran gatsby info:

System:
    OS: macOS 10.14.5
    CPU: (12) x64 Intel(R) Core(TM) i9-8950HK CPU @ 2.90GHz
    Shell: 3.2.57 - /bin/bash
  Binaries:
    Node: 10.12.0 - /usr/local/bin/node
    Yarn: 1.10.1 - /usr/local/bin/yarn
    npm: 6.9.0 - /usr/local/bin/npm
  Languages:
    Python: 2.7.10 - /usr/bin/python
  Browsers:
    Chrome: 75.0.3770.100
    Firefox: 67.0
    Safari: 12.1.1
  npmPackages:
    gatsby: ^2.10.4 => 2.10.4
    gatsby-cli: ^2.7.2 => 2.7.2
    gatsby-image: ^2.2.3 => 2.2.3
    gatsby-mdx: ^0.6.3 => 0.6.3
    gatsby-plugin-intl: ^0.2.4 => 0.2.4
    gatsby-plugin-layout: ^1.1.0 => 1.1.0
    gatsby-plugin-manifest: ^2.2.0 => 2.2.0
    gatsby-plugin-netlify: ^2.1.0 => 2.1.0
    gatsby-plugin-offline: ^2.2.0 => 2.2.0
    gatsby-plugin-react-helmet: ^3.1.0 => 3.1.0
    gatsby-plugin-sharp: ^2.2.1 => 2.2.1
    gatsby-plugin-styled-components: ^3.1.0 => 3.1.0
    gatsby-plugin-twitter: ^2.1.0 => 2.1.0
    gatsby-plugin-web-font-loader: ^1.0.4 => 1.0.4
    gatsby-source-filesystem: ^2.1.0 => 2.1.0
    gatsby-source-instagram: ^0.5.0 => 0.5.0
    gatsby-transformer-remark: ^2.5.0 => 2.5.0
    gatsby-transformer-sharp: ^2.2.0 => 2.2.0
    gatsby-transformer-yaml: ^2.2.0 => 2.2.0
  npmGlobalPackages:
    gatsby-cli: 2.7.0

...and deleted the cache, package-lock and npm modules, then re-installed all of them again, then ran the site, and the problem of the router not working for me is still persisting.

If you have a moment, maybe you can take a look at the repo and see if you can spot anything that I might still be doing wrong?

https://github.com/arrowgtp/alma

Also, here is the URL of the latest build pushed to Netlify:

www.alma.vacations

from gatsby-plugin-intl.

visualcookie avatar visualcookie commented on May 20, 2024 1

@rchrdnsh I just used the example project inside the plugin repo for now and it works like a charm. Still don't know what's causing the issue.

from gatsby-plugin-intl.

sidharthachatterjee avatar sidharthachatterjee commented on May 20, 2024 1

Fixed and published in [email protected]

Sorry for the trouble!

from gatsby-plugin-intl.

giacomoalonzi avatar giacomoalonzi commented on May 20, 2024 1

I incurred in the same issue, you can see the problem here

"gatsby": "^2.19.49",
"gatsby-plugin-intl": "^0.3.3",

any hint?

from gatsby-plugin-intl.

soft4net avatar soft4net commented on May 20, 2024

Hello, I experience the same problem after updating to gatsby 2.9.0. I'm using gatsby-plugin-intl version 0.2.4.

from gatsby-plugin-intl.

visualcookie avatar visualcookie commented on May 20, 2024

Hello, I experience the same problem after updating to gatsby 2.9.0. I'm using gatsby-plugin-intl version 0.2.4.

Ah, thanks for the headsup. Could also be Gatsby in this case.

UPDATE: Tried to downgrade Gatsby and still running into the same issue.

from gatsby-plugin-intl.

soft4net avatar soft4net commented on May 20, 2024

I also downgraded to gatsby 2.8.8, before run develop or build I executed:
$ gatsby clean

And for me routing start working again.
I will try with gatsby 2.9.1 which was released.

UPDATE: 2.9.1 has the same problem.

from gatsby-plugin-intl.

visualcookie avatar visualcookie commented on May 20, 2024

I used the example now and it works again. I don't know what I did wrong tbh, since I basically used the same setup. The only thing I see is, that the Gatsby version the example is using is 2.8.4 and I had 2.8.6 installed.

from gatsby-plugin-intl.

rock345 avatar rock345 commented on May 20, 2024

We are also seeing this issue. We downgraded the plugin to get past it.

from gatsby-plugin-intl.

rock345 avatar rock345 commented on May 20, 2024

Thanks for the workaround!

from gatsby-plugin-intl.

rchrdnsh avatar rchrdnsh commented on May 20, 2024

having the same issue on gatsby 2.8.2.

from gatsby-plugin-intl.

rchrdnsh avatar rchrdnsh commented on May 20, 2024

also having the same problem with 2.8.6.

from gatsby-plugin-intl.

rchrdnsh avatar rchrdnsh commented on May 20, 2024

also having the same issue with 2.8.6 of gatsby and 0.2.4 of this plugin

from gatsby-plugin-intl.

rchrdnsh avatar rchrdnsh commented on May 20, 2024

I can't seem to find any combination of versions of anything that end up working. I'm completely dead in the water in this current project now...

from gatsby-plugin-intl.

rchrdnsh avatar rchrdnsh commented on May 20, 2024

the example project works for me too, but not the project i'm actually working on...no idea why, either :-(

from gatsby-plugin-intl.

rchrdnsh avatar rchrdnsh commented on May 20, 2024

ok, yay! I had to:

npm install [email protected] --save

3 different times before it would work, but now the app is working again!

sooooooo strange...

from gatsby-plugin-intl.

rchrdnsh avatar rchrdnsh commented on May 20, 2024

sigh...

back to my original issue, which is that the site now works again on my local machine, but the routes are broken when I push and deploy on Netlify...

www.alma.vacations

from gatsby-plugin-intl.

gvocale avatar gvocale commented on May 20, 2024

Same here. Issue with gatsby 2.9.2. Downgrading gatsby to 2.8~ fixes it. I'll follow up this thread for updates.

from gatsby-plugin-intl.

anicolaides avatar anicolaides commented on May 20, 2024

Heads up, same occurs when upgrading from "browser-lang": "0.0.1" to "browser-lang": "0.1.0".

Update: False alarm.

from gatsby-plugin-intl.

wiziple avatar wiziple commented on May 20, 2024

This is caused by 2.9.0 changes.
gatsbyjs/gatsby#14742

from gatsby-plugin-intl.

jmyatt avatar jmyatt commented on May 20, 2024

we pinned gatsby and the plugin as follows 9 days ago which worked fine and now hitting the same issue without having changed this:

"gatsby": "2.8.6",
"gatsby-plugin-intl": "0.1.7",

from gatsby-plugin-intl.

lewislbr avatar lewislbr commented on May 20, 2024

any news in this front? thanks

from gatsby-plugin-intl.

rchrdnsh avatar rchrdnsh commented on May 20, 2024

the gatsby team is almost done with a fix, they are just working through some tests, I think.

from gatsby-plugin-intl.

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.