System Information
- Strapi Version: * 4.4.7
- Operating System: macOS 12.6.1 (21G217)
- Database: Postgres (production) SQLite (development)
- Node Version: 16.17.0
- NPM Version: 8.19.2
- Yarn Version: 1.22.19
Hello. I’m trying to distribute an instance of Strapi for a university project and I want it set up so that whenever anyone clones my repo they have to create an Admin (Super) user. At the moment I’m getting weird errors about API Tokens when trying to set up for the first time. I’m seeing “Welcome back” messages when I want to be seeing the onboarding experience — “Set up an admin user”, etc.
I based my project off this repo which uses Render for deployment.
I have a script that seeds data to the SQLite database and copies some media assets from a .zip file, based on foodadvisor/seed.js at master · strapi/foodadvisor · GitHub
Is there something I should do in the config files or elsewhere to ‘wipe out’ the admin user I created during development? Thank you very much for any help you might be able to offer.
Below are the console errors that appear when trying to load /admin