-
|
Hi, first of all thanks for the great docker images. I'm trying to setup a modded server using the CF_API_KEY. When I go to developer console I have to create an organization. Afterwards this key gets denied by the software.
I tried also a different api key from the curse website itself, but this gets rejected. Am I looking in the wrong place for the key? Thanks for the help. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Yes, that's the correct place to allocate and retrieve the key. First double check that you have re-pulled and applied the latest image. If using a compose file, the easiest way is with: A lot of people on the Discord server have found that simply reallocating the API key (sometimes a few times) weirdly fixes it. If your server is in a crash loop, then I'd recommend stopping it and waiting at least an hour. I never have been able to find out what the rate-limit duration is imposed by CurseForge, but surely an hour is enough. |
Beta Was this translation helpful? Give feedback.
Yes, that's the correct place to allocate and retrieve the key.
First double check that you have re-pulled and applied the latest image. If using a compose file, the easiest way is with:
A lot of people on the Discord server have found that simply reallocating the API key (sometimes a few times) weirdly fixes it.
If your server is in a crash loop, then I'd recommend stopping it and waiting at least an hour. I never have been able to find out what the rate-limit duration is imposed by CurseForge, but surely an hour is enough.