Skip to content
GitLab
Next
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • GitLab GitLab
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 44,763
    • Issues 44,763
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 1,330
    • Merge requests 1,330
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GitLab.orgGitLab.org
  • GitLabGitLab
  • Issues
  • #36810
Closed
Open
Issue created Nov 20, 2019 by Denys Mishunov@dmishunovMaintainer

WebIDE doesn't load a branch

Summary

Currently in master, when accessing an existing branch (master, for example), the branch doesn't get loaded and an error message (poorly styled, but that will be reported separately) is shown instead

Screenshot_2019-11-20_at_10.40.30

On the API end, request to fetch master returns branch properly.

Further analysis reveals that the call to http://localhost:3000/flightjs/flight/ide_terminals/check_config fails with 422. Not sure whether it can be the reason might be the reason for the error, however.

Steps to reproduce

  • Open a project in WebIDE
  • The error pops up instantly

Example Project

Any project in GDK

What is the current bug behavior?

The error claims the master branch was not found, however, the branch exists and can be retrieved directly from API (using Postman)

What is the expected correct behavior?

The branch should be loaded normally.

Edited Nov 20, 2019 by Denys Mishunov
Assignee
Assign to
Time tracking