I tried to enable HTTP/2 for my Next.js project, but got a 504 error after redeploying. Initially, I thought the issue was related to my codebase or project setup, but then I discovered that HTTP/2 doesn’t seem to work on the App Platform at all.
Steps to reproduce:
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Heya, @littleaquamarineangler
Have you checked our article on how to configyre http2 here:
https://docs.digitalocean.com/products/app-platform/how-to/configure-http2/
Regards