corbpie

Results 29 comments of corbpie

I agree that the .env file is overkill for this project however, at this stage i am not sure of a method to generate/store the APP_KEY that is not .env...

Perhaps `php artisan key:generate --show` and manually add this generated key into the `config/app.php`

> myvestacp environment. What PHP version is it running? > api request goes to domain.example/api instead of domain.example/my-idlers/api I believe this can be changed at `app/Providers/RouteServiceProvider.php`

Did you run ```php artisan route:cache``` ```php artisan cache:clear``` After updating?

Ok, thanks. Interesting, these arent happening with MySQL ill switch over to Sqlite and have a look

Possibly fixed now: [20058cb9c9147105e5187fdccb9ea1e9bd55bd09](https://github.com/cp6/my-idlers/commit/20058cb9c9147105e5187fdccb9ea1e9bd55bd09) ? Needed to define the keys as a string for Sqlite

Searching that error up just brings commands: php artisan optimize and/or php artisan cache:clear php artisan route:cache php artisan config:cache php artisan view:clear

What environment are you hosting it in?

@Gamerboy59 I'm really unsure, I cant reproduce it. Was thinking it was something to do with the shared hosting handling redirects weirdly.