-
Notifications
You must be signed in to change notification settings - Fork 32
Troubleshooting FAQs
Jareltey edited this page Apr 28, 2023
·
2 revisions
- Are you using the password you created for user
postgres
inenvironment.ts
→typeOrmConfig
→password
? - Note: this is different from the master password you created when opening PgAdmin for the first time. This is also the same password that you supply in the image below
- Did you copy the
environment.ts
file from iMConfig?
- Did you replace
environment.ts
→adminPasswordHash
with the correct value?
- Did you make changes to any
model.ts
file, or pull any changes tomodel.ts
files? - If so, you need to delete old entries in the relevant database tables which contain null values for the new fields added to the model
- Go to PgAdmin → Servers → Databases → Involvemint → Schemas → Tables → find the relevant table
- Click “View Data” (Option + Shift + V)
- Under “Data Output”, select all old entries and delete
- Refresh the Involvemint database
- Follow instructions in this document under Creating Activity Posts (for testing), step 2
6. Error on Process Enrollment Application (when trying to approve ChangeMaker application as ServePartner)
- Did you create a separate account to join the project as a ChangeMaker?
- If you find yourself switching between ChangeMaker and ServePartner within the same account to submit enrollments, you need to create a separate account and join the project from there