Jean-Baptiste R.
Jean-Baptiste R.
NNuxt
Created by Jean-Baptiste R. on 11/8/2024 in #❓・help
How to handle query parameters in prod environment ?
I'm gonna switch to an EC2 instance and use SSR then
20 replies
NNuxt
Created by Jean-Baptiste R. on 11/8/2024 in #❓・help
How to handle query parameters in prod environment ?
Oh well, thank you !
20 replies
NNuxt
Created by Jean-Baptiste R. on 11/8/2024 in #❓・help
How to handle query parameters in prod environment ?
Hello, sorry to bother, can you explain what do you mean with "apply them client-side" please ?
20 replies
NNuxt
Created by Jean-Baptiste R. on 11/8/2024 in #❓・help
How to handle query parameters in prod environment ?
Oh well, thank you
20 replies
NNuxt
Created by Jean-Baptiste R. on 11/8/2024 in #❓・help
How to handle query parameters in prod environment ?
I'm not sure if my english is bad or if my problem is too picky... Can anyone take a look please? 🙂
20 replies
NNuxt
Created by Jean-Baptiste R. on 11/8/2024 in #❓・help
How to handle query parameters in prod environment ?
@kapa.ai Calling https://domain.foz/foo/bar/test?param=value means calling an unknown file, but S3 knows that /foo/bar/test is a folder. So he redirects to /foo/bar/test/ (pointing to /foo/bar/test/index.html). That's why using the call /foo/bar/test/index.html?param=value fixes in some way the problem. I don't get why Lambda@Edge would help me with my problem. Not sure how the https://nuxt.com/docs/getting-started/deployment#learn-more can help me.
20 replies