When I used npx create-strapi-app@latest test-token --quickstart to recreate the issue
I am an version 4.13.6
After the project gets created my .env file has the following.
HOST=0.0.0.0
PORT=1337
APP_KEYS=rZpM7WQYj0KZIxEan479YA==,MnO0zv8WoZSnUtO2ePJRpQ==,xPcFGpfGUxZdwUuWpwMAsQ==,JNUoYXIz5PJFJYFndOMUyw==
API_TOKEN_SALT=IX18SErX0jW4XbxiadQ+dQ==
ADMIN_JWT_SECRET=ggqZq86nPbS35Z7+KBfy1g==
TRANSFER_TOKEN_SALT=zTQvcxedOEjOn2DmMh2bwA==
# Database
DATABASE_CLIENT=sqlite
DATABASE_FILENAME=.tmp/data.db
JWT_SECRET=9NyPb4LeGUCqVspXk9iMgQ==
TRANSFER_TOKEN_SALT just needs to be a string so toBeModified should not cause an errror.
Check your config/admin.js file and see if you have the following.
