If your AI Studio publish fails, check Cloud Run logs. If you see PathError: Missing parameter name at index 2: /* (path-to-regexp), fix your server catch-all route: change app.get('/*', ...) to app.get(/.*/, ...), then redeploy and it fixed the issue
2 Likes