mirror of
https://github.com/akashrchandran/spotify-lyrics-api.git
synced 2026-04-27 10:05:53 +03:00
[GH-ISSUE #36] Need help with my self-hosting. #105
Labels
No labels
UPDATES
bug
bug
documentation
enhancement
hacktoberfest
help wanted
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-lyrics-api#105
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @PeterStark000 on GitHub (Jan 24, 2024).
Original GitHub issue: https://github.com/akashrchandran/spotify-lyrics-api/issues/36
I hosted the REST API on Vercel, configured the environment variable, everything is fine! But every time I try to search for a letter, I get this issue:
Would you know what this could be or how to fix it? Also, I don't know if it's related, but when I started the build, a warning message appeared in the console.
@akashrchandran commented on GitHub (Jan 25, 2024):
Hi,
The issue should be resolved with the commit
38bc05d3ee. My apologies for the error, and I appreciate your patience. Delete the olddeployment and proceed with re-deploying the project from start. To re-deploy you can click on the below button.@PeterStark000 commented on GitHub (Jan 26, 2024):
Thank you!