question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

FRAMEWORK not required

See original GitHub issue

{ "error": { "code": "BAD_REQUEST_ERROR", "description": "FRAMEWORK is\/are not required and should not be sent", "source": "provider", "step": "payment_authorization", "reason": "extra_field_sent", "metadata": {} }, "http_status_code": 400 }

"react-native-customui": "^2.2.0",
"react-native": "0.67.4",
"react": "17.0.2",

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:14 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
vivekshindhecommented, Apr 13, 2022

was it released with the caret symbol? ^2.1.9? I’m guessing it picked 2.2.0 when it was built. We’ve identified the issue. Will update this by EOD today.

1reaction
vivekshindhecommented, Apr 13, 2022

@CHANDRAMOHANnegi you can use that for now. We’ll make a fix for this by tomorrow. It’d be great if you can wait till tomorrow though. Will update here when done.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Entity Framework - Make Category field not required
I can't create a product without explicitly selecting a category, and my data is structured in such a way, that I don't want...
Read more >
Data Annotations - Required Attribute in EF 6 & EF Core
The Required attribute can be applied to one or more properties in an entity class. EF will create a NOT NULL column in...
Read more >
Server-side validation on an Entity Framework required field ...
Has anyone had issues getting server-side validation on an Entity Framework required field (property) to work? The data type is a string (nvarchar)....
Read more >
The Fluent API IsRequired Method
The Entity Framework Core Fluent API includes two IsRequired methods. One is available on the PropertyBuilder type and is applied to a property...
Read more >
Migrations and Seed Data With Entity Framework Core
NET Core 3.0, EF Core tools required for migrations are not preinstalled. Therefore, we have to install the Microsoft.EntityFrameworkCore.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found