Problem description:
Hi, my problem is about the sidebar tool section and not all the tools appear. The only tools that appear are: docs, chat, threads, packages, git, shell, webview, authentication, markdown and settings.
I am trying to create environment variables but i really cant find the secret section and apparently it’s in the tool section of the sidebar.
I’ve searched a lot and didn’t find anything that seems to work.
Expected behavior:
A sidebar full of tools like: debugger, console, secret, database, etc.
Actual behavior:
Only a few tools in the sidebar.
Steps to reproduce:
Just create an account and create a new project. For me, I can’t see all the tools.
Bug appears at this link:
No link but i’ve joint some images
Browser/OS/Device:
I really dont think it’s any browser, OS nor device problem since i’ve tried it on other devices, os and browsers and i get the same problem.
To explain further, front-end Repls like HTML, CSS & JS, don’t support secrets because there is no way of actually hiding these secrets. The browser can see everything no matter what, you could inspect element and be able to see ‘secrets’ on a front-end Repl. Only a back-end Repl can actually enable hiding secrets.
I recommend using the flask template. Flask is a simple python backend, with a super easy session object the lets you store tokens and secrets per-user via cookie encryption. You should be able to use secrets on a flask repl.