Queen
Cache mount ID is not prefixed with cache key
const port = process.env.PORT
uses the host's env not mine, i havent set a custom PORT variable
The PORT variable is automatically injected by Railway into your application's environment.
i was confused by this because it didn't show under variables13 replies