jcgsr
September 1, 2021, 10:10am
1
System Information
Strapi Version : 3.6.6
Operating System : Kubuntu 20.04
Database : ?
Node Version : >=10.16.0 <=14.x.x
NPM Version : ^6.0.0
Yarn Version : 1.22.11
Hi, everyone.
I have an API on Strapi served by Heroku.
This is the frontend .
The thing is: logged in on Strapi admin served by Heroku (not locally), I can create/add more bands, but the API does not get updated. What can I possibly do?
Thank you all in advance.
Most likely you have the draft and publish feature enabled, by default if this is enabled draft entries won’t get shown so you have to publish them.
You can disable this feature but you would have to do so outside of Heroku as it requires a code change and the CTB is disabled in Heroku.
You can confirm this beforehand by using the information in this documentation to show draft entries: Content API - Strapi Developer Documentation
jcgsr
September 1, 2021, 11:51pm
3
Thank you! I’ll try to implement your answer.