keyshade-xyz / keyshade

Realtime secret and configuration management tool, with the best in class security and seamless integration support
https://keyshade.xyz
Mozilla Public License 2.0
208 stars 105 forks source link

Platform: Build failure of platform app. #384

Closed DhairyaMajmudar closed 2 months ago

DhairyaMajmudar commented 3 months ago

Describe the bug Build of platform app is failing as of which the docker image is also not able to be built

To Reproduce Steps to reproduce the behavior:

  1. run pnpm run build:platform in terminal.

Expected behavior Build should not be failing since its crucial for deployment.

Screenshots Screenshot from 2024-07-27 20-15-59

image

Desktop (please complete the following information):

Additional context There are several reasons for build failures

  1. Incorrect types
  2. Problematic exports
  3. Missing type definitions in shadcn components
rajdip-b commented 3 months ago

This has been a known issue and has been blocking us to deploy our platform. Any fixes would be really appreciated!

DhairyaMajmudar commented 3 months ago

Yep, opening a PR for this : )