<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Topics tagged with env.sh]]></title><description><![CDATA[A list of topics that have been tagged with env.sh]]></description><link>https://forum.cloudron.io/tags/env.sh</link><generator>RSS for Node</generator><lastBuildDate>Tue, 12 May 2026 00:38:48 GMT</lastBuildDate><atom:link href="https://forum.cloudron.io/tags/env.sh.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 31 Oct 2023 11:42:31 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Typebot does not restart after changing the env.sh]]></title><description><![CDATA[@nebulon said in Typebot does not restart after changing the env.sh:

Well are there any errors in the app logs then? Also maybe you can share the exact env variables you are trying to set with a link to the upstream docs.

Hey, nebulon! Thanks for asking. I solved the problem: do not include a space before or after the = in the configuration line:
Good: export NEXT_PUBLIC_GIPHY_API_KEY=StringfromGiphyhere
Bad: export NEXT_PUBLIC_GIPHY_API_KEY = StringfromGiphyhere
Also, remember to include export at the beginning of the line, as mentioned in the Cloudron documentation.
]]></description><link>https://forum.cloudron.io/topic/10305/typebot-does-not-restart-after-changing-the-env-sh</link><guid isPermaLink="true">https://forum.cloudron.io/topic/10305/typebot-does-not-restart-after-changing-the-env-sh</guid><dc:creator><![CDATA[LoudLemur]]></dc:creator><pubDate>Tue, 31 Oct 2023 11:42:31 GMT</pubDate></item></channel></rss>