#CSRF token mismatch

17 messages · Page 1 of 1 (latest)

steady fractal
#

Hello, i installed the Panel for pterodactyl a when i want to log in it displays this error :

rugged flint
#

post the error as text, bot will responde

steady fractal
#

i change the SESSION_SECURE_COOKIE to false and now it says this

steady fractal
proven perchBOT
#

You'll need to grab the error logs from the Panel. The following command uploads the last 150 lines of this day's log to our pastebin and provides a link you can share.
tail -n 150 /var/www/pterodactyl/storage/logs/laravel-$(date +%F).log | nc pteropaste.com 99

steady fractal
proven perchBOT
#

I have found the following for: https://pteropaste.com/7bbprvwt7c28/
@steady fractal; You've set a password for Redis in the panel setup process, but there isn't one required for your Redis instance. To solve this issue, open your dotenv file, locate REDIS_PASSWORD and set it to REDIS_PASSWORD=null.

You can open dotenv file directly with nano /var/www/pterodactyl/.env. Refresh config cache with cd /var/www/pterodactyl && php artisan config:clear

steady fractal
proven perchBOT
#

I have found the following for: https://pteropaste.com/t05fcid99lc5/
@steady fractal; You've set a password for Redis in the panel setup process, but there isn't one required for your Redis instance. To solve this issue, open your dotenv file, locate REDIS_PASSWORD and set it to REDIS_PASSWORD=null.

You can open dotenv file directly with nano /var/www/pterodactyl/.env. Refresh config cache with cd /var/www/pterodactyl && php artisan config:clear

steady fractal
proven perchBOT
#

I have found the following for: https://pteropaste.com/axcc015g0cr4/
@steady fractal; You've set a password for Redis in the panel setup process, but there isn't one required for your Redis instance. To solve this issue, open your dotenv file, locate REDIS_PASSWORD and set it to REDIS_PASSWORD=null.

You can open dotenv file directly with nano /var/www/pterodactyl/.env. Refresh config cache with cd /var/www/pterodactyl && php artisan config:clear

steady fractal
steady fractal
#

An unexpected error was encountered while processing this request, please try again

proven perchBOT
#

I have found the following for: https://pteropaste.com/q35a2u3mtzm4/
@steady fractal; You don't appear to be providing a password for your database connection. Make sure to provide one in your .env file or all authentication attempts will fail. Open the file and find DB_PASSWORD variable, do not add a new one. Remember to enclose it in double quotes such as DB_PASSWORD="mypassword"

You can open it directly with nano /var/www/pterodactyl/.env. Refresh config cache with cd /var/www/pterodactyl && php artisan config:clear

steady fractal