obl-ong / panel

Multi-tenant domain services built with Ruby on Rails, open source and forever free. Powering the obl.ong domain registry.
https://obl.ong
20 stars 5 forks source link

ActiveModel::ValidationError: Validation failed: Content can't be blank (ActiveModel::ValidationError) #95

Open sentry-io[bot] opened 7 months ago

sentry-io[bot] commented 7 months ago

Sentry Issue: ADMIN-2W

ActiveModel::ValidationError: Validation failed: Content can't be blank (ActiveModel::ValidationError)
  app/models/record.rb:38:in `create'
    obj.validate!
  app/controllers/records_controller.rb:14:in `create'
    @record = Record.create(domain_id: @domain.id, name: params["name"], type: params["type"], content: params["content"], ttl: params["ttl"], priority: params["priority"]) # standard:disable all
...
(85 additional frame(s) were not displayed)

This issue was automatically created by Sentry via Error & File