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
  • #9123

Closed
Open
Created Apr 13, 2015 by Administrator@rootOwner

Formatting and issues replied via email

Created by: robertminer1

Getting the error below when a user replies to an issue via email, cant navigate to the issue reply on the web admin side.

Processing by Projects::IssuesController#show as HTML
  Parameters: {"namespace_id"=>"root", "project_id"=>"repo-1", "id"=>"1"}
Completed 500 Internal Server Error in 454ms

ActionView::Template::Error (Cannot allocate memory - node /tmp/execjs20150413-22489-19o3ova.js 2>&1):
    42:         .description-block.subscribed{class: ( "hidden" unless @issue.subscribed?(current_user) )}
    43:           You're receiving notifications because you're subscribed to this thread.
    44:
    45: :coffeescript
    46:   $ ->
    47:     new Subscription("#{toggle_subscription_namespace_project_issue_path(@issue.project.namespace, @project, @issue)}")
  app/views/projects/issues/_issue_context.html.haml:45:in `_app_views_projects_issues__issue_context_html_haml___3784612983717219930_22650920'
  app/views/projects/issues/_discussion.html.haml:23:in `_app_views_projects_issues__discussion_html_haml__1647456273593870134_40653200'
  app/views/projects/issues/show.html.haml:40:in `_app_views_projects_issues_show_html_haml__4033274212116197121_41999000'
  app/controllers/projects/issues_controller.rb:54:in `show'


Started GET "/root/repo-1/issues/1" for 23.242.200.123 at 2015-04-13 03:32:26 -0400
Processing by Projects::IssuesController#show as HTML
  Parameters: {"namespace_id"=>"root", "project_id"=>"repo-1", "id"=>"1"}
Completed 500 Internal Server Error in 410ms
Assignee
Assign to
Time tracking