# HELP! Trying to build out the signup page and getting stuck

**URL:** https://community.thunkable.com/t/help-trying-to-build-out-the-signup-page-and-getting-stuck/3543629
**Category:** Web API's
**Created:** [February 6, 2025, 7:53am UTC](https://community.thunkable.com/t/help-trying-to-build-out-the-signup-page-and-getting-stuck/3543629 "2025-02-06T07:53:29Z")
**Posts on this page:** 10
**Page:** 1

<div class="post-metadata">

### Author: ![titilayocreativesjqp](https://avatars.discourse-cdn.com/v4/letter/t/3d9bf3/32.png) [@titilayocreativesjqp](https://community.thunkable.com/u/titilayocreativesjqp)
#### Post date: [February 6, 2025, 7:53am UTC](https://community.thunkable.com/t/help-trying-to-build-out-the-signup-page-and-getting-stuck/3543629/1 "2025-02-06T07:53:29Z")

</div>

Im very new to buidling apps. And I have an idea im working on with thunkable. Im trying to create the sign up page and Im having big issues with the logic. i already have a database built with Supabase. But for whatever reason nothing is working. And I keep getting error message. This is with chatgpt says I should build this out.

When SignUpButton Clicked →  
set SupaBaseAuth’s URL to “[https://your-project-id.supabase.co](https://your-project-id.supabase.co)” →  
set SupaBaseAuth’s Headers to  
create object with fields:  
“apikey”: “your-supabase-api-key”,  
“Content-Type”: “application/json”  
set SupaBaseAuth’s Body to  
create object with fields:  
“email”: “get text from EmailInput”,  
“password”: “get text from PasswordInput”  
call SupaBaseAuth’s Post with path “/auth/v1/signup” →  
outputs response, status, error →  
when Post is done →  
if response is successful →  
navigate to ProfileSetup  
else →  
show alert “Error: [error]”

But this isnt working at all. I keep getting the same error message. Keep in mind, I have no prior experience with this. Im entering the API KEY from Supabase within the create object fields. i dont know if there is something on Supabase end that is causing this. Please help

---

<div class="post-metadata">

### Author: ![tatiang](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/tatiang/32/55482_2.png) [@tatiang](https://community.thunkable.com/u/tatiang)
#### Post date: [February 6, 2025, 2:58pm UTC](https://community.thunkable.com/t/help-trying-to-build-out-the-signup-page-and-getting-stuck/3543629/2 "2025-02-06T14:58:19Z")

</div>

When something isn’t working in Thunkable, it’s best to provide a screenshot (or a link to your project). In this case, we also need to know what the error is – if any – and what the response is. Those green blocks can be assigned to labels or text inputs (the advantage with text inputs is that you can copy the text and then paste it here) so you can see the values when previewing your project.

---

<div class="post-metadata">

### Author: ![titilayocreativesjqp](https://avatars.discourse-cdn.com/v4/letter/t/3d9bf3/32.png) [@titilayocreativesjqp](https://community.thunkable.com/u/titilayocreativesjqp)
#### Post date: [February 6, 2025, 5:40pm UTC](https://community.thunkable.com/t/help-trying-to-build-out-the-signup-page-and-getting-stuck/3543629/3 "2025-02-06T17:40:08Z")

</div>

The error message I get is

“Internal error generating code for blocks  
Please notify Thunkable support. You can undo your latest change to avoid this error”

 ![image (33)](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/3/b/3bdd945efc16d6ee8dd91089b9f9b7b4e59d1174.png)

---

<div class="post-metadata">

### Author: ![tatiang](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/tatiang/32/55482_2.png) [@tatiang](https://community.thunkable.com/u/tatiang)
#### Post date: [February 6, 2025, 7:04pm UTC](https://community.thunkable.com/t/help-trying-to-build-out-the-signup-page-and-getting-stuck/3543629/4 "2025-02-06T19:04:23Z")

</div>

> [@titilayocreativesjqp](#):
>
> Internal error generating code for blocks

That has nothing to do with the API call or response. That means that you’ve connected or configured blocks that are invalid in Thunkable. It appears that you created objects with the property:value pair as the property. The property names should be _email_ and _password_. No quotes, no other text. Those empty puzzle pieces need a value. So you would typically place a text block, text input, or a variable block in each one.

Here’s an example of what that might look like:

 ![image](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/3/b/3b1da69c95c476ea545d9a1a495c3f79b11078cd.png)

---

<div class="post-metadata">

### Author: ![titilayocreativesjqp](https://avatars.discourse-cdn.com/v4/letter/t/3d9bf3/32.png) [@titilayocreativesjqp](https://community.thunkable.com/u/titilayocreativesjqp)
#### Post date: [February 6, 2025, 8:08pm UTC](https://community.thunkable.com/t/help-trying-to-build-out-the-signup-page-and-getting-stuck/3543629/5 "2025-02-06T20:08:26Z")

</div>

Ohhhhh, I think I see what you are saying. Here is the revised version. I appreciate your patience. The learning curve is a bit steep for me.

 ![image (34)](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/3/b/3bd24b0250f5e6e438dc476b58e37b16d9c9e99d.png)

---

<div class="post-metadata">

### Author: ![titilayocreativesjqp](https://avatars.discourse-cdn.com/v4/letter/t/3d9bf3/32.png) [@titilayocreativesjqp](https://community.thunkable.com/u/titilayocreativesjqp)
#### Post date: [February 6, 2025, 9:07pm UTC](https://community.thunkable.com/t/help-trying-to-build-out-the-signup-page-and-getting-stuck/3543629/6 "2025-02-06T21:07:01Z")

</div>

Also is it possible to add a path to the “Call supabaseauth’s post” block. That is what chat GPT is telling me to do. But I dont see space to do that

---

<div class="post-metadata">

### Author: ![tatiang](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/tatiang/32/55482_2.png) [@tatiang](https://community.thunkable.com/u/tatiang)
#### Post date: [February 6, 2025, 10:20pm UTC](https://community.thunkable.com/t/help-trying-to-build-out-the-signup-page-and-getting-stuck/3543629/7 "2025-02-06T22:20:11Z")

</div>

I’m not sure what you mean by a path. Do you mean a url? Can you give an example of a path?

---

<div class="post-metadata">

### Author: ![titilayocreativesjqp](https://avatars.discourse-cdn.com/v4/letter/t/3d9bf3/32.png) [@titilayocreativesjqp](https://community.thunkable.com/u/titilayocreativesjqp)
#### Post date: [February 6, 2025, 11:08pm UTC](https://community.thunkable.com/t/help-trying-to-build-out-the-signup-page-and-getting-stuck/3543629/8 "2025-02-06T23:08:53Z")

</div>

**call SupBaseAuth’s Post with path “/auth/v1/signup” → outputs response, status, error → when Post is done → if response is successful → navigate to ProfileSetup else → show alert “Error: [error]”**

**—**

**### Key Fixes Needed**

**1. Base URL:**  
\*\* \* Use only `https://ndoajmtipuvxthugygi.supabase.co` (remove `/auth/v1...`).\*\*  
\*\* \* The endpoint path (`/auth/v1/signup`) goes in the **Post** block’s `path` field.\*\*

I Have been trying to tell it that there isnt a path field. But for whatever reason, that’s were it wants me to place it.

---

<div class="post-metadata">

### Author: ![tatiang](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/tatiang/32/55482_2.png) [@tatiang](https://community.thunkable.com/u/tatiang)
#### Post date: [February 7, 2025, 3:00pm UTC](https://community.thunkable.com/t/help-trying-to-build-out-the-signup-page-and-getting-stuck/3543629/9 "2025-02-07T15:00:03Z")

</div>

Maybe try this (according to ChatGPT 03-mini):

Since Thunkable’s POST call doesn’t have a separate field for the endpoint path, you’ll need to combine the base URL and the endpoint path into a single URL. For example, instead of splitting them up, set the URL field in your POST call to:

```auto
https://ndoajmtipuvxthugygi.supabase.co/auth/v1/signup

```

This way, both the base URL and the endpoint path are included together.

---

<div class="post-metadata">

### Author: ![titilayocreativesjqp](https://avatars.discourse-cdn.com/v4/letter/t/3d9bf3/32.png) [@titilayocreativesjqp](https://community.thunkable.com/u/titilayocreativesjqp)
#### Post date: [February 7, 2025, 6:05pm UTC](https://community.thunkable.com/t/help-trying-to-build-out-the-signup-page-and-getting-stuck/3543629/10 "2025-02-07T18:05:52Z")

</div>

I so, so appreciate you!!!  
I will have a TON of questions. I appreciate your patience.
