Giorgi
Giorgi
No, same error.
As I see `www` is unnecessary? ``
I use Apache.
I moved index.html file from `build/www` folder to `build` folder and it works now. :) But when I go to `http://www.my-domain/my-project` it goes to error: `404 (Not Found)`. As I...
I'm out of town and I will find out soon. Thanks. On Tue, Mar 30, 2021 at 5:40 PM Sergey ***@***.***> wrote: > @Juzepe do you have any progress with...
I tried many things without success. Can you give us rights on https://console.re/ to connect from servers also? As I remember, we had such right.
I tried rewrite rules, but http://www.my-domain/my-project looks like exactly http://www.my-domain.
I found solution. Inside `Directory` must be: ```RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . app/consoleapp.html [L]``` But I have another problem: `consoleRe [warning] seems like you trying...
Now I'm struggling to CORS policy :)