alextselegidis / easyappointments-docker

📅 Docker Official Image packaging for Easy!Appointments
https://developers.easyappointments.org
27 stars 15 forks source link

Error on the main page #7

Closed matteoscrugli closed 6 months ago

matteoscrugli commented 7 months ago

I used the suggested docker-compose file, and this nginx configuration:

server { listen 80; listen [::]:80;

listen 443 ssl http2;
listen [::]:443 ssl http2;

server_name easyappointments.*;

include /config/nginx/ssl.conf;

client_max_body_size 0;

location / {
    include /config/nginx/proxy.conf;
    include /config/nginx/resolver.conf;
    set $upstream_app 192.168.1.1;
    set $upstream_port 80;
    set $upstream_proto http;
    proxy_pass $upstream_proto://$upstream_app:$upstream_port;

    proxy_set_header Range $http_range;
    proxy_set_header If-Range $http_if_range;
}

}

In many of my devices I get the following message on the main screen:

"An Error Was Encountered. The action you have requested is not allowed."

No useful info from the docker log

matteoscrugli commented 7 months ago

I have (I guess temporarily) solved it with $config['csrf_protection'] = FALSE; in application/config/config.php.

Thank you

alextselegidis commented 7 months ago

Hello!

Thanks for posting this.

In many of my devices I get the following message on the main scree....

Can you please explain the way you used to test the app?

Alex Tselegidis, Easy!Appointments Creator
Need a customization? Get a free quote!

alextselegidis commented 6 months ago

Closing this due to inactivity.

Alex Tselegidis, Easy!Appointments Creator
Need a customization? Get a free quote!