Christian März
Christian März
@cookpete That looks great. We import everything cause of that problem, but only use `file` with `hls` at radio.net. Also `disableDeferredLoading` should be documented. :)
@cookpete We mostly play radio streams i guess that mostly uses either just the file player or the hls player. I had problems with just importing the file player, but...
@dphang Any updates here? We really need this for our project :/
@dphang Any Update here? Or a hint how to fix it? Imho thats a breaking change.
@dphang Any Updates here?
Hm ok, i got this. But why did i get 3.0.3 on my first install then?
I'm pretty sure that worked when i tried it, if the SSL Certificate covers it.
Nice! Should be documented somewhere. I guess thats a problem for many multi tenant projects.
https://github.com/serverless-nextjs/serverless-next.js/discussions/2439 Doesn't seem that project goes forward. Any other approaches to deploy NextJS to AWS?
You can easily deploy Next.js with a Docker Container to AWS Apprunner, AWS ECS / Fargate or Google Cloud Run. For AWS just try: https://aws.github.io/copilot-cli/ https://github.com/vercel/next.js/tree/canary/examples/with-docker You need a shared...