Failed to load resource: the server responded with a status of 404 (Not Found). How to solve this issue?magento : Failed to load resource: the server responded with a status of 404 (Not Found)Magento 2.1.1 Failed to load resource: the server responded with a status of 400 (Bad Request)Failed to load resource: the server responded with a status of 403 (Forbidden)Can't finish checkout, Failed to load resource: the server responded with a status of 400 (Bad Request)magento2 decrease batch size of catalog_category_productMagento 2: Can't run magento setup:upgrade on mampMagento 2 Down: replica Tales not found when reindexing!magento 2 main.WARNING: Memory size allocated for the temporary table is more than 20% of innodb_buffer_pool_sizeMagento 2: Failed to load resource: the server responded with a status of 404 (Not Found)
What is this symbol: semicircles facing each other?
How should I face my manager if I make a mistake because a senior coworker explained something incorrectly to me?
antonym of "billable"
How would one country purchase another?
Is it possible to perform a regression where you have an unknown / unknowable feature variable?
Are the players on the same team as the DM?
Justifying the use of directed energy weapons
What to say to a student who has failed?
How do I get toddlers to stop asking for food every hour?
Did a flight controller ever answer Flight with a no-go?
Nothing like a good ol' game of ModTen
French abbreviation for comparing two items ("vs")
Why did MS-DOS applications built using Turbo Pascal fail to start with a division by zero error on faster systems?
Is using a hyperlink to close a modal a poor design decision?
Did the British navy fail to take into account the ballistics correction due to Coriolis force during WW1 Falkland Islands battle?
Pythagorean triple with hypotenuse a power of 2
How is the idea of "two people having a heated argument" idiomatically expressed in German?
How would you identify when an object in a Lissajous orbit needs station keeping?
Who was president of the USA?
Why in most German places is the church the tallest building?
How to make Ubuntu support single display 5120x1440 resolution?
Dataset human solutions for OR problems
In an interdisciplinary context, is the argument of "imposter syndrome" really applicable?
How to gently end involvement with an online community?
Failed to load resource: the server responded with a status of 404 (Not Found). How to solve this issue?
magento : Failed to load resource: the server responded with a status of 404 (Not Found)Magento 2.1.1 Failed to load resource: the server responded with a status of 400 (Bad Request)Failed to load resource: the server responded with a status of 403 (Forbidden)Can't finish checkout, Failed to load resource: the server responded with a status of 400 (Bad Request)magento2 decrease batch size of catalog_category_productMagento 2: Can't run magento setup:upgrade on mampMagento 2 Down: replica Tales not found when reindexing!magento 2 main.WARNING: Memory size allocated for the temporary table is more than 20% of innodb_buffer_pool_sizeMagento 2: Failed to load resource: the server responded with a status of 404 (Not Found)
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I am running Magento 2.3 with NGINX, PHP7.1 and MariaDb.
This is a fresh instalation with pre-loaded data.
I am getting these follow error:
$ tail var/log/system.log
[2019-01-09 16:36:24] main.ERROR: Error: Application is not installed yet. [] []
[2019-01-09 16:36:24] main.ERROR: Error: Application is not installed yet. [] []
[2019-01-09 16:36:24] main.ERROR: Error: Application is not installed yet. [] []
[2019-01-09 17:33:08] main.WARNING: Memory size allocated for the temporary table is more than 20% of innodb_buffer_pool_size. Please update innodb_buffer_pool_size or decrease batch size value (which decreases memory usages for the temporary table). Current batch size: 100000; Allocated memory size: 50000000 bytes; InnoDB buffer pool size: 134217728 bytes. [] []
[2019-01-09 17:33:08] main.WARNING: Memory size allocated for the temporary table is more than 20% of innodb_buffer_pool_size. Please update innodb_buffer_pool_size or decrease batch size value (which decreases memory usages for the temporary table). Current batch size: 100000; Allocated memory size: 50000000 bytes; InnoDB buffer pool size: 134217728 bytes. [] []
[2019-01-09 17:33:09] main.WARNING: Memory size allocated for the temporary table is more than 20% of innodb_buffer_pool_size. Please update innodb_buffer_pool_size or decrease batch size value (which decreases memory usages for the temporary table). Current batch size: 100000; Allocated memory size: 50000000 bytes; InnoDB buffer pool size: 134217728 bytes. [] []
[2019-01-09 17:33:10] main.WARNING: Memory size allocated for the temporary table is more than 20% of innodb_buffer_pool_size. Please update innodb_buffer_pool_size or decrease batch size value (which decreases memory usages for the temporary table). Current batch size: 100000; Allocated memory size: 50000000 bytes; InnoDB buffer pool size: 134217728 bytes. [] []
[2019-01-09 17:33:11] main.WARNING: Memory size allocated for the temporary table is more than 20% of innodb_buffer_pool_size. Please update innodb_buffer_pool_size or decrease batch size value (which decreases memory usages for the temporary table). Current batch size: 100000; Allocated memory size: 50000000 bytes; InnoDB buffer pool size: 134217728 bytes. [] []
[2019-01-09 17:33:11] main.WARNING: Memory size allocated for the temporary table is more than 20% of innodb_buffer_pool_size. Please update innodb_buffer_pool_size or decrease batch size value (which decreases memory usages for the temporary table). Current batch size: 100000; Allocated memory size: 50000000 bytes; InnoDB buffer pool size: 134217728 bytes. [] []
[2019-01-09 17:33:36] main.WARNING: Memory size allocated for the temporary table is more than 20% of innodb_buffer_pool_size. Please update innodb_buffer_pool_size or decrease batch size value (which decreases memory usages for the temporary table). Current batch size: 3334; Allocated memory size: 40008000 bytes; InnoDB buffer pool size: 134217728 bytes. [] []
And these are screenshots:
How can I solve these errors?
Any idea?
magento2 javascript css
add a comment |
I am running Magento 2.3 with NGINX, PHP7.1 and MariaDb.
This is a fresh instalation with pre-loaded data.
I am getting these follow error:
$ tail var/log/system.log
[2019-01-09 16:36:24] main.ERROR: Error: Application is not installed yet. [] []
[2019-01-09 16:36:24] main.ERROR: Error: Application is not installed yet. [] []
[2019-01-09 16:36:24] main.ERROR: Error: Application is not installed yet. [] []
[2019-01-09 17:33:08] main.WARNING: Memory size allocated for the temporary table is more than 20% of innodb_buffer_pool_size. Please update innodb_buffer_pool_size or decrease batch size value (which decreases memory usages for the temporary table). Current batch size: 100000; Allocated memory size: 50000000 bytes; InnoDB buffer pool size: 134217728 bytes. [] []
[2019-01-09 17:33:08] main.WARNING: Memory size allocated for the temporary table is more than 20% of innodb_buffer_pool_size. Please update innodb_buffer_pool_size or decrease batch size value (which decreases memory usages for the temporary table). Current batch size: 100000; Allocated memory size: 50000000 bytes; InnoDB buffer pool size: 134217728 bytes. [] []
[2019-01-09 17:33:09] main.WARNING: Memory size allocated for the temporary table is more than 20% of innodb_buffer_pool_size. Please update innodb_buffer_pool_size or decrease batch size value (which decreases memory usages for the temporary table). Current batch size: 100000; Allocated memory size: 50000000 bytes; InnoDB buffer pool size: 134217728 bytes. [] []
[2019-01-09 17:33:10] main.WARNING: Memory size allocated for the temporary table is more than 20% of innodb_buffer_pool_size. Please update innodb_buffer_pool_size or decrease batch size value (which decreases memory usages for the temporary table). Current batch size: 100000; Allocated memory size: 50000000 bytes; InnoDB buffer pool size: 134217728 bytes. [] []
[2019-01-09 17:33:11] main.WARNING: Memory size allocated for the temporary table is more than 20% of innodb_buffer_pool_size. Please update innodb_buffer_pool_size or decrease batch size value (which decreases memory usages for the temporary table). Current batch size: 100000; Allocated memory size: 50000000 bytes; InnoDB buffer pool size: 134217728 bytes. [] []
[2019-01-09 17:33:11] main.WARNING: Memory size allocated for the temporary table is more than 20% of innodb_buffer_pool_size. Please update innodb_buffer_pool_size or decrease batch size value (which decreases memory usages for the temporary table). Current batch size: 100000; Allocated memory size: 50000000 bytes; InnoDB buffer pool size: 134217728 bytes. [] []
[2019-01-09 17:33:36] main.WARNING: Memory size allocated for the temporary table is more than 20% of innodb_buffer_pool_size. Please update innodb_buffer_pool_size or decrease batch size value (which decreases memory usages for the temporary table). Current batch size: 3334; Allocated memory size: 40008000 bytes; InnoDB buffer pool size: 134217728 bytes. [] []
And these are screenshots:
How can I solve these errors?
Any idea?
magento2 javascript css
Have you tried deploying static content and giving proper permissions?
– Vivek Kumar
Jan 9 at 22:45
yes. I have usedphp bin/magento deploy:mode:set developer
and chmod 777. After that the page gets a infinite loop with javascript until the server is crashed.
– zwitterion
Jan 10 at 0:58
did you resolve the issue/
– fmsthird
Jan 10 at 4:44
add a comment |
I am running Magento 2.3 with NGINX, PHP7.1 and MariaDb.
This is a fresh instalation with pre-loaded data.
I am getting these follow error:
$ tail var/log/system.log
[2019-01-09 16:36:24] main.ERROR: Error: Application is not installed yet. [] []
[2019-01-09 16:36:24] main.ERROR: Error: Application is not installed yet. [] []
[2019-01-09 16:36:24] main.ERROR: Error: Application is not installed yet. [] []
[2019-01-09 17:33:08] main.WARNING: Memory size allocated for the temporary table is more than 20% of innodb_buffer_pool_size. Please update innodb_buffer_pool_size or decrease batch size value (which decreases memory usages for the temporary table). Current batch size: 100000; Allocated memory size: 50000000 bytes; InnoDB buffer pool size: 134217728 bytes. [] []
[2019-01-09 17:33:08] main.WARNING: Memory size allocated for the temporary table is more than 20% of innodb_buffer_pool_size. Please update innodb_buffer_pool_size or decrease batch size value (which decreases memory usages for the temporary table). Current batch size: 100000; Allocated memory size: 50000000 bytes; InnoDB buffer pool size: 134217728 bytes. [] []
[2019-01-09 17:33:09] main.WARNING: Memory size allocated for the temporary table is more than 20% of innodb_buffer_pool_size. Please update innodb_buffer_pool_size or decrease batch size value (which decreases memory usages for the temporary table). Current batch size: 100000; Allocated memory size: 50000000 bytes; InnoDB buffer pool size: 134217728 bytes. [] []
[2019-01-09 17:33:10] main.WARNING: Memory size allocated for the temporary table is more than 20% of innodb_buffer_pool_size. Please update innodb_buffer_pool_size or decrease batch size value (which decreases memory usages for the temporary table). Current batch size: 100000; Allocated memory size: 50000000 bytes; InnoDB buffer pool size: 134217728 bytes. [] []
[2019-01-09 17:33:11] main.WARNING: Memory size allocated for the temporary table is more than 20% of innodb_buffer_pool_size. Please update innodb_buffer_pool_size or decrease batch size value (which decreases memory usages for the temporary table). Current batch size: 100000; Allocated memory size: 50000000 bytes; InnoDB buffer pool size: 134217728 bytes. [] []
[2019-01-09 17:33:11] main.WARNING: Memory size allocated for the temporary table is more than 20% of innodb_buffer_pool_size. Please update innodb_buffer_pool_size or decrease batch size value (which decreases memory usages for the temporary table). Current batch size: 100000; Allocated memory size: 50000000 bytes; InnoDB buffer pool size: 134217728 bytes. [] []
[2019-01-09 17:33:36] main.WARNING: Memory size allocated for the temporary table is more than 20% of innodb_buffer_pool_size. Please update innodb_buffer_pool_size or decrease batch size value (which decreases memory usages for the temporary table). Current batch size: 3334; Allocated memory size: 40008000 bytes; InnoDB buffer pool size: 134217728 bytes. [] []
And these are screenshots:
How can I solve these errors?
Any idea?
magento2 javascript css
I am running Magento 2.3 with NGINX, PHP7.1 and MariaDb.
This is a fresh instalation with pre-loaded data.
I am getting these follow error:
$ tail var/log/system.log
[2019-01-09 16:36:24] main.ERROR: Error: Application is not installed yet. [] []
[2019-01-09 16:36:24] main.ERROR: Error: Application is not installed yet. [] []
[2019-01-09 16:36:24] main.ERROR: Error: Application is not installed yet. [] []
[2019-01-09 17:33:08] main.WARNING: Memory size allocated for the temporary table is more than 20% of innodb_buffer_pool_size. Please update innodb_buffer_pool_size or decrease batch size value (which decreases memory usages for the temporary table). Current batch size: 100000; Allocated memory size: 50000000 bytes; InnoDB buffer pool size: 134217728 bytes. [] []
[2019-01-09 17:33:08] main.WARNING: Memory size allocated for the temporary table is more than 20% of innodb_buffer_pool_size. Please update innodb_buffer_pool_size or decrease batch size value (which decreases memory usages for the temporary table). Current batch size: 100000; Allocated memory size: 50000000 bytes; InnoDB buffer pool size: 134217728 bytes. [] []
[2019-01-09 17:33:09] main.WARNING: Memory size allocated for the temporary table is more than 20% of innodb_buffer_pool_size. Please update innodb_buffer_pool_size or decrease batch size value (which decreases memory usages for the temporary table). Current batch size: 100000; Allocated memory size: 50000000 bytes; InnoDB buffer pool size: 134217728 bytes. [] []
[2019-01-09 17:33:10] main.WARNING: Memory size allocated for the temporary table is more than 20% of innodb_buffer_pool_size. Please update innodb_buffer_pool_size or decrease batch size value (which decreases memory usages for the temporary table). Current batch size: 100000; Allocated memory size: 50000000 bytes; InnoDB buffer pool size: 134217728 bytes. [] []
[2019-01-09 17:33:11] main.WARNING: Memory size allocated for the temporary table is more than 20% of innodb_buffer_pool_size. Please update innodb_buffer_pool_size or decrease batch size value (which decreases memory usages for the temporary table). Current batch size: 100000; Allocated memory size: 50000000 bytes; InnoDB buffer pool size: 134217728 bytes. [] []
[2019-01-09 17:33:11] main.WARNING: Memory size allocated for the temporary table is more than 20% of innodb_buffer_pool_size. Please update innodb_buffer_pool_size or decrease batch size value (which decreases memory usages for the temporary table). Current batch size: 100000; Allocated memory size: 50000000 bytes; InnoDB buffer pool size: 134217728 bytes. [] []
[2019-01-09 17:33:36] main.WARNING: Memory size allocated for the temporary table is more than 20% of innodb_buffer_pool_size. Please update innodb_buffer_pool_size or decrease batch size value (which decreases memory usages for the temporary table). Current batch size: 3334; Allocated memory size: 40008000 bytes; InnoDB buffer pool size: 134217728 bytes. [] []
And these are screenshots:
How can I solve these errors?
Any idea?
magento2 javascript css
magento2 javascript css
asked Jan 9 at 18:43
zwitterionzwitterion
1498 bronze badges
1498 bronze badges
Have you tried deploying static content and giving proper permissions?
– Vivek Kumar
Jan 9 at 22:45
yes. I have usedphp bin/magento deploy:mode:set developer
and chmod 777. After that the page gets a infinite loop with javascript until the server is crashed.
– zwitterion
Jan 10 at 0:58
did you resolve the issue/
– fmsthird
Jan 10 at 4:44
add a comment |
Have you tried deploying static content and giving proper permissions?
– Vivek Kumar
Jan 9 at 22:45
yes. I have usedphp bin/magento deploy:mode:set developer
and chmod 777. After that the page gets a infinite loop with javascript until the server is crashed.
– zwitterion
Jan 10 at 0:58
did you resolve the issue/
– fmsthird
Jan 10 at 4:44
Have you tried deploying static content and giving proper permissions?
– Vivek Kumar
Jan 9 at 22:45
Have you tried deploying static content and giving proper permissions?
– Vivek Kumar
Jan 9 at 22:45
yes. I have used
php bin/magento deploy:mode:set developer
and chmod 777. After that the page gets a infinite loop with javascript until the server is crashed.– zwitterion
Jan 10 at 0:58
yes. I have used
php bin/magento deploy:mode:set developer
and chmod 777. After that the page gets a infinite loop with javascript until the server is crashed.– zwitterion
Jan 10 at 0:58
did you resolve the issue/
– fmsthird
Jan 10 at 4:44
did you resolve the issue/
– fmsthird
Jan 10 at 4:44
add a comment |
3 Answers
3
active
oldest
votes
You need to run the following commands
:
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy -f
php bin/magento cache:flush
check if it resolves the issue
add a comment |
try remove folder:
rm -rf generated/
rm -rf pub/static/frontend/
rm -rf var/cache/
after that, run command:
php bin/magento setup:upgrade
php bin/magento setup:di-compile
php bin/magento setup:static-content:deploy
add a comment |
Please try to give permission as follow
cd <your Magento install dir>
find . -type f -exec chmod 644 ; // 644 permission for files
find . -type d -exec chmod 755 ; // 755 permission for directory
find ./var -type d -exec chmod 777 ; // 777 permission for var folder
find ./pub/media -type d -exec chmod 777 ;
find ./pub/static -type d -exec chmod 777 ;
chmod 777 ./app/etc
chmod 644 ./app/etc/*.xml
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "479"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f257296%2ffailed-to-load-resource-the-server-responded-with-a-status-of-404-not-found%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
You need to run the following commands
:
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy -f
php bin/magento cache:flush
check if it resolves the issue
add a comment |
You need to run the following commands
:
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy -f
php bin/magento cache:flush
check if it resolves the issue
add a comment |
You need to run the following commands
:
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy -f
php bin/magento cache:flush
check if it resolves the issue
You need to run the following commands
:
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy -f
php bin/magento cache:flush
check if it resolves the issue
answered Jan 10 at 4:52
fmsthirdfmsthird
3,6234 gold badges8 silver badges31 bronze badges
3,6234 gold badges8 silver badges31 bronze badges
add a comment |
add a comment |
try remove folder:
rm -rf generated/
rm -rf pub/static/frontend/
rm -rf var/cache/
after that, run command:
php bin/magento setup:upgrade
php bin/magento setup:di-compile
php bin/magento setup:static-content:deploy
add a comment |
try remove folder:
rm -rf generated/
rm -rf pub/static/frontend/
rm -rf var/cache/
after that, run command:
php bin/magento setup:upgrade
php bin/magento setup:di-compile
php bin/magento setup:static-content:deploy
add a comment |
try remove folder:
rm -rf generated/
rm -rf pub/static/frontend/
rm -rf var/cache/
after that, run command:
php bin/magento setup:upgrade
php bin/magento setup:di-compile
php bin/magento setup:static-content:deploy
try remove folder:
rm -rf generated/
rm -rf pub/static/frontend/
rm -rf var/cache/
after that, run command:
php bin/magento setup:upgrade
php bin/magento setup:di-compile
php bin/magento setup:static-content:deploy
answered Jan 10 at 7:21
the lightthe light
31910 bronze badges
31910 bronze badges
add a comment |
add a comment |
Please try to give permission as follow
cd <your Magento install dir>
find . -type f -exec chmod 644 ; // 644 permission for files
find . -type d -exec chmod 755 ; // 755 permission for directory
find ./var -type d -exec chmod 777 ; // 777 permission for var folder
find ./pub/media -type d -exec chmod 777 ;
find ./pub/static -type d -exec chmod 777 ;
chmod 777 ./app/etc
chmod 644 ./app/etc/*.xml
add a comment |
Please try to give permission as follow
cd <your Magento install dir>
find . -type f -exec chmod 644 ; // 644 permission for files
find . -type d -exec chmod 755 ; // 755 permission for directory
find ./var -type d -exec chmod 777 ; // 777 permission for var folder
find ./pub/media -type d -exec chmod 777 ;
find ./pub/static -type d -exec chmod 777 ;
chmod 777 ./app/etc
chmod 644 ./app/etc/*.xml
add a comment |
Please try to give permission as follow
cd <your Magento install dir>
find . -type f -exec chmod 644 ; // 644 permission for files
find . -type d -exec chmod 755 ; // 755 permission for directory
find ./var -type d -exec chmod 777 ; // 777 permission for var folder
find ./pub/media -type d -exec chmod 777 ;
find ./pub/static -type d -exec chmod 777 ;
chmod 777 ./app/etc
chmod 644 ./app/etc/*.xml
Please try to give permission as follow
cd <your Magento install dir>
find . -type f -exec chmod 644 ; // 644 permission for files
find . -type d -exec chmod 755 ; // 755 permission for directory
find ./var -type d -exec chmod 777 ; // 777 permission for var folder
find ./pub/media -type d -exec chmod 777 ;
find ./pub/static -type d -exec chmod 777 ;
chmod 777 ./app/etc
chmod 644 ./app/etc/*.xml
answered Jan 16 at 4:28
DivyarajsinhDivyarajsinh
4312 silver badges15 bronze badges
4312 silver badges15 bronze badges
add a comment |
add a comment |
Thanks for contributing an answer to Magento Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f257296%2ffailed-to-load-resource-the-server-responded-with-a-status-of-404-not-found%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Have you tried deploying static content and giving proper permissions?
– Vivek Kumar
Jan 9 at 22:45
yes. I have used
php bin/magento deploy:mode:set developer
and chmod 777. After that the page gets a infinite loop with javascript until the server is crashed.– zwitterion
Jan 10 at 0:58
did you resolve the issue/
– fmsthird
Jan 10 at 4:44