Conversation
Deploying openpodcast-app with
|
| Latest commit: |
5534b28
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://6e34d191.openpodcast-app.pages.dev |
| Branch Preview URL: | https://connect.openpodcast-app.pages.dev |
Member
Author
|
I noticed that we use two different email addresses on our old connect.openpodcast.app website:
Can we use one? E.g. services@openpodcast.dev? |
Contributor
for spotify it is spotify-connector@openpodcast.dev |
Member
Author
Done |
mre
added a commit
to openpodcast/api
that referenced
this pull request
Aug 1, 2025
Related to openpodcast/landing#15 - Add POST /register endpoint for user registration - Create users table with migration 15 - Generate API keys automatically on registration - Handle duplicate email registration (409 response) - Add comprehensive validation for name and email - Include unit tests and E2E tests - Update Jest config to support both TS and JS tests 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
mre
added a commit
to openpodcast/api
that referenced
this pull request
Aug 1, 2025
Related to openpodcast/landing#15 - Add POST /register endpoint for user registration - Create users table with migration 15 - Generate API keys automatically on registration - Handle duplicate email registration (409 response) - Add comprehensive validation for name and email - Include unit tests and E2E tests - Update Jest config to support both TS and JS tests 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
Member
Author
|
I've added the registration endpoint that we talked about. openpodcast/api#192
It stores the credentials in local storage. If someone uses the same data, it retrieves it from the API. |
woolfg
requested changes
Aug 19, 2025
Contributor
woolfg
left a comment
There was a problem hiding this comment.
- get an error in the UI: can't access property "getRegisterUrl", window.OpenPodcastConfig is undefined
- why do we use VITE env variables if we do not use vite?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Moved connect.openpodcast.app to website