Ian Jamieson
Ian Jamieson
Because it's not been updated in years and doesn't conform to the flexbox spec anymore.
I'm having the same issue. Is this repo still active? I fancied creating a nice react component that people could use to accept nano payments, but it's a bit useless...
I'm getting this issue as well. Works if i directly go in the browser, but calling the API from front-end causes an internal server error. Added the public permissions, but...
@aej11a Yeah, I've tried that, but that just gives a 404. I also tried ```[...locale]``` and ```[[...locale]]``` which works for direct pages. But sub folders will throw an ```Catch-all must...
@johnkahn yeah, adding my 404.tsx into the pages directory has middleware working now and can access everything in the request.
@guttenbergovitz I would maybe report that as a bug.
@siinghd You can see in my public repo above what I currently have.
@guttenbergovitz in my repo above it seems to work. My middleware isn't exactly feature complete and messy, but the redirect is working. Links need the locale to work - or...
> > Have you tried something like this? /app/[locale]/ > > I tried this and it works on my end. I also didn't configure the `i18n` values in the config...
Yeah you're right, this is only for home. You'd have to call it for all requests and modify the redirect path to include the locale in front of the initial...