Node JS alert and confirm pop ups.

Nigel Wright 291 Reputation points
2021-04-29T11:12:38.337+00:00

I have a 500 line Node JS program that uses Azure.
I use alert and confirm popups and they work fine locally.
If I upload the website to Azure the site crashes out with a 500 error.
If I remove alert and confirm from the project then Azure works fine.
Are they being blocked by Azure ?

Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
2,271 questions
{count} votes

1 answer

Sort by: Most helpful
  1. nigel wright 96 Reputation points
    2021-06-19T19:59:03.35+00:00

    Alert and confirm dont work on line with azure or aws.
    I checked.
    I use aws elastic beanstalk and that works fine so long as I dont use alert and confirm.
    I guess its because node is server side.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.