We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
With the 0.17.0 release, I can not use a custom admin route /smocker/admin anymore . Admin page does not load because static files are not found.
/smocker/admin
Now I have this index.html deployed :
<!DOCTYPE html> <html lang="en"> <head> <link rel="icon" href="/assets/favicon.faca1f95.ico"> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>Smocker</title> <base href="/smocker/admin/"> <link rel="stylesheet" href="/assets/index.f126532d.css"> <script> window.basePath = "\/smocker\/admin\/", window.version = "0.17.0"; </script> </head> <body> <div id="root"></div> <script type="module" src="/assets/index.80ecc049.js"></script> <script src="/assets/index.a1700b8b.js" nomodule="" defer></script> </body> </html>
And before I had :
<!DOCTYPE html> <html lang="en"> <head> <link rel="icon" href="assets/favicon.e6612986.ico" /> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta http-equiv="X-UA-Compatible" content="ie=edge" /> <title>Smocker</title> <base href="/smocker/admin/" /> <script> (window.basePath = "\/smocker\/admin\/"), (window.version = "0.16.3"); </script> <link rel="stylesheet" href="assets/client.f3185208.css" /> </head> <body> <div id="root"></div> <script src="assets/client.499147d7.js"></script> </body> </html>
The text was updated successfully, but these errors were encountered:
Sorry, this is a regression due to the upgrade of Parcel 1 to Parcel 2 (I broke a configuration).
This will be fixed in 0.17.1
Sorry, something went wrong.
Merci pour la réactivité 👍
Hello, avez-vous une date pour la release ?
Je viens de tagger la 0.17.1, ça devrait être dispo dans une dizaine de minutes :)
Thiht
Successfully merging a pull request may close this issue.
With the 0.17.0 release, I can not use a custom admin route
/smocker/admin
anymore .Admin page does not load because static files are not found.
Now I have this index.html deployed :
And before I had :
The text was updated successfully, but these errors were encountered: