#zeke_code
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1267869167898329181
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- zeke_code, 9 hours ago, 18 messages
- zeke_error, 13 hours ago, 10 messages
- zeke_best-practices, 1 day ago, 8 messages
Hi there ๐ just making sure I'm parsing correclty, this is specifically regarding the file structure you should use in your Next project? Asking because that's what I'm getting from the question, but I'm not familiar with the Next framework so I want to make sure I'm not misunderstanding.
Yes you are correct! it is a Nextjs project!
Hm, I'm not sure then, I don't know that framework very well. Let me see if I have any teammates available that do.
Sounds good thanks for the help
Hello
app.js in the quickstart is the first component the app mounts..
What component does your index.js render first?
I am actually using nextjs 13 so it would be my layout.tsx I belive src/app/layout.tsx
Gotcha. So you would add the _app.js code to the compoenent you want to use to render Embedded Elements
So should my _app.js be my layout.tsx?!
if that's the only component that gets rendered then most likely
Ok let me try it and ill get back to you thanks!
hmmm i cant seem to make it work