Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • G gitlabhq1
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 21
    • Issues 21
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 12
    • Merge requests 12
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • gpt
  • large_projects
  • gitlabhq1
  • Issues
  • #3272

Closed
Open
Created Mar 20, 2013 by Administrator@rootOwner

Some javascript not working under relative URL

Created by: Tegereo

Running master under a relative url ("/gitlab"), and getting the following error when trying to add users to a project.

Failed to load resource: the server responded with a status of 404 (Not Found) https://localhost/api/v3/users.json?

The offending javascript (app/assets/javascripts/users_select.js.coffee) has no way of inserting the relative URL to the request. Manually adding '/gitlab' in front of '/api' in the two ajax calls resolves the problem.

Assignee
Assign to
Time tracking