DMak
KPCKevin Powell - Community
•Created by DMak on 1/3/2025 in #back-end
Need help hosting a backend service
Hey, does anyone have any experience with web hosting. I've tried my best but I think I'm missing something, and I've been stuck on this for far too long, I'd really appreciate if someone could help me with this. I have fastapi backend that I want to host using nginx for reverse proxy on an azure machine. Please help me out if you can.
3 replies
KPCKevin Powell - Community
•Created by DMak on 12/17/2023 in #front-end
[Next.js Deployment] Styles Not Applied in Static Export
I'm facing an issue with deploying a Next.js project. After following the steps for static export of HTML, CSS, and JavaScript files from the Next.js documentation (https://nextjs.org/docs/app/building-your-application/deploying/static-exports), the styles are not being applied. The generated HTML is just plain, without any of the expected TailwindCSS styling.
What I've Tried:
Checked the export path in the Next.js configuration.
Ensured that TailwindCSS is correctly configured.
Verified the inclusion of Tailwind in the post-build files.
Technologies: Next.js, TailwindCSS.
Code Provided:
Here are my configuration files for PostCSS and TailwindCSS .
postcss.config.js
tailwind.config.js
My directory structure is:
I would appreciate any insights or suggestions on why the TailwindCSS styles are not being applied in the static export and how to resolve this issue.
1 replies