Same
UP !
Latest posts made by Venturix
-
RE: quasar is automatically addding '#/' at the end of each route.
In your quasar.conf.js file, search “vueRouterMode” and put the value to ‘history’, default is ‘hash’
-
SSR + AWS Lambda is possible?
Good morning all,
I use quasar for a lot of my Cordova, SPA projects etc … and lastly for a SSR project.
In addition, I use a lot AWS Lambda (all the time) for NodeJS API projects, SSR with NUXT etc … and it’s absolutely fantastic in terms of performance and cost of use.
However I am desperately trying to integrate a Quasar SSR project with Lambda using the same principle as for NUXT (https://dzone.com/articles/a-crash-course-on-serverless-side-rendering-with-v) but it does not work. With the Serverless framework.
Is there anyone who would have successfully used AWS Lambda with a Quasar SSR project, and if so how do you do it?
Thank you, and have a good day !