question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

docker-compose: Internal server error

See original GitHub issue

Describe the bug

I can’t connect, CSP seems to block some scripts.

Problem Locations

  • Pink rectangle : before login
  • Red rectangle : after login

image

On docker logs this message is appearing even if I have a .env file (idk if it is related at all):

bulwark       | A .env file was not found. Attempting to fetch values from existing environment variables.

Steps to Reproduce

$ git clone https://github.com/softrams/bulwark.git
$ cd bulwark
$ git checkout v6.2.4
$ nvim .env # create the env file
$ sudo docker-compose up -d

Expected behavior

Login without error.

Desktop (please complete the following information):

  • OS: ArchLinux
  • Browser : Firefox 82.0.3, Chromium 86.0.4240.198
  • Version : Bullwark 6.2.4
  • docker-compose version 1.27.4, build unknown
  • Docker version 19.03.13-ce, build 4484c46d9

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:7 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
norajcommented, Dec 1, 2020

Confirmed.

0reactions
skewledcommented, Nov 25, 2020

@noraj can you confirm you can access via http://localhost:5000 ?

Read more comments on GitHub >

github_iconTop Results From Across the Web

APIError: 500 Server Error on first docker-compose up / build
Run docker-compose up in the repo. Expected behavior: It doesn't blow up. Actual behavior: It blows up. On the first up and the...
Read more >
How can I solve “Internal Server Error” when ... - CubeBackup
How can I solve “Internal Server Error” when logging into CubeBackup, after recreating a docker container with “docker-compose up”?
Read more >
docker-compose - php - .htaccess - 500 Internal Server Error
This rewrites everything (including any other static resources and index.php itself) to index.php . This will certainly break your app if you ...
Read more >
Internal server error after restarting docker-compose
I had a running NextCloud installation using docker-compose. After stopping and restarting the docker stack I experience an internal server ...
Read more >
Nextcloud Docker Internal Server Error after Upgrade to 25
I fixed the problem again, and then went into my docker-compose and found there was a environment variable which was overriding the ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found