You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using create-rust-app 8.1.1 with postgres + poem + Auth + Container + Development plugins (Storage and GraphQL disabled), I was able to get the regular Todo app working.
However, I get the following error in Firefox 109.0 (as seen in the Web Developer Tools console) on Arch Linux when accessing the Admin UI at http://localhost:3000/admin :
The script from “http://localhost:3000/admin/admin.67d0b27a.js” was loaded even though its MIME type (“text/html”) is not a valid JavaScript MIME type.
admin
The stylesheet http://localhost:3000/admin/admin.144d5956.css was not loaded because its MIME type, “text/html”, is not “text/css”. admin
Uncaught SyntaxError: expected expression, got '<'
admin.67d0b27a.js:1
The admin UI doesn't render (I get a blank page).
The text was updated successfully, but these errors were encountered:
The admin UI is still a WIP, though from my understanding @Wulf has made a lot of progress recently, look out for the next release of create-rust-app to get your hands on these juicy updates.
Thank you for making create-rust-app available!
Using create-rust-app 8.1.1 with postgres + poem + Auth + Container + Development plugins (Storage and GraphQL disabled), I was able to get the regular Todo app working.
However, I get the following error in Firefox 109.0 (as seen in the Web Developer Tools console) on Arch Linux when accessing the Admin UI at http://localhost:3000/admin :
The admin UI doesn't render (I get a blank page).
The text was updated successfully, but these errors were encountered: