web-arena-x/webarena

Frequent 500 errors with Gitlab environment

Opened this issue · 0 comments

Hi there,

When I run the gitlab docker and try to curl <gitlab_homepage>. It throws a 500 error page like below ""

500

Whoops, something went wrong on our end.


Request ID: 01JBQDA0TQNA0MJGP84GK5FM56

Try refreshing the page, or going back and attempting the action again.

Please contact your GitLab administrator if this problem persists.

Go back
<script> (function () { var goBack = document.querySelector('.js-go-back');
  if (history.length > 1) {
    goBack.style.display = 'inline';"". 

I tried delete the images and reload, but it does not work. Thanks in advance for your help:)