On new setup, clicking the button to generate the env seed didn't work. #87
Replies: 5 comments
-
Beta Was this translation helpful? Give feedback.
-
Hey, I have tested it again. |
Beta Was this translation helpful? Give feedback.
-
Hi! I checked permissions and they were all 644 for the files and 755 for the directories, which is what the documentation said, so it should have had full permissions to write to the files. I thought it didn't make much sense so I looked for a manual way to set that key and then everything magically worked after that... so it must have been something with the call to write to that file, but I can't seen to see anywhere that was telling me it had failed or was denied. As I remember when I set it up, it appeared to process the command just fine, but wouldn't actually do it (it didn't say permission denied as above). I'm running it on PHP 7.4 (with Apache hooked in with LSAPI on CloudLinux). Is there anything else I could check to try and help you find out? Kind regards, |
Beta Was this translation helpful? Give feedback.
-
Hi, In case you didn't do this already, did you verify the file ownership? In most cases, you can confirm this with: Assuming There might be some useful information in the Laravel log, located in Other than that, you can find a list of required PHP and modules on here. All the best, |
Beta Was this translation helpful? Give feedback.
-
Migrated to discussion. |
Beta Was this translation helpful? Give feedback.
-
When I setup my new copy of little-link custom, I had to set that random salt value in the env file manually, since the version to click within the software wouldn't work for me.
I couldn't trace any reason why it wasn't working (there was no output in PHP's error_log) or any errors in apache2's log so I couldn't ultimately figure out what the root cause of the issue was, but I thought I'd better report that I'd had issue with it since it might confuse new (er) users, which from what I can tell is one of the design goals of this version :)
It was fixed by manually generating the salt and adding it to the .env file.
Kind regards,
Jessica
Beta Was this translation helpful? Give feedback.
All reactions