I figured. Is there any possibility to continue to run the old endpoint until I can migrate?
I am AFK for a week.
I figured. Is there any possibility to continue to run the old endpoint until I can migrate?
I am AFK for a week.
I am attempting to connect to the new API
"zap.stream/api/v1/account" With NIP-98 auth returns 200 with html body rather than expected API response
I also tried
"api.zap.stream/api/v1/account" returns 404
"api.zap.stream/api/nostr" returns 500
Do I have the right URL and auth?
Is this routing to the API correctly?
The new URL is api-core.zap.stream, there is way to use redirects because nip98 has the full URL in the auth event
No, the data was migrated to the new database, the old one is readonly
I will have to disable host name validation by modifying the backend maybe, checking
I have tested and can connect with the new url.
If the old API is no op, and the new API has the same endpoints, then serving the new API from the old domain would solve my issue.
Is that possible?