CORS error message is resolving to a different origin (https://ai.studio) than the main index.html file

After I linked my project inside google cloud console, this happened. Can this be fixed?

Hi @Angela_Agliam , Welcome to the AI Forum!!!

Apologies for the delayed response. It looks like you are getting CORS error and facing script loading issue, could you please try changing your script source from <script type="module" src="/index.tsx"> to a relative path and see if that resolves the issue?