I encounter this error while building a backend app with Strapi.io -------------------------------------- $ strapi develop ✔ Cleaning dist dir (8ms) ⠋ Building build context [INFO] Including the following ENV variables as part of the JS bundle: - ADMIN_PATH - STRAPI_ADMIN_BACKEND_URL - STRAPI_TELEMETRY_DISABLED ✔ Building build context (138ms) ✔ Creating admin (7498ms) ⠸ Loading Strapi[ERROR] There seems to be an unexpected error, try again with --debug for more information ┌────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐│ ││ TypeError: Cannot read properties of undefined (reading 'toLowerCase' ) ││ at Function.singular (/Users/yj/projects/apis/apis-strapi/node_modules/pluralize/pluralize.js:136:24) ││ at getTypeName ...
How to run and access Oracle Always free database for entirely free. 1. create Database Menu > Database > DB Systems Create DB system Always Free username: dbadmin password: myadminpassword configure networking: Private subnet default vcn1 placement: any placement but I chose AD-1 It will take about 5 mins 2. create Compute engine to allow public access redirect to Mysql Database Menu > Compute > Instances Create Instance placement: Same placement I put the DB (AD-1) Choose a free shape (Ampere) in my case since VM.Standard.E2.1.Micro never being available. subnet: Public subnet-default-vcn1 **** important add or create new SSH key **** important 3. config redirect Menu > Networking > Virtual Cloud Networks add the 2 Ingress Rules choose default VCN in the list choose public subnet in the list choose the only iptable in the list add 0.0.0.0/0 TCP allow all access now (need to be restricted later to be more secure) install MySQ...
Comments
Post a Comment