Skip to content

GitLab Next

  • Menu
Projects Groups Snippets
    • Loading...
  • 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 39,511
    • Issues 39,511
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Merge requests 1,222
    • Merge requests 1,222
  • Requirements
    • Requirements
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
    • Value stream
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GitLab.org
  • GitLabGitLab
  • Issues
  • #36810

Closed
Open
Created Nov 20, 2019 by Denys Mishunov@dmishunov🌴Maintainer

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