Skip to content

Cannot "Add Feed" in Feedamic Configuration #51

@Sm1lEE

Description

@Sm1lEE

Hi @martyf ,

thanks for the v3 update, this looks very exciting.
Unfortunately I am having trouble to configure the addon.

Bug description

When clicking the "Add Feed" button in the Feedamic Configuration in the CP nothing happens.

Inspecting the network shows this:

Request URL: http://feedamic-test.test/cp/fieldtypes/replicator/set
Request Method: POST
Status Code: 422 Unprocessable Content

The network response is this:

{
    "message": "The given data was invalid.",
    "errors": {
        "blueprint": [
            "This field is required."
        ]
    }
}

Image

Steps to reproduce

  • create a new statamic project: statamic new feedamic-test (no starter kit, enable Statamic Pro)
  • install feedamic addon: composer require mitydigital/feedamic
  • go to Feedamic's Addon settings in the control panel: http://url.local/cp/addons/feedamic/settings
  • try clicking the Add Feed... button in the Feeds > Configuration section

Environment and versions

Environment
Application Name: Statamic
Laravel Version: 12.51.0
PHP Version: 8.3.30
Composer Version: 2.9.3
Environment: local
Debug Mode: ENABLED
URL: feedamic-test.test
Maintenance Mode: OFF
Timezone: UTC
Locale: en

Cache
Config: NOT CACHED
Events: NOT CACHED
Routes: NOT CACHED
Views: CACHED

Drivers
Broadcasting: log
Cache: file
Database: sqlite
Logs: stack / single
Mail: log
Queue: sync
Session: file

Storage
public/storage: NOT LINKED

Statamic
Addons: 1
Sites: 1
Stache Watcher: Enabled (auto)
Static Caching: Disabled
Version: 6.2.5 PRO

Statamic Addons
mitydigital/feedamic: 3.0.9

Additional details

I've also tried feedamic version 3.0.8 and 3.0.0, but the bug still exists.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions