Oryx
Oryx copied to clipboard
Visual Studio Code App Service Plugin Error: The operation was aborted. on Next.js app
Bug Report
-
At what date and time did you most recently experience the problem? 23.10.2023, 23:00, GMT+3
-
Where did you experience the problem? E.g. Azure Web Apps, Azure Functions, Azure Container Registry, or offline use. On Azure Web Apps
-
If your repo is publicly available please share its URL:
-
What happened? I was deploying within Visual Studio Code using the plugin for App Services a Next.js app and I got "Error: The operation was aborted.". I get a bunch of similar strange issues, before socket hang up, some html error, some map error and other. Happens often. I am deploying to uk south.
-
What did you expect or want to happen?
-
How can we reproduce it? Deploy a next.js/node.js app to uk south using Visual Studio Code App Service Plugin.
-
Do you have log output? Please include between the backticks:
Error: The operation was aborted.
Another of the errors in the bunch of errors I receive:
Session expired
Your session has expired. Please refresh your browser.
Close
Error.
An error occurred while processing your request.
Request ID: the reqest id
Development Mode
Swapping to Development environment will display more detailed information about the error that occurred.
Development environment should not be enabled in deployed applications, as it can result in sensitive information from exceptions being displayed to end users. For local debugging, development environment can be enabled by setting the ASPNETCORE_ENVIRONMENT environment variable to Development, and restarting the application.```
Another Error: Error: <div style="display: block; margin: auto; width: 600px; height: 500px; text-align: center; font-family: 'Courier', cursive, sans-serif;"><h1 style="color: 747474">:( Application Error</h1><p style="color:#666">If you are the application administrator, you can access the <a style="color: grey"href="https://my-website.scm.azurewebsites.net/detectors">diagnostic resources</a>.</div>
Another Error: "Central Directory corrupt." no more text, just this.
Thanks for raising this issue @preslavnolimit. The second error looks like your Azure token may have expired? The other issues I am having a difficult time placing. Would you mind sharing a complete log and maybe your app repo if it's available?
@simonjj I am not keeping my full logs. The errors happened three months ago on Visual Studio Code Azure Plugin, repo is private. I switch to github actions and work mostly fine.