Changing the client connectivity from https to http

Hello,

I recently configured nextcloud and installed nextcloud client on ubuntu. As I am using this for testing purposes, I want to keep it simple and hence running nextcloud server over http.
Problem: When I initiate a connection from Client, it always takes https and hence I get 404 error.

How to change the default connectivity from https to http at client end?

Thanks

Hello, I had the same error and just change:
http://miserver/nextcloud/

remove last “/”

http://miserver/nextcloud

and in the configuration file:
/etc/httpd/conf.d/nextcloud.conf

Alias /nextcloud "/var/www/html/nextcloud/

<Directory “/var/www/html/nextcloud/”>
Options Indexes FollowSymlinks
AllowOverride All
Require all granted