> For the complete documentation index, see [llms.txt](https://docs.primelister.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.primelister.com/troubleshooting/missing-configuration-in-script-error.md).

# Missing Configuration in Script

"Missing Configuration in Script" error is given when the extension cannot fill a required field that was added to the listing form recently. This error occurs mostly on Mercari or Poshmark.&#x20;

#### Why are you getting this error probably?&#x20;

It has been a long time since you added your listing to the platform. The listing platform (Mercari/Poshmark) has added a new required field to the form. Since this new field in your old listing is missing, the PrimeLister Extension cannot auto-fill that field when it is creating a new listing.&#x20;

#### How to resolve this error?&#x20;

When you get "Missing Configuration in Script" error when you try to do a task in a listing, you should edit your listing for once only. During the editing, you will see the missing field when you try to save the listing. Fill this field yourself and save your listing. After this step, you can use PrimeLister Extension again for list posting seamlessly.&#x20;

For example; If you get a "Platform can not be empty." error, you have to edit the listing and select the platform and save it.

![](https://lh3.googleusercontent.com/EAN7yxLIB93bMaCzLF_PPZU3Kxw8JGUUz_K4gzaSevpBWZBUtz-S5FEeUAd3YiFoKSZs1sETJ8jXp8RnmtZJtcQdT2L1MoPl5Qv6Ha3t2RExAqHVQfPXzv7um8bT0DS0Dp126OO4)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.primelister.com/troubleshooting/missing-configuration-in-script-error.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
