spicetify / marketplace

Download extensions and themes directly from Spicetify
MIT License
1.03k stars 174 forks source link

Marketplace won't build locally with current main code #782

Closed zhngharry closed 2 months ago

zhngharry commented 2 months ago

🔍 Is there already an issue for your problem?

ℹ Environment / Computer Info

- Spotify version: Spotify for Windows (64 bit), 1.2.39.578.g0ea3f38b
- Spicetify version: v2.36.12

📝 Description

When cloning the current main branch of spicetify and trying to build it locally, Marketplace won't load. I have discovered that any version of the main branch since (including) commit 15900b9 (PR #759) causes the error locally, and any version prior to that still works.

Steps to reproduce:

Clone repo

run pnpm build:local

Copy files from dist folder into spicetify marketplace folder

run spicetify apply in terminal

observe marketplace in client

📸 Screenshots

No response

rxri commented 2 months ago

try now

zhngharry commented 2 months ago

try now

works as expected now, thanks for being so quick ^^