Ertan Köse
Explore posts from serversWWasp-lang
•Created by Ertan Köse on 8/28/2024 in #🙋questions
User Tier doesn't update
Hello fellas,
I am trying to test stripe in production and even though the transaction is shown as successful and i am redirected, the user's properties does not update that is it stays the same. It however works perfectly fine on my own machine. I cannot seem to see where this is going wrong does anyone have an idea? Is it not possible to do this?
20 replies
WWasp-lang
•Created by Ertan Köse on 8/26/2024 in #🙋questions
User dropdown and Auth not visible/working upon deployment
Hello,
So i have deployed my app using fly.io and neither the user menu dropdown nor authentication is working as it should, i have experienced the same issue when not connectected to the internet but i did not imagine i would come across it in production does anyone know how to fix this?
10 replies
WWasp-lang
•Created by Ertan Köse on 5/31/2024 in #🙋questions
Could not resolve "@emotion/styled" imported by "@mui/styled-engine"
Hello, i get the above error when using a component that i have installed via npm, i have tried "npm i @emotion/react @emotion/styled" but this does not seem to help, any advice? Thank you very much.
14 replies
❔ How to use DLL?
Hi guys, so i am trying to make a console application and need to use some functionality in these dll's. I use those residing in the bin folder.
i have tried to import nistmsclp_2gb.dll however i get an ": 'Could not load file or assembly 'nistmsclp_2gb.dll' or one of its dependencies" when i try to use some functionality. So this leads me to think that i need to import other dll's beside this wrapper dll, i however get an error "please make sure that the file is accessible and that it is a valid assembly or com component" when i try to import the native libraries whether it's x86 or x64. Any idea how to go about this? Thanks! I have included some documentation below.
72 replies