builder-server icon indicating copy to clipboard operation
builder-server copied to clipboard

Builder app backend

Results 37 builder-server issues
Sort by recently updated
recently updated
newest added

Bumps [express](https://github.com/expressjs/express) from 4.18.2 to 4.19.2. Release notes Sourced from express's releases. 4.19.2 What's Changed Improved fix for open redirect allow list bypass Full Changelog: https://github.com/expressjs/express/compare/4.19.1...4.19.2 4.19.1 What's Changed Fix...

dependencies

Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.21.3 to 7.23.2. Release notes Sourced from @โ€‹babel/traverse's releases. v7.23.2 (2023-10-11) NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release...

dependencies

Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) from 6.11.3 to 6.11.4. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=protobufjs&package-manager=npm_and_yarn&previous-version=6.11.3&new-version=6.11.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: #...

dependencies

On fetching the collections by addresses with status approved server was returning not all collections approved. This issue happened reviewing the approved collections with tag pride23 https://builder-api.decentraland.org/v1/addresses?tag=PRIDE23&status=approved https://builder-api.decentraland.org/v1/addresses?tag=PRIDE23 -> returned...

bug

## ๐ŸŽ‰ Description * [ ] ๐Ÿ› This is a bug report. * [x] ๐Ÿ“ˆ This is a feature request. ## ๐Ÿ“ Details Currently, we're not supporting more single items,...

## ๐ŸŽ‰ Description It has been reported by the curators that the endpoint sometimes gets stuck forever in a loading screen, making it non-usable. We need to analyze the curations...

## ๐ŸŽ‰ Description Check the Collection router and stop accepting the `id` field from the front on the Collection creation. Instead, let the DB handle the id default creation using...

good first issue

Handle openSea rejected requests and log the error in the `builder-server` endpoint `/nfts`, making it more verbose for debugging and letting us know possible issues.

## ๐ŸŽ‰ Description This was a temp solutions, I'm creating this task to remove it once the FW is over. * [ ] ๐Ÿ› This is a bug report. *...

By using the tracer and the http-tracer components, implement tracing in the builder-server To complete this issue: - The tracer and http-tracer component must be used to implement tracing and...