You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A request is made using process.env.NEXT_PUBLIC_ELEVENLABS_API_KEY on the client. This is not a public key. This api key should only be used in the backend. Elevenlabs does not have a way to make requests from the client yet.
You can very easily steal the api key from the inspector network tab.
If you have exposed this api key I suggest you rotate it.
This request needs to be made from the backend moving forward.
The text was updated successfully, but these errors were encountered:
A request is made using
process.env.NEXT_PUBLIC_ELEVENLABS_API_KEY
on the client. This is not a public key. This api key should only be used in the backend. Elevenlabs does not have a way to make requests from the client yet.You can very easily steal the api key from the inspector network tab.
If you have exposed this api key I suggest you rotate it.
This request needs to be made from the backend moving forward.
The text was updated successfully, but these errors were encountered: