# Invalid Script #### Why This Error Occurred Somewhere in your application, you are using the `next/script` component without including an inline script or `src` attribute. #### Possible Ways to Fix It Look for any usage of the `next/script` component and make sure that `src` is provided or an inline script is used. **Compatible `src` attribute** ```jsx ``` **Compatible inline script with `dangerouslySetInnerHtml`** ```jsx