Hi everyone, I'm trying to run the code in a lightsail machine and I have encountered a problem after running the app for the first time. Here's an image of the error and this is my .env configuration:
NEXT_PUBLIC_WEBAPP_URL='
http://54.163.64.54:3000'
# Change to '
http://localhost:3001' if running the website simultaneously
NEXT_PUBLIC_WEBSITE_URL='
http://54.163.64.54:3000'
I also tried changing the website url to port 3001 but the error persisted. Any help is appreciated.