Does specifying NODE_ENV=development or SIGN_IN_PREFILLED=true affect self-hosted in API playground?
I saw a few posts saying that they could not access API documentation (https://twenty.com/developers/rest-api/core#/) with self-hosted, which I am also one of them. It seems that there is no solution yet, only work around. Only on 07/03/2025, I was able to use the playground for both REST and GraphQL APIs with my API key. It was on the same day that I tried changing these environments for my server container. Now it does not work again, although I didn't modify anything since. So, I would like to ask if these two variables affect the playground, or does anybody know the solution?
I am not sure if it was due to the update 3 days ago or not, that I managed to access the documentation.
I am able to send and get response properly with REST API, just could not use the playground. My instance is version 0.43.2.
Twenty.com
Open Source CRM
12 Replies
Hi, to access the playground locally, you need
NODE_ENV=development
in your server env indeedHi, thank you for the reply. I set
NODE_ENV=development
, however, the playground does not render. There seems to be an update about openAPI in main. Do you know if this affects the rendering on playground or is there any way to host the playground locally?@Félix is it what you worked on?
Unknown User•4w ago
Message Not Public
Sign In & Join Server To View
I could not see any error, only 200 and 204 responses.

There are 2 issues, saying that @import rule was ignored and it affects

I forgot to mention that I updated to 0.43.5, the latest tag for docker.
Hi @Leeching, do you still have an issue here?
Hi Thomast, the issue is still persist.
what is the answer in your core query? do we agree the url starting with
emu-nor
is your api?yes, the url is from me tunnelling with ngrok. After I checked, it seems like it failed to reach backend, I think it is my fault. When I tried with localhost, now it works fine when I turned off my adblock. Thank you for your help!