Jean-Baptiste R.
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