Hi,
I'm using Clerk authentication for a next.js project. I have successfully embedded a retool app within next.js. However, the REST API queries fail after the embed app loads with a 404 Error. Within the Retool App, they work fine. What do I need to do additionally? I'm passing the bearer token at the time of authentication to fetch the embed url which works well but subsequent internal queries happening within Retool is throwing a 404 error. If I need to add a metadata, then where do I need to add? Or any additional headers? If so, where?
Thanks
Suhas