synadia-labs / natster

Natster - A peer-to-multipeer media sharing application built with nothing but NATS
https://docs.natster.io
Apache License 2.0
39 stars 6 forks source link

Unable to set exports to 2 #119

Closed gmlewis closed 3 months ago

gmlewis commented 7 months ago

When following the steps listed here: https://docs.natster.io/usage/init/#editing-your-exports I was unable to set the number of exports to 2 either for the "default" account or for the new "natster" account. I started with the free tier of Synadia Cloud, and it sounds from the text like that is sufficient, but the error that I get in the SC website is:

You have reached the tenant limit for the account. Please choose a value under 1.

I went ahead and tried to initialize the natster cli client locally, but it gives this error:

? Select a system: NGS
? Select an account: natster
✅ Catalog service export is configured
natster: error: failed to create subject export 'natster_media' - 400 Bad Request
---
{"error":"the account contains more exports than allowed by the operator"}

Any ideas how to fix this?

jordan-rash commented 3 months ago

exports to 2 either for the "default" account or for the new "natster" account.

This makes it sound like you have 2 accounts in your Free tier. If that is the case, the UI probably allocated 1 export (of which you get 2 for free) to each account. If you go in and make the Default account have 0 exports, you should be able to allocate both of yours to the "natster" account so that you have 2

gmlewis commented 3 months ago

Thanks, @jordan-rash. Closing the issue, as I haven't looked at this in the last four months.