Giter Club home page Giter Club logo

Comments (6)

fabianaferreira avatar fabianaferreira commented on September 16, 2024

Hi, @mbolka! Can you send me your project so I can have a look, maybe push it to GitHub? You can also send me a snippet of your manifest.json file.

from vtex-courses.

mbolka avatar mbolka commented on September 16, 2024

I have sent you an invitation to my repository and here is the manifest.json

{
  "vendor": "[ACCOUNT NAME]",
  "name": "[APP NAME]",
  "version": "0.0.0",
  "title": "Admin Tool",
  "description": "Some admin tool",
  "builders": {
    "react": "3.x",
    "messages": "1.x",
    "docs": "0.x",
    "admin": "0.x"
  },
  "dependencies": {
    "vtex.styleguide": "9.x"
  },
  "registries": ["smartcheckout"],
  "policies": [],
  "$schema": "https://raw.githubusercontent.com/vtex/node-vtex-api/master/gen/manifest.schema"
}

from vtex-courses.

fabianaferreira avatar fabianaferreira commented on September 16, 2024

So, the problem lies in both fields: vendor and name, which should be something different from what you have. Whenever you link your application, it will validate the information that you have in the manifest.json file. That's why it's complaining.

If you send a request to create an app and received approval, you probably defined a vendor name (which should be the same as the account name that you're currently developing in), and the app name, which was divante-admin-sandbox.

I took a look at the requests and it seems that you used a value for the vendor (divantetest) that is not a valid account name. Which is the current account that you're developing?

from vtex-courses.

mbolka avatar mbolka commented on September 16, 2024

I am developing the app for: divantetest--vtexromania.myvtex.com
I have requested permission for:
Vendor: divantetest
App: divante-admin-sandbox

from vtex-courses.

fabianaferreira avatar fabianaferreira commented on September 16, 2024

So, you need to do some things to make it work:

  1. Change the vendor and the app name on the manifest.json file to the correct ones, which should be:
{
  "vendor": "vtexromania",
  "name": "divante-admin-sandbox",
  "version": "0.0.0",
  "title": "Admin Tool",
  "description": "Some admin tool",
  "builders": {
    "react": "3.x",
    "messages": "1.x",
    "docs": "0.x",
    "admin": "0.x"
  },
  "dependencies": {
    "vtex.styleguide": "9.x"
  },
  "registries": ["smartcheckout"],
  "policies": [],
  "$schema": "https://raw.githubusercontent.com/vtex/node-vtex-api/master/gen/manifest.schema"
}
  1. You'll probably have to send a new request to be able to link under this account. This request needs to be made with the vendor and app name that I've mentioned before, in the code snippet.

The vendor is the field that defines which is the account responsible for maintaining the application. It needs to be a valid VTEX account, in your case, vtexromania.

from vtex-courses.

fabianaferreira avatar fabianaferreira commented on September 16, 2024

I've just approved the new submission for developing an app under the correct vendor.

from vtex-courses.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.