<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comentários sobre: Guia Passo a Passo para Instalar o Typebot em seu servidor próprio	</title>
	<atom:link href="https://blog.remontti.com.br/7656/feed" rel="self" type="application/rss+xml" />
	<link>https://blog.remontti.com.br/7656</link>
	<description>rudimar@remontti</description>
	<lastBuildDate>Thu, 20 Mar 2025 20:29:01 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		Por: Osmar Muller		</title>
		<link>https://blog.remontti.com.br/7656#comment-129225</link>

		<dc:creator><![CDATA[Osmar Muller]]></dc:creator>
		<pubDate>Thu, 20 Mar 2025 20:29:01 +0000</pubDate>
		<guid isPermaLink="false">https://blog.remontti.com.br/?p=7656#comment-129225</guid>

					<description><![CDATA[Caso estiver instalando e ocorrer o erro 
 WARN  The &quot;workspaces&quot; field in package.json is not supported by pnpm. Create a &quot;pnpm-workspace.yaml&quot; file instead.
 ERROR  This project is configured to use bun
após rodar o pnpm install
corrigi o problema fazendo o seguinte:
apt install curl unzip -y
source /root/.bashrc
curl -fsSL https://bun.sh/install &#124; bash
bun install
# a Saida deve ser assim:
[0.18ms] &quot;.env&quot;
bun install v1.2.5 (013fdddc)

$ turbo run db:generate

Attention:
Turborepo now collects completely anonymous telemetry regarding usage.
This information is used to shape the Turborepo roadmap and prioritize features.
You can learn more, including how to opt-out if you&#039;d not like to participate in this anonymous program, by visiting the following URL:
https://turbo.build/repo/docs/telemetry

turbo 2.3.4

• Packages in scope: @typebot.io/ai, @typebot.io/anthropic-block, @typebot.io/billing, @typebot.io/blocks-base, @typebot.io/blocks-bubbles, @typebot.io/blocks-core, @typebot.io/blocks-inputs, @typebot.io/blocks-integrations, @typebot.io/blocks-logic, @typebot.io/bot-engine, @typebot.io/cal-com-block, @typebot.io/chat-node-block, @typebot.io/chat-session, @typebot.io/conditions, @typebot.io/credentials, @typebot.io/deepseek-block, @typebot.io/dify-ai-block, @typebot.io/elevenlabs-block, @typebot.io/emails, @typebot.io/env, @typebot.io/events, @typebot.io/forge, @typebot.io/forge-repository, @typebot.io/groq-block, @typebot.io/groups, @typebot.io/js, @typebot.io/legacy, @typebot.io/lib, @typebot.io/logs, @typebot.io/mistral-block, @typebot.io/nextjs, @typebot.io/nocodb-block, @typebot.io/open-router-block, @typebot.io/openai-block, @typebot.io/partykit, @typebot.io/perplexity-block, @typebot.io/playwright, @typebot.io/posthog-block, @typebot.io/prisma, @typebot.io/qrcode-block, @typebot.io/radar, @typebot.io/react, @typebot.io/results, @typebot.io/rich-text, @typebot.io/runtime-session-store, @typebot.io/schemas, @typebot.io/scripts, @typebot.io/segment-block, @typebot.io/settings, @typebot.io/telemetry, @typebot.io/theme, @typebot.io/together-ai-block, @typebot.io/transactional, @typebot.io/trpc-openapi, @typebot.io/tsconfig, @typebot.io/typebot, @typebot.io/ui, @typebot.io/variables, @typebot.io/whatsapp, @typebot.io/wordpress, @typebot.io/workspaces, @typebot.io/zendesk-block, @typebot.io/zod, bot-engine, builder, docs, forge-cli, landing-page, stories, typebot-js, viewer
• Running db:generate in 71 packages
• Remote caching disabled
@typebot.io/prisma:db:generate: cache bypass, force executing 96956da5c23aae7d
@typebot.io/prisma:db:generate:
@typebot.io/prisma:db:generate: $ dotenv -e ./.env -e ../../.env -- tsx scripts/db-generate.ts
@typebot.io/prisma:db:generate: Executing for PostgreSQL schema
@typebot.io/prisma:db:generate: Prisma schema loaded from postgresql/schema.prisma
@typebot.io/prisma:db:generate:
@typebot.io/prisma:db:generate: <img src="https://s.w.org/images/core/emoji/17.0.2/72x72/2714.png" alt="✔" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Generated Prisma Client (v5.12.1) to ./../../node_modules/@prisma/client in 1.54s
@typebot.io/prisma:db:generate:
@typebot.io/prisma:db:generate: Start using Prisma Client in Node.js (See: https://pris.ly/d/client)
@typebot.io/prisma:db:generate: ```
@typebot.io/prisma:db:generate: import { PrismaClient } from &#039;@prisma/client&#039;
@typebot.io/prisma:db:generate: const prisma = new PrismaClient()
@typebot.io/prisma:db:generate: ```
@typebot.io/prisma:db:generate: or start using Prisma Client at the edge (See: https://pris.ly/d/accelerate)
@typebot.io/prisma:db:generate: ```
@typebot.io/prisma:db:generate: import { PrismaClient } from &#039;@prisma/client/edge&#039;
@typebot.io/prisma:db:generate: const prisma = new PrismaClient()
@typebot.io/prisma:db:generate: ```
@typebot.io/prisma:db:generate:
@typebot.io/prisma:db:generate: See other ways of importing Prisma Client: http://pris.ly/d/importing-client
@typebot.io/prisma:db:generate:
@typebot.io/prisma:db:generate: ┌────────────────────────────────────────────────────────────────┐
@typebot.io/prisma:db:generate: │  Supercharge your Prisma Client with global database caching,  │
@typebot.io/prisma:db:generate: │  scalable connection pooling and real-time database events.    │
@typebot.io/prisma:db:generate: │  Explore Prisma Accelerate: https://pris.ly/cli/-accelerate    │
@typebot.io/prisma:db:generate: │  Explore Prisma Pulse: https://pris.ly/cli/-pulse              │
@typebot.io/prisma:db:generate: └────────────────────────────────────────────────────────────────┘
@typebot.io/prisma:db:generate:
@typebot.io/prisma:db:generate:

 Tasks:    1 successful, 1 total
Cached:    0 cached, 1 total
  Time:    10.278s

$ husky

+ @biomejs/biome@1.9.4
+ @tolgee/cli@2.8.2
+ husky@9.1.7
+ sherif@1.1.1
+ turbo@2.3.4
+ typescript@5.7.3

2676 packages installed [33.84s]

Blocked 4 postinstalls. Run `bun pm untrusted` for details.]]></description>
			<content:encoded><![CDATA[<p>Caso estiver instalando e ocorrer o erro<br />
 WARN  The &#8220;workspaces&#8221; field in package.json is not supported by pnpm. Create a &#8220;pnpm-workspace.yaml&#8221; file instead.<br />
 ERROR  This project is configured to use bun<br />
após rodar o pnpm install<br />
corrigi o problema fazendo o seguinte:<br />
apt install curl unzip -y<br />
source /root/.bashrc<br />
curl -fsSL <a href="https://bun.sh/install" rel="nofollow ugc">https://bun.sh/install</a> | bash<br />
bun install<br />
# a Saida deve ser assim:<br />
[0.18ms] &#8220;.env&#8221;<br />
bun install v1.2.5 (013fdddc)</p>
<p>$ turbo run db:generate</p>
<p>Attention:<br />
Turborepo now collects completely anonymous telemetry regarding usage.<br />
This information is used to shape the Turborepo roadmap and prioritize features.<br />
You can learn more, including how to opt-out if you&#8217;d not like to participate in this anonymous program, by visiting the following URL:<br />
<a href="https://turbo.build/repo/docs/telemetry" rel="nofollow ugc">https://turbo.build/repo/docs/telemetry</a></p>
<p>turbo 2.3.4</p>
<p>• Packages in scope: @typebot.io/ai, @typebot.io/anthropic-block, @typebot.io/billing, @typebot.io/blocks-base, @typebot.io/blocks-bubbles, @typebot.io/blocks-core, @typebot.io/blocks-inputs, @typebot.io/blocks-integrations, @typebot.io/blocks-logic, @typebot.io/bot-engine, @typebot.io/cal-com-block, @typebot.io/chat-node-block, @typebot.io/chat-session, @typebot.io/conditions, @typebot.io/credentials, @typebot.io/deepseek-block, @typebot.io/dify-ai-block, @typebot.io/elevenlabs-block, @typebot.io/emails, @typebot.io/env, @typebot.io/events, @typebot.io/forge, @typebot.io/forge-repository, @typebot.io/groq-block, @typebot.io/groups, @typebot.io/js, @typebot.io/legacy, @typebot.io/lib, @typebot.io/logs, @typebot.io/mistral-block, @typebot.io/nextjs, @typebot.io/nocodb-block, @typebot.io/open-router-block, @typebot.io/openai-block, @typebot.io/partykit, @typebot.io/perplexity-block, @typebot.io/playwright, @typebot.io/posthog-block, @typebot.io/prisma, @typebot.io/qrcode-block, @typebot.io/radar, @typebot.io/react, @typebot.io/results, @typebot.io/rich-text, @typebot.io/runtime-session-store, @typebot.io/schemas, @typebot.io/scripts, @typebot.io/segment-block, @typebot.io/settings, @typebot.io/telemetry, @typebot.io/theme, @typebot.io/together-ai-block, @typebot.io/transactional, @typebot.io/trpc-openapi, @typebot.io/tsconfig, @typebot.io/typebot, @typebot.io/ui, @typebot.io/variables, @typebot.io/whatsapp, @typebot.io/wordpress, @typebot.io/workspaces, @typebot.io/zendesk-block, @typebot.io/zod, bot-engine, builder, docs, forge-cli, landing-page, stories, typebot-js, viewer<br />
• Running db:generate in 71 packages<br />
• Remote caching disabled<br />
@typebot.io/prisma:db:generate: cache bypass, force executing 96956da5c23aae7d<br />
@typebot.io/prisma:db:generate:<br />
@typebot.io/prisma:db:generate: $ dotenv -e ./.env -e ../../.env &#8212; tsx scripts/db-generate.ts<br />
@typebot.io/prisma:db:generate: Executing for PostgreSQL schema<br />
@typebot.io/prisma:db:generate: Prisma schema loaded from postgresql/schema.prisma<br />
@typebot.io/prisma:db:generate:<br />
@typebot.io/prisma:db:generate: ✔ Generated Prisma Client (v5.12.1) to ./../../node_modules/@prisma/client in 1.54s<br />
@typebot.io/prisma:db:generate:<br />
@typebot.io/prisma:db:generate: Start using Prisma Client in Node.js (See: <a href="https://pris.ly/d/client" rel="nofollow ugc">https://pris.ly/d/client</a>)<br />
@typebot.io/prisma:db:generate: &#8220;`<br />
@typebot.io/prisma:db:generate: import { PrismaClient } from &#8216;@prisma/client&#8217;<br />
@typebot.io/prisma:db:generate: const prisma = new PrismaClient()<br />
@typebot.io/prisma:db:generate: &#8220;`<br />
@typebot.io/prisma:db:generate: or start using Prisma Client at the edge (See: <a href="https://pris.ly/d/accelerate" rel="nofollow ugc">https://pris.ly/d/accelerate</a>)<br />
@typebot.io/prisma:db:generate: &#8220;`<br />
@typebot.io/prisma:db:generate: import { PrismaClient } from &#8216;@prisma/client/edge&#8217;<br />
@typebot.io/prisma:db:generate: const prisma = new PrismaClient()<br />
@typebot.io/prisma:db:generate: &#8220;`<br />
@typebot.io/prisma:db:generate:<br />
@typebot.io/prisma:db:generate: See other ways of importing Prisma Client: <a href="http://pris.ly/d/importing-client" rel="nofollow ugc">http://pris.ly/d/importing-client</a><br />
@typebot.io/prisma:db:generate:<br />
@typebot.io/prisma:db:generate: ┌────────────────────────────────────────────────────────────────┐<br />
@typebot.io/prisma:db:generate: │  Supercharge your Prisma Client with global database caching,  │<br />
@typebot.io/prisma:db:generate: │  scalable connection pooling and real-time database events.    │<br />
@typebot.io/prisma:db:generate: │  Explore Prisma Accelerate: <a href="https://pris.ly/cli/-accelerate" rel="nofollow ugc">https://pris.ly/cli/-accelerate</a>    │<br />
@typebot.io/prisma:db:generate: │  Explore Prisma Pulse: <a href="https://pris.ly/cli/-pulse" rel="nofollow ugc">https://pris.ly/cli/-pulse</a>              │<br />
@typebot.io/prisma:db:generate: └────────────────────────────────────────────────────────────────┘<br />
@typebot.io/prisma:db:generate:<br />
@typebot.io/prisma:db:generate:</p>
<p> Tasks:    1 successful, 1 total<br />
Cached:    0 cached, 1 total<br />
  Time:    10.278s</p>
<p>$ husky</p>
<p>+ @biomejs/biome@1.9.4<br />
+ @tolgee/cli@2.8.2<br />
+ husky@9.1.7<br />
+ sherif@1.1.1<br />
+ turbo@2.3.4<br />
+ typescript@5.7.3</p>
<p>2676 packages installed [33.84s]</p>
<p>Blocked 4 postinstalls. Run `bun pm untrusted` for details.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Por: Linas		</title>
		<link>https://blog.remontti.com.br/7656#comment-126861</link>

		<dc:creator><![CDATA[Linas]]></dc:creator>
		<pubDate>Wed, 02 Oct 2024 20:31:26 +0000</pubDate>
		<guid isPermaLink="false">https://blog.remontti.com.br/?p=7656#comment-126861</guid>

					<description><![CDATA[Ola poderia me ajudar.. o meu aparece varias tentativas tente mais tarde,]]></description>
			<content:encoded><![CDATA[<p>Ola poderia me ajudar.. o meu aparece varias tentativas tente mais tarde,</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Por: Wilson		</title>
		<link>https://blog.remontti.com.br/7656#comment-126420</link>

		<dc:creator><![CDATA[Wilson]]></dc:creator>
		<pubDate>Sun, 25 Aug 2024 13:06:02 +0000</pubDate>
		<guid isPermaLink="false">https://blog.remontti.com.br/?p=7656#comment-126420</guid>

					<description><![CDATA[Em resposta a &lt;a href=&quot;https://blog.remontti.com.br/7656#comment-125207&quot;&gt;Leandro&lt;/a&gt;.

https://blog.remontti.com.br/doar ( nesse atalho colocou .cum.br]]></description>
			<content:encoded><![CDATA[<p>Em resposta a <a href="https://blog.remontti.com.br/7656#comment-125207">Leandro</a>.</p>
<p><a href="https://blog.remontti.com.br/doar" rel="ugc">https://blog.remontti.com.br/doar</a> ( nesse atalho colocou .cum.br</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Por: Leandro		</title>
		<link>https://blog.remontti.com.br/7656#comment-125207</link>

		<dc:creator><![CDATA[Leandro]]></dc:creator>
		<pubDate>Sat, 11 May 2024 16:59:21 +0000</pubDate>
		<guid isPermaLink="false">https://blog.remontti.com.br/?p=7656#comment-125207</guid>

					<description><![CDATA[Olha demorei um pouco para configurar todo o ambiente de acordo com o SCRIPT e como sou  desenvolvedor também, já sei que é assim mesmo em alguns casos nem funciona, mas o seu SCRITP e a forma limpa como descreveu tudo se seguir na risca, dá tudo certo, como deu pra mim aqui, quero parabenizar pelo excelente trabalho e iniciativa de compartilhar com todos, grande abraço !!! Obs. seu botão de doação não está ativo !!!]]></description>
			<content:encoded><![CDATA[<p>Olha demorei um pouco para configurar todo o ambiente de acordo com o SCRIPT e como sou  desenvolvedor também, já sei que é assim mesmo em alguns casos nem funciona, mas o seu SCRITP e a forma limpa como descreveu tudo se seguir na risca, dá tudo certo, como deu pra mim aqui, quero parabenizar pelo excelente trabalho e iniciativa de compartilhar com todos, grande abraço !!! Obs. seu botão de doação não está ativo !!!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Por: Murilo Vieira		</title>
		<link>https://blog.remontti.com.br/7656#comment-124599</link>

		<dc:creator><![CDATA[Murilo Vieira]]></dc:creator>
		<pubDate>Wed, 03 Apr 2024 01:18:23 +0000</pubDate>
		<guid isPermaLink="false">https://blog.remontti.com.br/?p=7656#comment-124599</guid>

					<description><![CDATA[Em resposta a &lt;a href=&quot;https://blog.remontti.com.br/7656#comment-124278&quot;&gt;Kleber&lt;/a&gt;.

certamente a senha que você colocou no postegres esta com algum caracter. aconteceu comigo.
volta, de um &quot;dropdb typebot&quot; depois &quot;dropuser typebot&quot; e faça novamente]]></description>
			<content:encoded><![CDATA[<p>Em resposta a <a href="https://blog.remontti.com.br/7656#comment-124278">Kleber</a>.</p>
<p>certamente a senha que você colocou no postegres esta com algum caracter. aconteceu comigo.<br />
volta, de um &#8220;dropdb typebot&#8221; depois &#8220;dropuser typebot&#8221; e faça novamente</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Por: Kleber		</title>
		<link>https://blog.remontti.com.br/7656#comment-124278</link>

		<dc:creator><![CDATA[Kleber]]></dc:creator>
		<pubDate>Wed, 13 Mar 2024 23:53:56 +0000</pubDate>
		<guid isPermaLink="false">https://blog.remontti.com.br/?p=7656#comment-124278</guid>

					<description><![CDATA[Boa noite! Segue o passo a passo e deu tudo certo estou apenas com um problema para fazer o login. Não consegue fazer login nem pelo Github nem pelo Google, sempre retorna erro. Sabem o que pode ser?]]></description>
			<content:encoded><![CDATA[<p>Boa noite! Segue o passo a passo e deu tudo certo estou apenas com um problema para fazer o login. Não consegue fazer login nem pelo Github nem pelo Google, sempre retorna erro. Sabem o que pode ser?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Por: sergio		</title>
		<link>https://blog.remontti.com.br/7656#comment-123108</link>

		<dc:creator><![CDATA[sergio]]></dc:creator>
		<pubDate>Tue, 19 Dec 2023 13:01:21 +0000</pubDate>
		<guid isPermaLink="false">https://blog.remontti.com.br/?p=7656#comment-123108</guid>

					<description><![CDATA[HELP ME PLEASE AFTER execute

pnpm prisma generate &#038;&#038; pnpm db:migrate

prisma:warn We could not find your Prisma schema at `prisma/schema.prisma`.
If you have a Prisma schema file in a custom path, you will need to run
`prisma generate --schema=./path/to/your/schema.prisma` to generate Prisma Clien                     t.
If you do not have a Prisma schema file yet, you can ignore this message.


&#062; typebot-os@2.20.0 db:migrate /opt/typebot.io
&#062; cd packages/prisma &#038;&#038; pnpm run db:migrate


&#062; @typebot.io/prisma@0.1.0 db:migrate /opt/typebot.io/packages/prisma
&#062; pnpm migrate:deploy


&#062; @typebot.io/prisma@0.1.0 migrate:deploy /opt/typebot.io/packages/prisma
&#062; dotenv -e ./.env -e ../../.env -- tsx scripts/migrate-deploy.ts

(node:3288) ExperimentalWarning: `--experimental-loader` may be removed in the future; instead use `register()`:
--import &#039;data:text/javascript,import { register } from &quot;node:module&quot;; import { pathToFileURL } from &quot;node:url&quot;; register(&quot;file%3A///opt/typebot.io/node_modules/.pnpm/tsx%403.12.7/node_modules/tsx/dist/loader.js&quot;, pathToFileURL(&quot;./&quot;));&#039;
(Use `node --trace-warnings ...` to show where the warning was created)
(node:3288) ExperimentalWarning: `globalPreload` is planned for removal in favor of `initialize`. `globalPreload` is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
Executing for PostgreSQL schema
Command failed: prisma migrate deploy --schema postgresql/schema.prisma
Error: P3009

migrate found failed migrations in the target database, new migrations will not be applied. Read more about how to resolve migration issues in a production database: https://pris.ly/d/migrate-resolve
The `20231211122755_add_banned_ip_table` migration started at 2023-12-18 20:18:16.407601 UTC failed]]></description>
			<content:encoded><![CDATA[<p>HELP ME PLEASE AFTER execute</p>
<p>pnpm prisma generate &amp;&amp; pnpm db:migrate</p>
<p>prisma:warn We could not find your Prisma schema at `prisma/schema.prisma`.<br />
If you have a Prisma schema file in a custom path, you will need to run<br />
`prisma generate &#8211;schema=./path/to/your/schema.prisma` to generate Prisma Clien                     t.<br />
If you do not have a Prisma schema file yet, you can ignore this message.</p>
<p>&gt; <a href="mailto:typebot-os@2.20">typebot-os@2.20</a>.0 db:migrate /opt/typebot.io<br />
&gt; cd packages/prisma &amp;&amp; pnpm run db:migrate</p>
<p>&gt; @typebot.io/prisma@0.1.0 db:migrate /opt/typebot.io/packages/prisma<br />
&gt; pnpm migrate:deploy</p>
<p>&gt; @typebot.io/prisma@0.1.0 migrate:deploy /opt/typebot.io/packages/prisma<br />
&gt; dotenv -e ./.env -e ../../.env &#8212; tsx scripts/migrate-deploy.ts</p>
<p>(node:3288) ExperimentalWarning: `&#8211;experimental-loader` may be removed in the future; instead use `register()`:<br />
&#8211;import &#8216;data:text/javascript,import { register } from &#8220;node:module&#8221;; import { pathToFileURL } from &#8220;node:url&#8221;; register(&#8220;file%3A///opt/typebot.io/node_modules/.pnpm/tsx%403.12.7/node_modules/tsx/dist/loader.js&#8221;, pathToFileURL(&#8220;./&#8221;));&#8217;<br />
(Use `node &#8211;trace-warnings &#8230;` to show where the warning was created)<br />
(node:3288) ExperimentalWarning: `globalPreload` is planned for removal in favor of `initialize`. `globalPreload` is an experimental feature and might change at any time<br />
(Use `node &#8211;trace-warnings &#8230;` to show where the warning was created)<br />
Executing for PostgreSQL schema<br />
Command failed: prisma migrate deploy &#8211;schema postgresql/schema.prisma<br />
Error: P3009</p>
<p>migrate found failed migrations in the target database, new migrations will not be applied. Read more about how to resolve migration issues in a production database: <a href="https://pris.ly/d/migrate-resolve" rel="nofollow ugc">https://pris.ly/d/migrate-resolve</a><br />
The `20231211122755_add_banned_ip_table` migration started at 2023-12-18 20:18:16.407601 UTC failed</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Por: Sergio		</title>
		<link>https://blog.remontti.com.br/7656#comment-123097</link>

		<dc:creator><![CDATA[Sergio]]></dc:creator>
		<pubDate>Tue, 19 Dec 2023 01:58:56 +0000</pubDate>
		<guid isPermaLink="false">https://blog.remontti.com.br/?p=7656#comment-123097</guid>

					<description><![CDATA[pnpm prisma generate &#038;&#038; pnpm db:migrate

Problema base de datos me puede ayudar por favor]]></description>
			<content:encoded><![CDATA[<p>pnpm prisma generate &amp;&amp; pnpm db:migrate</p>
<p>Problema base de datos me puede ayudar por favor</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Por: Rogerio Wagner		</title>
		<link>https://blog.remontti.com.br/7656#comment-122931</link>

		<dc:creator><![CDATA[Rogerio Wagner]]></dc:creator>
		<pubDate>Mon, 04 Dec 2023 11:55:25 +0000</pubDate>
		<guid isPermaLink="false">https://blog.remontti.com.br/?p=7656#comment-122931</guid>

					<description><![CDATA[Script furado. Da erro na hora de migração do banco. Enviei mensagem do erro e excluíram ao invés de responde-la.]]></description>
			<content:encoded><![CDATA[<p>Script furado. Da erro na hora de migração do banco. Enviei mensagem do erro e excluíram ao invés de responde-la.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Por: Rogerio Mendes		</title>
		<link>https://blog.remontti.com.br/7656#comment-122930</link>

		<dc:creator><![CDATA[Rogerio Mendes]]></dc:creator>
		<pubDate>Mon, 04 Dec 2023 11:52:20 +0000</pubDate>
		<guid isPermaLink="false">https://blog.remontti.com.br/?p=7656#comment-122930</guid>

					<description><![CDATA[Dá erro na hora de migração do banco. Script furado! Postei mensagem sobre o erro e excluíram ao invés de responder.]]></description>
			<content:encoded><![CDATA[<p>Dá erro na hora de migração do banco. Script furado! Postei mensagem sobre o erro e excluíram ao invés de responder.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Por: Diego		</title>
		<link>https://blog.remontti.com.br/7656#comment-122802</link>

		<dc:creator><![CDATA[Diego]]></dc:creator>
		<pubDate>Wed, 29 Nov 2023 14:08:22 +0000</pubDate>
		<guid isPermaLink="false">https://blog.remontti.com.br/?p=7656#comment-122802</guid>

					<description><![CDATA[Funcionando perfeitamente, poderia trazer um conteudo de como configurar com mínio?]]></description>
			<content:encoded><![CDATA[<p>Funcionando perfeitamente, poderia trazer um conteudo de como configurar com mínio?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Por: Rogerio Mendes		</title>
		<link>https://blog.remontti.com.br/7656#comment-122766</link>

		<dc:creator><![CDATA[Rogerio Mendes]]></dc:creator>
		<pubDate>Mon, 27 Nov 2023 21:55:41 +0000</pubDate>
		<guid isPermaLink="false">https://blog.remontti.com.br/?p=7656#comment-122766</guid>

					<description><![CDATA[Estou com o seguinte erro ao executar &quot;pnpm prisma generate &#038;&#038; pnpm db:migrate&quot;, alguma pista?


Environment variables loaded from .env
prisma:warn We could not find your Prisma schema at `prisma/schema.prisma`.
If you have a Prisma schema file in a custom path, you will need to run
`prisma generate --schema=./path/to/your/schema.prisma` to generate Prisma Client.
If you do not have a Prisma schema file yet, you can ignore this message.


&#062; typebot-os@2.19.1 db:migrate /opt/typebot.io
&#062; cd packages/prisma &#038;&#038; pnpm run db:migrate


&#062; @typebot.io/prisma@0.1.0 db:migrate /opt/typebot.io/packages/prisma
&#062; pnpm migrate:deploy


&#062; @typebot.io/prisma@0.1.0 migrate:deploy /opt/typebot.io/packages/prisma
&#062; dotenv -e ./.env -e ../../.env -- tsx scripts/migrate-deploy.ts

Executing for PostgreSQL schema
Command failed: prisma migrate deploy --schema postgresql/schema.prisma
Error: P3009

migrate found failed migrations in the target database, new migrations will not be applied. Read more about how to resolve migration issues in a production database: https://pris.ly/d/migrate-resolve
The `20220603074700_add_tokens` migration started at 2023-11-27 20:58:12.630154 UTC failed]]></description>
			<content:encoded><![CDATA[<p>Estou com o seguinte erro ao executar &#8220;pnpm prisma generate &amp;&amp; pnpm db:migrate&#8221;, alguma pista?</p>
<p>Environment variables loaded from .env<br />
prisma:warn We could not find your Prisma schema at `prisma/schema.prisma`.<br />
If you have a Prisma schema file in a custom path, you will need to run<br />
`prisma generate &#8211;schema=./path/to/your/schema.prisma` to generate Prisma Client.<br />
If you do not have a Prisma schema file yet, you can ignore this message.</p>
<p>&gt; <a href="mailto:typebot-os@2.19">typebot-os@2.19</a>.1 db:migrate /opt/typebot.io<br />
&gt; cd packages/prisma &amp;&amp; pnpm run db:migrate</p>
<p>&gt; @typebot.io/prisma@0.1.0 db:migrate /opt/typebot.io/packages/prisma<br />
&gt; pnpm migrate:deploy</p>
<p>&gt; @typebot.io/prisma@0.1.0 migrate:deploy /opt/typebot.io/packages/prisma<br />
&gt; dotenv -e ./.env -e ../../.env &#8212; tsx scripts/migrate-deploy.ts</p>
<p>Executing for PostgreSQL schema<br />
Command failed: prisma migrate deploy &#8211;schema postgresql/schema.prisma<br />
Error: P3009</p>
<p>migrate found failed migrations in the target database, new migrations will not be applied. Read more about how to resolve migration issues in a production database: <a href="https://pris.ly/d/migrate-resolve" rel="nofollow ugc">https://pris.ly/d/migrate-resolve</a><br />
The `20220603074700_add_tokens` migration started at 2023-11-27 20:58:12.630154 UTC failed</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Por: Udson Assis		</title>
		<link>https://blog.remontti.com.br/7656#comment-122072</link>

		<dc:creator><![CDATA[Udson Assis]]></dc:creator>
		<pubDate>Sat, 28 Oct 2023 19:50:18 +0000</pubDate>
		<guid isPermaLink="false">https://blog.remontti.com.br/?p=7656#comment-122072</guid>

					<description><![CDATA[Instalando V2.18.4, mas tive problemas, na hora de logar a primeira vez da á seguinte mensagem:

Não autorizado

As inscrições estão desativadas.

Porém DISABLE_SIGNUP está como true

DISABLE_SIGNUP=true]]></description>
			<content:encoded><![CDATA[<p>Instalando V2.18.4, mas tive problemas, na hora de logar a primeira vez da á seguinte mensagem:</p>
<p>Não autorizado</p>
<p>As inscrições estão desativadas.</p>
<p>Porém DISABLE_SIGNUP está como true</p>
<p>DISABLE_SIGNUP=true</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Por: Wagner Rodolfo Costa		</title>
		<link>https://blog.remontti.com.br/7656#comment-122040</link>

		<dc:creator><![CDATA[Wagner Rodolfo Costa]]></dc:creator>
		<pubDate>Wed, 25 Oct 2023 21:42:53 +0000</pubDate>
		<guid isPermaLink="false">https://blog.remontti.com.br/?p=7656#comment-122040</guid>

					<description><![CDATA[Em resposta a &lt;a href=&quot;https://blog.remontti.com.br/7656#comment-121805&quot;&gt;Felipe Gonçalves&lt;/a&gt;.

não faz upload das imagens porque não foi configurado o servidor de imagem]]></description>
			<content:encoded><![CDATA[<p>Em resposta a <a href="https://blog.remontti.com.br/7656#comment-121805">Felipe Gonçalves</a>.</p>
<p>não faz upload das imagens porque não foi configurado o servidor de imagem</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Por: Felipe Gonçalves		</title>
		<link>https://blog.remontti.com.br/7656#comment-121805</link>

		<dc:creator><![CDATA[Felipe Gonçalves]]></dc:creator>
		<pubDate>Mon, 02 Oct 2023 23:09:43 +0000</pubDate>
		<guid isPermaLink="false">https://blog.remontti.com.br/?p=7656#comment-121805</guid>

					<description><![CDATA[Boa noite a todos, excelente conteúdo, funcionando quase 100% ná hora de upar imagens não vai de jeito nenhum e nem apresenta erros. 

Alguém já se deparou com isso?]]></description>
			<content:encoded><![CDATA[<p>Boa noite a todos, excelente conteúdo, funcionando quase 100% ná hora de upar imagens não vai de jeito nenhum e nem apresenta erros. </p>
<p>Alguém já se deparou com isso?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Por: Girlanio		</title>
		<link>https://blog.remontti.com.br/7656#comment-121700</link>

		<dc:creator><![CDATA[Girlanio]]></dc:creator>
		<pubDate>Fri, 22 Sep 2023 20:41:59 +0000</pubDate>
		<guid isPermaLink="false">https://blog.remontti.com.br/?p=7656#comment-121700</guid>

					<description><![CDATA[O mestre dos mestres!]]></description>
			<content:encoded><![CDATA[<p>O mestre dos mestres!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Por: Joao Paulo		</title>
		<link>https://blog.remontti.com.br/7656#comment-121697</link>

		<dc:creator><![CDATA[Joao Paulo]]></dc:creator>
		<pubDate>Fri, 22 Sep 2023 18:02:16 +0000</pubDate>
		<guid isPermaLink="false">https://blog.remontti.com.br/?p=7656#comment-121697</guid>

					<description><![CDATA[Como sempre passo a passo sensacional, obrigado Rudimar!!!!]]></description>
			<content:encoded><![CDATA[<p>Como sempre passo a passo sensacional, obrigado Rudimar!!!!</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
