Replies: 1 comment 1 reply
-
🤖 Hey @turingmyq, fancy seeing you here again! Hope this message finds you in a loop of happiness, not re-registration. 🌀 I'm sorry for the inconvenience you're experiencing. It seems like you're having trouble registering and obtaining an API key for the langflow store. Here are some steps you can follow to try and resolve this issue:
const user = {
// Fill in user details
};
addUser(user).then(response => {
console.log(response);
}).catch(error => {
console.error(error);
});
getLoggedUser().then(response => {
console.log(response);
}).catch(error => {
console.error(error);
});
const apiKeyName = 'my-api-key';
createApiKey(apiKeyName).then(response => {
console.log(response);
}).catch(error => {
console.error(error);
});
const apiKey = 'my-api-key';
addApiKeyStore(apiKey).then(response => {
console.log(response);
}).catch(error => {
console.error(error);
}); Please replace If you're still having trouble, could you please provide more details about the issue? Specifically, any error messages you're seeing would be very helpful. Sources
This response is meant to be useful and save you time. It is not meant to be a precise solution, but rather a starting point for your own research. Help me be more useful! Please leave a 👍 if this is helpful and 👎 if it is irrelevant. If you want to continue the conversation, start your reply with @dosu-bot. |
Beta Was this translation helpful? Give feedback.
-
if i want to use the store fuction ,i need the api key
but when i want to get the api key ,it stuck at the langflow store register website
i use my github account ,but when i click on the button named github,it fall into a cycle of re register
i try three times but still fail
so i try to register a new acount ,but i meet the problem below
you are still in waitlist so what should i do to solve this problem
i am so confused
Beta Was this translation helpful? Give feedback.
All reactions