Arm64 Support

Hello! I am trying to deploy a refine web app using vite on an arm64 node and i cant make it work! Can someone provide any information regarding refine and arm64 support? Thanks in advance
2 Replies
kapa.ai
kapa.ai3d ago
Hi @stavris. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave: ---------------------- Based on the knowledge sources provided, I can offer some information about deploying a Refine web app using Vite on an arm64 architecture. Refine itself doesn't have specific arm64-related limitations, as it's a React-based meta-framework that works on any environment that can run React. According to the documentation, Refine works well with Vite as one of its supported build tools:
Refine works on any environment that can run React (incl. Vite, Next.js, Remix, and CRA(Legacy) etc.) Getting Started Guide
For deployment on arm64 architecture, the knowledge sources mention that both Node.js and Bun (which can be used to run JavaScript applications) support ARM architectures:
ARM and Other Architectures: Node.js supports a bunch of processor architectures, including ARM. The major importance here is due to the fact that the devices like Raspberry Pis and Apple M1/M2 are seeing increased adoption. Bun vs. Node.js Blog
For deploying your Refine app, you might want to check the official deployment guide which mentions:
Refine being a meta-framework, it does not have a specific deployment configuration on its own. Refine applications are usually built on top of the following frameworks, and you can follow their deployment guides to deploy your application. - Vite deployment guide Deployment Documentation
Additionally, Refine provides Dockerfiles that might help with deployment:
For convenience, we've created a refinedev/Dockerfiles GitHub repository that contains Dockerfiles for each of the frameworks above. Deployment Documentation
If you're still experiencing issues, it might be helpful to run the whoami command from Refine CLI to check your environment details:
npm run refine whoami
npm run refine whoami
This will show your system information including CPU architecture, which could help diagnose any arm64-specific issues. Since there isn't specific information about arm64-related problems with Refine and Vite in the knowledge sources, the issue might be related to Vite configuration or Node.js version compatibility rather than Refine itself. You might want to check Vite's documentation for arm64-specific considerations. ---------------------- Note: you can ask me a follow up question by @ mentioning me again :speech_balloon: ----------------------
kapa.ai
kapa.ai3d ago
<@281549327208546305> Kapa.ai is still learning and improving, please let me know how I did by reacting below.

Did you find this page helpful?