8000 Getting 500 Errors during Pre-Flight · Issue #4 · comoser/snipe-it-docker-compose · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
< 8000 template class="js-flash-template">

Getting 500 Errors during Pre-Flight #4

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
leethobbit opened this issue Jan 10, 2022 · 3 comments
Open

Getting 500 Errors during Pre-Flight #4

leethobbit opened this issue Jan 10, 2022 · 3 comments

Comments

@leethobbit
Copy link

Hello,

I followed your instructions and was able to get an instance of Snipe-IT online. As soon as I start trying to configure the server I get 500 errors though. Any thoughts on what might cause this? I have attempted to enable debugging mode but so far I'm just getting permissions errors it looks like - I think this is related to the debugging and not the actual webpages though.

Thanks!

@vacances
Copy link
vacances commented May 21, 2022

Same thing, on :3051
500 | SERVER ERROR

@amks1
Copy link
amks1 commented Jul 25, 2022

I'm facing the same issue. I notice that the mysql container exits as soon as it starts:

CONTAINER ID   IMAGE            COMMAND                  CREATED         STATUS                        PORTS                                            NAMES
0d33c1a97086   snipe/snipe-it   "/startup.sh"            4 minutes ago   Up 4 minutes                  443/tcp, 0.0.0.0:3051->80/tcp, :::3051->80/tcp   snipeit_snipe-it_1
daf3994b74a6   mysql:5.6        "docker-entrypoint.s…"   4 minutes ago   Exited (137) 19 seconds ago                                                    snipe-mysql

Its docker logs show:

2022-07-25 21:34:24+00:00 [Note] [Entrypoint]: Entrypoint script for MySQL Server 5.6.51-1debian9 started.
2022-07-25 21:34:25+00:00 [Note] [Entrypoint]: Switching to dedicated user 'mysql'
2022-07-25 21:34:25+00:00 [Note] [Entrypoint]: Entrypoint script for MySQL Server 5.6.51-1debian9 started.
2022-07-25 21:38:39+00:00 [Note] [Entrypoint]: Entrypoint script for MySQL Server 5.6.51-1debian9 started.
2022-07-25 21:38:39+00:00 [Note] [Entrypoint]: Switching to dedicated user 'mysql'
2022-07-25 21:38:39+00:00 [Note] [Entrypoint]: Entrypoint script for MySQL Server 5.6.51-1debian9 started.

@MrKomputerKid
Copy link
MrKomputerKid commented May 16, 2024

For me it appears that the issue was using the default key in readme.md was causing cipher problems in Laravel. Make sure to generate a fresh key with

php artisan key:generate --show from within the container

After doing this it worked fine for me. Rocky Linux 9 + Podman

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants
0