Code Monkey home page Code Monkey logo

Comments (7)

hartwm avatar hartwm commented on June 15, 2024 4

redirect: [{ from: '^(\\/[^\\?]*[^\\/])(\\?.*)?$', to: '$1/$2', }]

best solution

from redirect-module.

rchl avatar rchl commented on June 15, 2024

The from regex looks OK to me assuming that URL passed to it doesn't contain protocol (I think that's correct assumption looking at this module's code).

Are you sure the to function is not triggered?

from redirect-module.

Jesus82 avatar Jesus82 commented on June 15, 2024

I'm trying it in local and it's not redirecting at all, while the previous version (see this closed issue did work properly (when there were no params in the URL).

from redirect-module.

rchl avatar rchl commented on June 15, 2024

That regexp uses negative lookbehind feature which is supported from Node 9. Maybe that was the problem? Otherwise it should be correct. Tested here - https://regex101.com/r/5WbpEU/1 (with some escaping removed as input is a regexp object, not a string on that site.

from redirect-module.

ricardogobbosouza avatar ricardogobbosouza commented on June 15, 2024

@manniL I think you can close this, it's a question about how to do regexp

from redirect-module.

askdesigners avatar askdesigners commented on June 15, 2024

The crap thing about redirect: [] is that is assumes a server in the loop. The thing that drew us to Nuxt was static rendering the site and hosting it in S3. I still have no idea if there's a clean and resilient way to manage redirects on the client side when there's no server...

from redirect-module.

rchl avatar rchl commented on June 15, 2024

Create a middleware and put your logic there (based on context.route).

(You might hit some issue with middleware not being called on initial navigation though...)

from redirect-module.

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.