Albertas
07/05/2025, 8:10 PMFields [apiKey, emails, templates] are required for type with serial name <config class>, but they were missing
The only thing that works is serializing primitive types.Albertas
07/05/2025, 8:14 PMsendgrid.apiKey
) works fine, but serialization claims they are missingBruce Hamilton
07/06/2025, 7:33 AMproperty("sendgrid").asMap()
to see what keys are actually found in the configAlbertas
07/06/2025, 9:52 AM{emails={system=system@local, info=info@local}, apiKey=none, templates={paymentConfirmed=payment_confirmed, passwordLink=password_link}}
Bruce Hamilton
07/06/2025, 10:06 AMAlbertas
07/06/2025, 10:07 AMAlbertas
07/06/2025, 10:07 AMBruce Hamilton
07/06/2025, 10:14 AMbaseUrl
... if you remove the default it works properlyBruce Hamilton
07/06/2025, 10:14 AMAlbertas
07/06/2025, 10:15 AM