System Information
- Strapi Version: 3.4.1
- Operating System: Linux
- Database: PostgreSQL
- Node Version: 14.15.1
- NPM Version: 6.14.8
Hello,
For my portfolio, I created a local backend with Strapi. I created collections and added content. I retrieve data via the REST API on a React based frontend. Everything works well locally.
To make my portfolio public, I decided to deploy my Strapi app on Heroku. I followed the official tutorial and it seemed to work since I was able to access the administration interface. My collections and single types were there. At first I was surprised to see that all the data already created had disappeared, but I understood that this was normal according to this topic. So I have to recreate the data, I guess.
Problem: On the admin panel, I no longer have the possibility to create content! I do have access to the Content Type Builder and the Media Library but I don’t have any tabs to create my content.
Maybe the deployment didn’t go well? Or maybe I’m completely missing something?
Thank you in advance and have a nice day.