Skip to content

Conversation

@alexjustesen
Copy link
Owner

📃 Description

Settings need to be migrated before the class is referenced which was causing the v0.16.0 release to fail. This hotfix also adds skilling the results and results_bad_json migrations should those tables already exsist.

@alexjustesen alexjustesen self-assigned this Feb 19, 2024
@alexjustesen alexjustesen merged commit b19e4ae into main Feb 19, 2024
@alexjustesen alexjustesen deleted the hotfix-v0.16.1 branch February 19, 2024 21:06
@zackmuc
Copy link

zackmuc commented Feb 19, 2024

/admin/results leads to Http error 500 also i lost 3000 of my 3200 results :(

@alexjustesen
Copy link
Owner Author

alexjustesen commented Feb 19, 2024

@zackmuc I'm not dropping any tables so they're still going to be in the copy of your old results table (aka results_bad_json). Can you open a new issue with logs for the error?

@kwschnei
Copy link

I'm also getting a 500 error when attempting to access the web app. The following is printing to the console.

production.ERROR: No application encryption key has been specified. {"exception":"[object] (Illuminate\\Encryption\\MissingAppKeyException(code: 0): No application encryption key has been specified. at /var/www/html/vendor/laravel/framework/src/Illuminate/Encryption/EncryptionServiceProvider.php:79)

@alexjustesen
Copy link
Owner Author

For app key, see FAQ to get that fixed. Not related to 0.16.x releases

@kwschnei
Copy link

It was working previously, and I have an app key in the .env file. I'll try regenerating it though.

@kwschnei
Copy link

Generating a new app key and updating the .env file with it started the application, however, migration failed for me. It suggested checking the logs to find out why, but it didn't print anything to console, and I'm not finding a log in any of the obvious (to me) places. I don't really need the past results, so unless it's useful to you , I'll just start fresh.

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

Successfully merging this pull request may close these issues.

0.16 results change break the app V16 does not start and crashes

4 participants