LinkStack icon indicating copy to clipboard operation
LinkStack copied to clipboard

Installation Issue 404 Not Found nginx

Open y0us3f opened this issue 11 months ago • 6 comments

LinkStack version

Latest

Description

I'm trying to install (not docker) and when I choose MySQL and click next, it goes to /db but shows

404 Not Found nginx

help to fix pls

Thanks

Details about your system

Ubuntu 20.04.6 VPS - PHP 8.3 - Permissions 755

How to reproduce

During installation

Possible Solution

No response

Additional Context

No response

y0us3f avatar Feb 27 '25 00:02 y0us3f

self hosted vps ? please check if you have sqlite aswell mysql lib installed

lastsamurai26 avatar Mar 19 '25 08:03 lastsamurai26

I had a similar issue, I'm running with docker-compose.

~~Setting FORCE_HTTPS=false in environment: resolved the issue for me.~~ Setting FORCE_HTTPS=true in environment: resolved the issue for me.

Lockszmith-GH avatar Mar 24 '25 21:03 Lockszmith-GH

self hosted vps ? please check if you have sqlite aswell mysql lib installed

Yeah, self-hosted. Tried sqlite, also ran into problems

Decided to do it with docker, now it's working 👍

thanks

y0us3f avatar Mar 26 '25 14:03 y0us3f

I had a similar issue, I'm running with docker-compose.

Setting FORCE_HTTPS=false in environment: resolved the issue for me.

Ran docker-compose also had issues with SSL, but fixed 👍I didn't know how to use docker, so I didn't open the right ports

y0us3f avatar Mar 26 '25 14:03 y0us3f

I was not able to reproduce the issue. @y0us3f did you managed to fix this or do you still require assistance?

tvx-matt avatar Apr 03 '25 22:04 tvx-matt

I had the same problem and it was because i copied the .env.example as .env and configured it, then removed .env, there is already a .env and the config is made in the web

Im using nginx and no issue

MiguVT avatar Jul 11 '25 12:07 MiguVT