tabby-ai / tabby_flutter_inapp_sdk

MIT License
2 stars 12 forks source link

session create status: 302 #15

Closed fahmidul closed 7 months ago

fahmidul commented 1 year ago

session create status: 302 What does it mean by this status code? From where I can get details of statuses?

image

pushkar2113 commented 11 months ago

same I'm also getting same error.

Screenshot 2023-10-16 at 1 40 38 PM Screenshot 2023-10-16 at 1 38 23 PM
Aseel-Khatri commented 7 months ago

I am also facing this issue in staging environment, any guide, what am I missing? @kuznetsov-from-wonderland

kuznetsov-from-wonderland commented 7 months ago

Please use Environment.production This is ok, since you're operating with the test key, given by Tabby integrations team.

Amryasin commented 6 months ago

i use this solution but not working get 401

kuznetsov-from-wonderland commented 6 months ago

Please use Environment.production

kuznetsov-from-wonderland commented 6 months ago

i use this solution but not working get 401

TabbySDK().setup(
    withApiKey: '', // Put here your Api key, given by the Tabby integrations team
  );
Amryasin commented 6 months ago

thaks for replay but the key i have is pk_test_xxxxxxxxxxxxxxxxxx not a production key

kuznetsov-from-wonderland commented 6 months ago

Thanks! That's expected. First you test with pk_test_xxxxxxxxxxxxxxxxxx which will end up creating fake transations in Production. Then ask your Tabby Account Manager to provide you pk_xxxxxxxxxxxxxxxxxx real key.

Amryasin commented 6 months ago

but i cant't create a fake transations using pk_test_xxxxxxxxxxxxxxxxxx on production and when change it to stage get 302

kuznetsov-from-wonderland commented 6 months ago

Please email me at ilya.kuznetsov@tabby.ai and kseniya.ismailova@tabby.ai ? We'll provide you proper support on your issue.