Description
Is there an existing issue for this?
- I have searched the existing issues
Current Behavior
After running Coder in development mode using ./scripts/develop.sh
, and navigating to /deployment/overview
, an error is displayed. After some investigation from @dannykopping, he found the issue happens when there are no experiments set.
Relevant Log Output
Cannot read property of null (reading 'includes')
Expected Behavior
The page should be loaded without any errors.
Steps to Reproduce
- Run
./scripts/develop.sh
without setting any experiments - Navigate to
/deployment/overview
Environment
- Host OS: MacOS
- Coder version: v2.21.2-devel+b299ebebf7
Additional Context
The issue is new (previously worked fine)