corteza
corteza copied to clipboard
Unable to Add Data to Corteza Platform
Is there an existing issue for this?
- [X] I have searched the existing issues
Version of Corteza
2023.3
Current Behavior
I'm unsure why the 'Add' button isn't appearing here to enable data addition into the CRM. only export button available
Expected Behavior
There should be an 'Add Data' button available, as indicated by the tutorials
Steps To Reproduce
- Install as per your YouTube view
- System Mac arm M1
Environment and versions
########################################################################################################################
# docker-compose supports environment variable interpolation/substitution in compose configuration file
# (more info: https://docs.docker.com/compose/environment-variables)
########################################################################################################################
# General settings
DOMAIN=localhost:18080
VERSION=2023.3
LOG_DEBUG=true
LOG_LEVEL=debug
########################################################################################################################
# Database connection
DB_DSN=postgres://corteza:corteza@db:5432/corteza?sslmode=disable
########################################################################################################################
# Server settings
# Running all-in-one and serving web applications directly from server container
HTTP_WEBAPP_ENABLED=true
# Disabled, we do not need detailed persistent logging of actions in local env
ACTIONLOG_ENABLED=false
########################################################################################################################
# SMTP (mail sending) settings
# Point this to your local or external SMTP server if you want to send emails.
# In most cases, Corteza can detect that SMTP is disabled and skips over sending emails without an error
#SMTP_HOST=smtp-server.example.tld:587
#[email protected]
#SMTP_PASS=this-is-your-smtp-password
#SMTP_FROM='"Demo" <[email protected]>'
Anything else?
No response
You either dont have the permissions to add the record or no record page exists. I suggest the forum for such configuration questions.
I have created a new local setup for exploring Corteza, so I don't anticipate any permission issues since the first signup is considered an admin. @Fajfa
Closing in favor of the forum since this seems to be a configuration issue