Trying to investigate on another project - for which I already created an issue - I created an entirely new project with lumber.
Expected behavior
Collections should be visible both in my development (local) and production (remote) environments. They access the same postgresql database.
Actual behavior
Collections are hidden on my production environment. I first tried copying the layout from my development environment, I received the confirmation email but I still can’t see my collections. Then I tried to make theme visible directly with the layout editor, still not working.
Failure Logs
Context
Backend is hosted on Heroku. Nothing went wrong during the setup.
{
"name": "test-cors",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node ./server.js"
},
"dependencies": {
"body-parser": "1.19.0",
"chalk": "~1.1.3",
"cookie-parser": "1.4.4",
"cors": "2.8.5",
"debug": "~4.0.1",
"dotenv": "~6.1.0",
"express": "~4.17.1",
"express-jwt": "5.3.1",
"forest-express-sequelize": "^6.0.0",
"morgan": "1.9.1",
"require-all": "^3.0.0",
"sequelize": "~5.15.1",
"pg": "~8.2.2"
}
}
- Package Version:
- Express Version:
- Sequelize Version:
- Database Dialect: postgres
- Database Version:
- Project Name: test-cors