ARLISS
Explore posts from serversCDCloudflare Developers
•Created by ARLISS on 3/20/2025 in #workers-help
Support for Ubuntu 20.04 LTS - workerd compatibility with GLIBC 2.31
I'm running Cloudflare Workers on Ubuntu 20.04 LTS, which ships with GLIBC 2.31. When trying to run the local development server (workerd), I'm encountering compatibility issues as workerd requires GLIBC ≥2.32.
While I understand there are workarounds (using miniflare, Docker, or upgrading Ubuntu), many developers and organizations still use Ubuntu 20.04 LTS as it's supported until April 2025.
Are there any plans to provide workerd binaries compatible with GLIBC 2.31 to support Ubuntu 20.04 LTS users? This would help developers who are required to stay on LTS versions for stability or compliance reasons.
Current environment:
- OS: Ubuntu 20.04 LTS
- GLIBC version: 2.31
- Error: workerd binary requires GLIBC 2.32, 2.33, 2.34, and 2.35
2 replies
TTCTheo's Typesafe Cult
•Created by ARLISS on 6/9/2023 in #questions
alternative to getServerSideProps() for /app router era?
1. why is getServerSideProps() depreciated in nextjs 13.4+ ?
2. what are best practices for data fetching at request time from the server but rendering data on the client component?
2.1 => context: currently working on fetching data on the server with an API key but pushing this data to localstorage, ultimately to have it searchable in a simple search bar. let me know if my logic is wrong here or any improvements or more resources to help me better understand this topic :)
3 replies