You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
VibhanshuV
changed the title
When I deply the app using render, it looks like some CSS styles and themes are gone. Help. I have the ss attached.
When I deploy the app using render, it looks like some CSS styles and themes are gone. Help. I have the ss attached.
Dec 19, 2024
The issue arises because in the frontend folder ,tailwind and daisyui were installed as devDependencies , while deploying the app these will not be installed . To fix that uninstall them first and install them as dependency instead of devdependency.
Originally posted by @VibhanshuV in #6 (comment)
The text was updated successfully, but these errors were encountered: