Fresh Install can not use template : Access denied
On a new vps installed with docker i can create new bots from scratch, and works fine
But importing from template or uploading JSON says: Access denied
Also when i change some setting appears this message:
error : billing.getSuscription stripe environment variables are missing.
error : billing.getSuscription stripe environment variables are missing.
4 Replies
chagpt says : add - DISABLE_BILLING=true
gemini says : add - BILLING_ENABLED=false
i dont know where they take that info 😆
but this did not fix my isue
also i notice i can not delete new bots created says Access Denied
its strange because i can create new flows by hand, but does not allow me to import json or using templates..
i suppose i will have to wait baptiste answer , i dont know what else to do.
I fix partially the problem !
in my .env enviroment i did not paste well my S3 Storage data, so Access denied was talking about my s3.
But i still see ( i dont care ) when i change some setting appears this message:
error : billing.getSuscription
stripe environment variables are missing.
Indeed if S3 is configured then on Typebot import, we try to duplicate the uploaded media so if the S3 connexion fails, you can't import a bot
For the
stripe environment variables are missing.
Can you tell me exactly what you do before it appears?stripe environment variables are missing
i just goes to configuration and it appears..

Thanks for the feedback!
Will be fixed on next release 👌