๐ - Been building something for a bit. Using it internally where I work. Opening it up while its still a bit fresh to get some feed back.
Video recording and sharing tool for corporate communication.
https://t.co/rHSMeGIT4F
Built with @remix_run and @MuxHQ
Give it a try! ๐
@flydotio - I see your last status update is from yesterday. https://t.co/0H5B5vJHLA
Is this still an issue. I'm getting deployment failures where it can't find images that were pushed sucessfully.
Can anyone in the #dotnet community tell me how to get rid of this sporadic warning / error.
"The SPA default page middleware could not return the default page '/index.html' because it was not found, and no other middleware handled the request."
Maybe @davidfowl ?
Trying to integrate a legacy SPA that uses bootstrap 3 into a newer Remix project that uses tailwind.
I really don't want to author tailwind with prefixes for this one project. Is there any plugins / processors that will take the vanilla tailwind classes I write and prefix them?
I love software development these days. I remember when fixes would take weeks / months to get out? Just had a conversation with a college about an internal tool... pushed a changed and it's live in under a half an hour.
@MicrosoftTeams Ok... so that pointed me in the direction that I needed Microsoft 365 to get the teams where I could create teams and channels, and that "business essentials" wouldn't do it.. which is confusing.
Anyone in #dotnet land know why this error happens randomly.
The SPA default page middleware could not return the default page '/index.html' because it was not found, and no other middleware handled the request.
@davidfowl Wow. That was fast. So is that like a thing, or are you suggesting just migrate over what I need from the old membership tables and roll a simple cookie auth?
I have an old .NET Framework app that uses https://t.co/58arI6irXA Membership that I'm trying to get on https://t.co/58arI6irXA CORE 7. I don't care if the login pages are Razor, but I have some api endpoints that I'll need to secure as well, Cookie auth is fine.