PeopleInside
Regular Pleskian
Hi,
I need some help. Today I updated the live helper chat on my server simply uploading file by FTP as always do and updating database from live helper chat itself.
I discovered after that my widget chat is no more showed on all my websites
I was think the new live helper chat version was bugged so I restored files and database but the issue persist.
Now restoring my previous files and database is not resolving.
Can you help me to understand how can I solve?
In the past I opened a discussion here that helped me: Forwarded to devs - HTTP2 and CORS issues
but I never removed or changed server configuration so the directives are already here on the domain configuration.
I really don't understand why now I have this core issue in the browser console and the widget chat is not showed.
Any help will be appreciated, I have my chat that is no more showing and this is a bad issue for me.
I need some help. Today I updated the live helper chat on my server simply uploading file by FTP as always do and updating database from live helper chat itself.
I discovered after that my widget chat is no more showed on all my websites
Marco Borla | .:. PeOPLeInSiDE .:. IT
Sito web personale Marco Borla: il mio mondo interiore in versione web. La passione per la dimensione emotiva ed empatica che vive dentro di noi.
www.peopleinside.it
I was think the new live helper chat version was bugged so I restored files and database but the issue persist.
Now restoring my previous files and database is not resolving.
Can you help me to understand how can I solve?
In the past I opened a discussion here that helped me: Forwarded to devs - HTTP2 and CORS issues
but I never removed or changed server configuration so the directives are already here on the domain configuration.
Code:
location ~* ^/internal-nginx-static-location/(.+\.(gif|jpe?g?|png|bmp|swf|css|js|svg|otf|eot|ttf|woff|woff2|swf|mp3|ogg|wasm|wav|pdf|ico|txt))$ {
alias /var/www/vhosts/example.org/httpdocs/$1;
internal;
add_header Access-Control-Allow-Origin '*';
add_header Access-Control-Allow-Methods 'GET, POST, OPTIONS, PUT, DELETE';
add_header Access-Control-Allow-Headers 'Origin, X-Requested-With, Content-Type, Accept, API-Key, Authorization, X-Test';
}
I really don't understand why now I have this core issue in the browser console and the widget chat is not showed.
Any help will be appreciated, I have my chat that is no more showing and this is a bad issue for me.