Creating a new project doesn't work

Hi, I am trying to create my first project but it doesn’t work.
I can see an error in the developers Network tab when trying to create a new project:

API: https://api.forestadmin.com/api/projects
Status Code: 422 Unprocessable Entity
{“errors”:[{“status”:422,“detail”:“Cannot create the project”,“meta”:{}}]}

Hi @alinstanescu !
Can you share with me the request sent to https://api.forestadmin.com/api/projects ?

Hi @anon94532230, yes please check below:
{

  • “data”: {
    • “attributes”: {
      • “name”: “1st”,
      • “picture_url”: null,
      • “origin”: null,
      • “can_delete”: false,
      • “primary_color”: null,
      • “installation_stack”: null,
      • “premium_activity_logs”: null,
      • “premium_approval”: null,
      • “premium_teams”: null,
      • “premium_multiple_dashboards”: null,
      • “premium_white_label”: null,
      • “premium_collaboration”: null,
      • “premium_record_dashboard”: null,
      • “premium_scopes”: null,
      • “premium_smart_views”: null,
      • “premium_summary_view”: null,
      • “premium_third_party_incognito”: null,
      • “premium_live_query”: null,
      • “premium_ip_whitelist”: null,
      • “premium_two_factor_authentication”: null,
      • “premium_auto_logout”: null,
      • “use_ip_whitelist”: false,
      • “use_two_factor_authentication”: false,
      • “timezone”: null,
      • “inactive_duration_before_logout”: null,
      • “plan_limitation_status”: null,
      • “version”: null},
    • “type”: “projects”}

}

It’s really weird. I tried with the name of your project it works fine.
Could you try again :thinking: ?