-
-
Notifications
You must be signed in to change notification settings - Fork 169
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
Symlink error on production build initial boot #427
Comments
Seems to occur both in macOS and Ubuntu builds for me. Same version of macOS as the reporter. |
What's the value of |
It's an associative array with a single item [
"/Users/wolfkain/Projects/360/Apps/360presenter/360presenter/public/storage" => "/Users/wolfkain/Projects/360/Apps/360presenter/360presenter/storage/app/public",
] |
Having the same issue here, has anyone had any luck getting around it? |
It shouldn't prevent your app from running. If your app relies on having access to the symlinked files and the symlink really isn't being set up, then I'd love to work with someone to investigate this. As an aside, this may be something that we have to remove in the future, so it may be best not to rely on symlinked directories at all. Simply place the necessary files directly in the relevant folder. |
What were you trying to do?
Run application after building for Mac.
What happened?
Error 500 on front-end.
Similar to #250
This is the actual error from the
storage/logs
found on Application Support folder.How to reproduce the bug
This error is thrown after laravel handles an exception. To reprodruce, throw any exception.
Package Versions
electron: 0.8.7, laravel: 0.6.4, php-bin: 0.5.5
PHP Version
8.3.13
Laravel Version
11.33
Node Version
18.20.5
Which operating systems have you seen this occur on?
macOS
OS version
MacOS Sequoia 15.1.1
Notes
No response
The text was updated successfully, but these errors were encountered: